Skip to content

Commit a44155e

Browse files
chore(deps): bump cryptography from 43.0.1 to 44.0.1 (#19)
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yuki <60097976+binaryYuki@users.noreply.github.com>
1 parent 89d81a5 commit a44155e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"cffi==1.17.0",
1717
"charset-normalizer==3.3.2",
1818
"click==8.1.7",
19-
"cryptography==43.0.1",
19+
"cryptography==44.0.1",
2020
"deprecated==1.2.14",
2121
"dnspython==2.7.0",
2222
"ecdsa==0.19.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ click==8.1.7
4242
# oleapi (pyproject.toml)
4343
# typer
4444
# uvicorn
45-
cryptography==43.0.1
45+
cryptography==44.0.1
4646
# via oleapi (pyproject.toml)
4747
deprecated==1.2.14
4848
# via

0 commit comments

Comments
 (0)