Skip to content

Commit e560377

Browse files
build(deps): bump cryptography from 46.0.7 to 49.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 49.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48bdf0e commit e560377

3 files changed

Lines changed: 51 additions & 54 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Testing scripts for XCP-ng"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"cryptography>=3.3.1",
8+
"cryptography>=49.0.0",
99
"gitpython",
1010
"legacycrypt",
1111
"packaging>=20.7",

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated with update_requirements.py, do not edit manually
2-
cryptography>=3.3.1
2+
cryptography>=49.0.0
33
gitpython
44
legacycrypt
55
packaging>=20.7

0 commit comments

Comments
 (0)