Skip to content

Commit

Permalink
changed cryptography requirement due to dependabot alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Jun 5, 2023
1 parent 8aa773d commit eb646fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cbpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.1.10.rc2"
__version__ = "4.1.10.rc3"
__codename__ = "Groundhog Day"

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aiohttp-session==2.12.0
aiohttp-swagger==1.0.16
aiojobs==1.1.0
aiosqlite==0.17.0
cryptography==40.0.1
cryptography==41.0.0
requests==2.31.0
voluptuous==0.13.1
pyfiglet==0.8.post1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"aiohttp-swagger==1.0.16",
"aiojobs==1.1.0 ",
"aiosqlite==0.17.0",
"cryptography==40.0.1",
"cryptography==41.0.0",
"requests==2.31.0",
"voluptuous==0.13.1",
"pyfiglet==0.8.post1",
Expand Down

0 comments on commit eb646fc

Please sign in to comment.