Bump Dependencies And Remove Depricated Elliptic SECT Curves#58
Merged
ralienpp merged 6 commits intosiemens:mainfrom Feb 25, 2026
Merged
Bump Dependencies And Remove Depricated Elliptic SECT Curves#58ralienpp merged 6 commits intosiemens:mainfrom
ralienpp merged 6 commits intosiemens:mainfrom
Conversation
…5.0. - Update ruff from `0.14.14` to `0.15.0`. - Update cryptography from `46.0.3` to `46.0.4`. - Update pyasn1-alt-modules from `0.4.7` to `0.4.8`.
- Update pylint from `4.0.4` to `4.0.5`. - Update ruff min. version from `15.0.1` to `0.15.2`. - Update robotframework-robocop from `8.0.0` to `8.2.0`. - Update Flask from `3.1.2` to `3.1.3`.
ralienpp
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update dependencies and remove deprecated binary elliptic curves.
Description
This pull request updates several dependencies and removes deprecated SECT curves.
cryptographyversion from46.0.3to46.0.5.pyasn1-alt-modulesversion0.4.7from to0.4.9.ruffmin. version from0.14.14to0.15.1.robotframework-robocopversion7.2.0to8.0.0.oidutils.py(will be removed in cryptography version 47.0.0).Motivation and Context
pyasn1-alt-modulesallows to remove the definitions of CMP, ML-KEM and ML-DSA Key export structures.pyasn1-alt-module#55How Has This Been Tested?
With the unit tests.