Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Apr 20, 2024
1 parent 94800d3 commit c7ad1a8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
33 changes: 17 additions & 16 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
pytz==2022.7.1 # https://github.com/stub42/pytz
python-slugify==8.0.1 # https://github.com/un33k/python-slugify
Pillow==9.4.0 # https://github.com/python-pillow/Pillow
rcssmin==1.1.1 # https://github.com/ndparker/rcssmin
argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
whitenoise==6.4.0 # https://github.com/evansd/whitenoise
redis==4.5.1 # https://github.com/redis/redis-py
hiredis==2.2.2 # https://github.com/redis/hiredis-py
pytz==2024.1 # https://github.com/stub42/pytz
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
Pillow==10.3.0 # https://github.com/python-pillow/Pillow
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
whitenoise==6.6.0 # https://github.com/evansd/whitenoise
redis==5.0.3 # https://github.com/redis/redis-py
hiredis==2.3.2 # https://github.com/redis/hiredis-py
uvicorn[standard]==0.20.0 # https://github.com/encode/uvicorn
rcssmin==1.1.1 # https://github.com/ndparker/rcssmin

# Django
# ------------------------------------------------------------------------------
django==4.0.10 # pyup: < 4.1 # https://www.djangoproject.com/
django-environ==0.10.0 # https://github.com/joke2k/django-environ
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
django-allauth==0.52.0 # https://github.com/pennersr/django-allauth
django==4.2.8 # LTS https://www.djangoproject.com/
django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-model-utils==4.5.0 # https://github.com/jazzband/django-model-utils
django-allauth==0.61.1 # https://github.com/pennersr/django-allauth
django-crispy-forms==2.0 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5
django-compressor==4.3.1 # https://github.com/django-compressor/django-compressor
django-redis==5.2.0 # https://github.com/jazzband/django-redis
# Django REST Framework
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
django-cors-headers==3.14.0 # https://github.com/adamchainz/django-cors-headers
djangorestframework==3.15.1 # https://github.com/encode/django-rest-framework
django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers
# DRF-spectacular for api documentation
drf-spectacular==0.26.0 # https://github.com/tfranzel/drf-spectacular
django-q2==1.4.11
drf-spectacular==0.27.2 # https://github.com/tfranzel/drf-spectacular
django-q2==1.6.2

# Utils
# ------------------------------------------------------------------------------
Expand All @@ -33,3 +33,4 @@ pytz
# ------------------------------------------------------------------------------
OTXv2
vt-py
scarlet-shark-client==1.0.5
7 changes: 4 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

-r base.txt

gunicorn==20.1.0 # https://github.com/benoitc/gunicorn
psycopg2==2.9.5 # https://github.com/psycopg/psycopg2
gunicorn==22.0.0 # https://github.com/benoitc/gunicorn
psycopg2==2.9.9 # https://github.com/psycopg/psycopg2

# Django
# ------------------------------------------------------------------------------
django-anymail==9.0 # https://github.com/anymail/django-anymail
django-anymail==10.3 # https://github.com/anymail/django-anymail

0 comments on commit c7ad1a8

Please sign in to comment.