Skip to content

Commit

Permalink
Merge pull request #48 from Amsterdam/chore/update-requirements
Browse files Browse the repository at this point in the history
Updated the requirements
  • Loading branch information
vanbuiten authored Nov 29, 2023
2 parents 864770d + 09df550 commit 6982d80
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 95 deletions.
56 changes: 28 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,29 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
amqp==5.1.1
amqp==5.2.0
# via kombu
asgiref==3.7.2
# via django
# via
# django
# django-cors-headers
azure-core==1.29.5
# via
# azure-identity
# opencensus-ext-azure
azure-identity==1.15.0
# via opencensus-ext-azure
billiard==4.1.0
billiard==4.2.0
# via celery
cachetools==5.3.2
# via google-auth
celery==5.3.4
celery==5.3.6
# via
# -r requirements.in
# django-celery-beat
# django-celery-results
# flower
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -49,7 +51,7 @@ coreschema==0.0.4
# via coreapi
cron-descriptor==1.4.0
# via django-celery-beat
cryptography==41.0.6
cryptography==41.0.7
# via
# azure-identity
# msal
Expand All @@ -72,15 +74,15 @@ django-celery-beat==2.5.0
# via -r requirements.in
django-celery-results==2.5.1
# via -r requirements.in
django-cors-headers==4.3.0
django-cors-headers==4.3.1
# via -r requirements.in
django-extensions==3.2.3
# via -r requirements.in
django-filter==23.3
django-filter==23.4
# via -r requirements.in
django-simple-history==3.4.0
# via -r requirements.in
django-timezone-field==6.0.1
django-timezone-field==6.1.0
# via django-celery-beat
djangorestframework==3.14.0
# via
Expand All @@ -92,7 +94,7 @@ ecdsa==0.18.0
# via python-jose
flower==2.0.1
# via -r requirements.in
google-api-core==2.12.0
google-api-core==2.14.0
# via opencensus
google-auth==2.23.4
# via google-api-core
Expand All @@ -102,21 +104,21 @@ gunicorn==21.2.0
# via -r requirements.in
h11==0.14.0
# via uvicorn
humanize==4.8.0
humanize==4.9.0
# via flower
idna==3.4
idna==3.6
# via requests
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.2
# via coreschema
kombu==5.3.2
kombu==5.3.4
# via celery
markupsafe==2.1.3
# via jinja2
msal==1.24.1
msal==1.25.0
# via
# azure-identity
# msal-extensions
Expand All @@ -134,7 +136,7 @@ opencensus-context==0.1.3
# via
# -r requirements.in
# opencensus
opencensus-ext-azure==1.1.11
opencensus-ext-azure==1.1.12
# via -r requirements.in
opencensus-ext-django==0.8.0
# via -r requirements.in
Expand All @@ -151,11 +153,11 @@ packaging==23.2
# gunicorn
portalocker==2.8.2
# via msal-extensions
prometheus-client==0.18.0
prometheus-client==0.19.0
# via flower
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
protobuf==4.25.0
protobuf==4.25.1
# via
# google-api-core
# googleapis-common-protos
Expand All @@ -165,7 +167,7 @@ psycopg2==2.9.9
# via -r requirements.in
psycopg2-binary==2.9.9
# via opencensus-ext-postgresql
pyasn1==0.5.0
pyasn1==0.5.1
# via
# pyasn1-modules
# python-jose
Expand All @@ -175,9 +177,7 @@ pyasn1-modules==0.3.0
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via
# msal
# pyjwt
# via msal
python-crontab==3.0.0
# via django-celery-beat
python-dateutil==2.8.2
Expand All @@ -186,7 +186,7 @@ python-dateutil==2.8.2
# python-crontab
python-jose==3.3.0
# via python-keycloak
python-keycloak==3.3.0
python-keycloak==3.7.0
# via -r requirements.in
pytz==2023.3.post1
# via
Expand Down Expand Up @@ -219,7 +219,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.4.4
# via django
tornado==6.3.3
tornado==6.4
# via flower
typing-extensions==4.8.0
# via azure-core
Expand All @@ -235,16 +235,16 @@ urllib3==1.26.18
# via
# -r requirements.in
# requests
uvicorn==0.23.2
uvicorn==0.24.0.post1
# via -r requirements.in
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.12
# via prompt-toolkit
whitenoise==6.6.0
# via -r requirements.in
wrapt==1.15.0
wrapt==1.16.0
# via opencensus-ext-requests
Loading

0 comments on commit 6982d80

Please sign in to comment.