Skip to content

Commit

Permalink
bumping various package versions (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpope9 authored Nov 5, 2023
1 parent c46dc47 commit 0fc4aa9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
requests==2.26.0
certifi==2020.12.5
requests==2.31.0
certifi==2023.7.22
cffi==1.14.5
chardet==4.0.0
cryptography
idna==2.10
peewee==3.14.8
peewee==3.17.0
pycparser==2.20
PyMySQL==1.0.0
python-dotenv==0.15.0
six==1.15.0
urllib3==1.26.5
psycopg2==2.9.1
psycopg2-binary==2.9.1
PyMySQL==1.1.0
python-dotenv==1.0.0
six==1.16.0
urllib3<2
psycopg2==2.9.9
psycopg2-binary==2.9.9
gooey==1.0.8.1
pyinstaller
18 changes: 9 additions & 9 deletions requirements_no_gui.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
requests==2.26.0
certifi==2020.12.5
requests==2.31.0
certifi==2023.7.22
cffi==1.14.5
chardet==4.0.0
cryptography
idna==2.10
peewee==3.14.8
peewee==3.17.0
pycparser==2.20
PyMySQL==1.0.0
python-dotenv==0.15.0
six==1.15.0
urllib3==1.26.5
psycopg2==2.9.1
psycopg2-binary==2.9.1
PyMySQL==1.1.0
python-dotenv==1.0.0
six==1.16.0
urllib3<2
psycopg2==2.9.9
psycopg2-binary==2.9.9
pyinstaller

0 comments on commit 0fc4aa9

Please sign in to comment.