Skip to content

Commit

Permalink
upgrade backend deps (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit authored Aug 23, 2021
1 parent cf371ee commit 30f8293
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile
#
asgiref==3.3.4
asgiref==3.4.1
# via
# django
# uvicorn
Expand All @@ -15,9 +15,9 @@ attrs==21.2.0
# twisted
automat==20.2.0
# via twisted
bleach==3.3.0
bleach==4.0.0
# via mj (setup.py)
cffi==1.14.5
cffi==1.14.6
# via cryptography
click==8.0.1
# via
Expand All @@ -34,20 +34,20 @@ cssselect==1.1.0
# via
# parsel
# scrapy
django-cors-headers==3.7.0
# via mj (setup.py)
django-filter==2.4.0
# via mj (setup.py)
django==3.2.4
django==3.2.6
# via
# django-cors-headers
# django-filter
# djangorestframework
# mj (setup.py)
djangorestframework-camel-case==1.2.0
django-cors-headers==3.8.0
# via mj (setup.py)
django-filter==2.4.0
# via mj (setup.py)
djangorestframework==3.12.4
# via mj (setup.py)
djangorestframework-camel-case==1.2.0
# via mj (setup.py)
gunicorn==20.1.0
# via mj (setup.py)
h11==0.12.0
Expand All @@ -68,7 +68,7 @@ idna==3.2
# via hyperlink
incremental==21.3.0
# via twisted
itemadapter==0.2.0
itemadapter==0.3.0
# via
# itemloaders
# scrapy
Expand All @@ -82,7 +82,7 @@ lxml==4.6.3
# scrapy
markdown==3.3.4
# via mj (setup.py)
packaging==20.9
packaging==21.0
# via bleach
parsel==1.6.0
# via
Expand All @@ -92,14 +92,14 @@ priority==1.3.0
# via twisted
protego==0.1.16
# via scrapy
psycopg2-binary==2.8.6
psycopg2-binary==2.9.1
# via mj (setup.py)
pyasn1-modules==0.2.8
# via service-identity
pyasn1==0.4.8
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.2.8
# via service-identity
pycparser==2.20
# via cffi
pydispatcher==2.0.5
Expand All @@ -108,7 +108,7 @@ pyopenssl==20.0.1
# via scrapy
pyparsing==2.4.7
# via packaging
python-dotenv==0.17.1
python-dotenv==0.19.0
# via
# mj (setup.py)
# uvicorn
Expand All @@ -135,13 +135,15 @@ six==1.16.0
# w3lib
sqlparse==0.4.1
# via django
twisted[http2]==21.2.0
twisted[http2]==21.7.0
# via scrapy
typing-extensions==3.10.0.0
# via twisted
uritemplate==3.0.1
# via mj (setup.py)
uvicorn[standard]==0.14.0
uvicorn[standard]==0.15.0
# via mj (setup.py)
uvloop==0.15.2
uvloop==0.16.0
# via uvicorn
w3lib==1.22.0
# via
Expand Down

0 comments on commit 30f8293

Please sign in to comment.