Skip to content

Commit

Permalink
Upgrade all Python dependencies to latest versions that are compatibl…
Browse files Browse the repository at this point in the history
…e with Python 3.6 and other dependencies.
  • Loading branch information
rtibbles committed May 13, 2024
1 parent 297d930 commit dca49c0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
diskcache==4.1.0
diskcache==5.6.3
django-filter==21.1
django-js-reverse==0.10.2
djangorestframework==3.14.0
django==3.2.25
colorlog==6.8.2
configobj==5.0.6
configobj==5.0.8
django-mptt==0.14.0
requests==2.27.1
cheroot==8.6.0
cheroot==10.0.1
magicbus==4.1.2
le-utils==0.2.2
jsonfield==3.1.0
morango==0.8.0
tzlocal==2.1
pytz==2022.1
python-dateutil==2.8.2
sqlalchemy==1.4.49
semver==2.8.1
tzlocal==4.2
pytz==2024.1
python-dateutil==2.9.0.post0
sqlalchemy==1.4.52
semver==2.13.0
django-redis-cache==3.0.1
redis==3.2.1
redis==3.5.3
html5lib==1.1
zeroconf-py2compat==0.19.17
Click==7.0
Click==8.0.4
whitenoise==5.3.0
idna==3.7
ifaddr==0.1.7 # Pin as version 0.2.0 only supports Python 3.7 and above
importlib-metadata==2.1.1
importlib_resources==3.3.1
importlib-metadata==4.8.3
importlib_resources==5.4.0
json-schema-validator==2.4.1

0 comments on commit dca49c0

Please sign in to comment.