Skip to content

Commit 6731df8

Browse files
authored
Merge pull request #594 from xcp-ng/dependabot/uv/cryptography-49.0.0
build(deps): bump cryptography from 46.0.7 to 49.0.0
2 parents 2ae91ab + e560377 commit 6731df8

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>=26.2",

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>=26.2

0 commit comments

Comments
 (0)