Skip to content

Commit 56b8e9e

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

3 files changed

Lines changed: 54 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>=48.0.1",
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>=48.0.1
33
gitpython
44
legacycrypt
55
packaging>=20.7

0 commit comments

Comments
 (0)