Skip to content

Commit

Permalink
deps: bump cryptography to >=43.0.1,<45 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang authored Nov 29, 2024
1 parent 87ce7a3 commit 46275f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dynamic = [
dependencies = [
"aiofiles<25,>=24.1",
"aiohttp>=3.10.11,<3.12",
"cryptography>=42.0.8,<45",
"cryptography>=43.0.1,<45",
"grpcio>=1.53.2,<1.69",
"protobuf>=4.21.12,<5.29",
"pydantic<3,>=2.6",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DO NOT EDIT! Only for reference use.
aiofiles<25,>=24.1
aiohttp>=3.10.11,<3.12
cryptography>=42.0.8,<45
cryptography>=43.0.1,<45
grpcio>=1.53.2,<1.69
protobuf>=4.21.12,<5.29
pydantic<3,>=2.6
Expand Down

0 comments on commit 46275f4

Please sign in to comment.