Skip to content

Commit

Permalink
bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RTXUX committed Oct 7, 2024
1 parent bbafec3 commit 455c506
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 44 deletions.
29 changes: 15 additions & 14 deletions requirements-manual.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Packages used directly
# requirements.txt should be generated by `pip freeze > requirements.txt`.
aliyun-python-sdk-core==2.13.36
Django==4.2.15
django-allauth==0.57.0
gevent==23.9.1
Markdown==3.4.4
psycopg==3.1.12
psycopg-binary==3.1.12
psycopg-pool==3.1.8
pycryptodome==3.19.1
pygments==2.16.1
aliyun-python-sdk-core==2.15.2
Django==5.1.1
django-allauth==65.0.2
gevent==24.2.1
Markdown==3.7
psycopg==3.2.3
psycopg-binary==3.2.3
psycopg-pool==3.2.3
pycryptodome==3.21.0
pygments==2.18.0
pymemcache==4.0.0
pyOpenSSL==24.0.0
PyYAML==6.0.1
requests==2.32.0
uWSGI==2.0.22
pyOpenSSL==24.2.1
PyYAML==6.0.2
requests==2.32.3
uWSGI==2.0.27
pyJWT==2.9.0
58 changes: 28 additions & 30 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
aliyun-python-sdk-core==2.13.36
asgiref==3.7.2
certifi==2024.7.4
cffi==1.16.0
aliyun-python-sdk-core==2.15.2
asgiref==3.8.1
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
cryptography==42.0.4
defusedxml==0.7.1
Django==4.2.15
django-allauth==0.57.0
gevent==23.9.1
greenlet==3.0.3
idna==3.7
cryptography==43.0.1
Django==5.1.1
django-allauth==65.0.2
gevent==24.2.1
greenlet==3.1.1
idna==3.10
jmespath==0.10.0
Markdown==3.4.4
oauthlib==3.2.2
psycopg==3.1.12
psycopg-binary==3.1.12
psycopg-pool==3.1.8
pycparser==2.21
pycryptodome==3.19.1
Pygments==2.16.1
PyJWT==2.8.0
Markdown==3.7
psycopg==3.2.3
psycopg-binary==3.2.3
psycopg-pool==3.2.3
pycparser==2.22
pycryptodome==3.21.0
Pygments==2.18.0
PyJWT==2.9.0
pymemcache==4.0.0
pyOpenSSL==24.0.0
python3-openid==3.2.0
PyYAML==6.0.1
requests==2.32.0
requests-oauthlib==1.3.1
sqlparse==0.5.0
typing_extensions==4.9.0
urllib3==2.2.2
uWSGI==2.0.22
pyOpenSSL==24.2.1
PyYAML==6.0.2
requests==2.32.3
setuptools==75.1.0
sqlparse==0.5.1
typing_extensions==4.12.2
urllib3==2.2.3
uWSGI==2.0.27
wheel==0.44.0
zope.event==5.0
zope.interface==6.2
zope.interface==7.0.3

0 comments on commit 455c506

Please sign in to comment.