Skip to content

Commit

Permalink
Refresh a Python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Jun 30, 2022
1 parent 5b42f30 commit 71c4cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -119,7 +119,7 @@ pymysql==1.0.2;python_version>="3.6"
pyotp==2.3.0;python_version<"3.5"
pyotp==2.6.0;python_version>="3.5"
boto==2.49.0
cffi==1.15.0
cffi==1.15.1
toml==0.10.2
Pillow==6.2.2;python_version<"3.5"
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -246,7 +246,7 @@
'pyotp==2.3.0;python_version<"3.5"',
'pyotp==2.6.0;python_version>="3.5"',
"boto==2.49.0",
"cffi==1.15.0",
"cffi==1.15.1",
"toml==0.10.2",
'Pillow==6.2.2;python_version<"3.5"',
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
Expand Down

0 comments on commit 71c4cad

Please sign in to comment.