Skip to content

Commit 0eaabcd

Browse files
authored
Merge pull request #7 from mfwolffe/main
update python dependencies
2 parents 109fd49 + 7283967 commit 0eaabcd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytz==2021.3 # https://github.com/stub42/pytz
22
python-slugify==5.0.2 # https://github.com/un33k/python-slugify
3-
Pillow==9.0.0 # https://github.com/python-pillow/Pillow
3+
Pillow==10.3.0 # https://github.com/python-pillow/Pillow
44
argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
55
redis==4.1.0 # https://github.com/redis/redis-py
66
hiredis==2.3.2 # https://github.com/redis/hiredis-py
@@ -11,7 +11,7 @@ uvicorn[standard]==0.29.0 # https://github.com/encode/uvicorn
1111
django==3.2.11 # pyup: < 4.0 # https://www.djangoproject.com/
1212
django-environ==0.8.1 # https://github.com/joke2k/django-environ
1313
django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils
14-
django-allauth==0.47.0 # https://github.com/pennersr/django-allauth
14+
django-allauth==0.50.0 # https://github.com/pennersr/django-allauth
1515
django-crispy-forms==1.13.0 # https://github.com/django-crispy-forms/django-crispy-forms
1616
crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
1717
django-redis==5.2.0 # https://github.com/jazzband/django-redis

requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Werkzeug==2.0.2 # https://github.com/pallets/werkzeug
44
ipdb==0.13.9 # https://github.com/gotcha/ipdb
5-
psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2
5+
psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2
66
watchgod==0.7 # https://github.com/samuelcolvin/watchgod
77

88
# Testing

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
wheel
66
gunicorn==20.1.0 # https://github.com/benoitc/gunicorn
7-
psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2
7+
psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2
88
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
99

1010
# Django

0 commit comments

Comments
 (0)