Skip to content

Commit

Permalink
Merge pull request #54 from Amsterdam/update-requirements
Browse files Browse the repository at this point in the history
Updated the requirements
  • Loading branch information
vanbuiten authored Mar 18, 2024
2 parents 7eadab1 + cd8816b commit 4c0a6c0
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 76 deletions.
38 changes: 17 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ asgiref==3.7.2
# django
# django-cors-headers
# django-simple-history
azure-core==1.30.0
azure-core==1.30.1
# via
# azure-identity
# opencensus-ext-azure
azure-identity==1.15.0
# via opencensus-ext-azure
billiard==4.2.0
# via celery
cachetools==5.3.2
cachetools==5.3.3
# via google-auth
celery==5.3.6
# via
Expand Down Expand Up @@ -55,6 +55,7 @@ cron-descriptor==1.4.3
cryptography==42.0.5
# via
# azure-identity
# jwcrypto
# msal
# pyjwt
deprecation==2.1.0
Expand All @@ -71,7 +72,7 @@ django==4.1.13
# djangorestframework
# drf-yasg
# opencensus-ext-django
django-celery-beat==2.5.0
django-celery-beat==2.6.0
# via -r requirements.in
django-celery-results==2.5.1
# via -r requirements.in
Expand All @@ -85,21 +86,19 @@ django-simple-history==3.5.0
# via -r requirements.in
django-timezone-field==6.1.0
# via django-celery-beat
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r requirements.in
# drf-yasg
drf-yasg==1.21.7
# via -r requirements.in
ecdsa==0.18.0
# via python-jose
flower==2.0.1
# via -r requirements.in
google-api-core==2.17.1
# via opencensus
google-auth==2.28.1
google-auth==2.28.2
# via google-api-core
googleapis-common-protos==1.62.0
googleapis-common-protos==1.63.0
# via google-api-core
gunicorn==21.2.0
# via -r requirements.in
Expand All @@ -115,6 +114,8 @@ itypes==1.2.0
# via coreapi
jinja2==3.1.3
# via coreschema
jwcrypto==1.5.6
# via python-keycloak
kombu==5.3.5
# via celery
markupsafe==2.1.5
Expand Down Expand Up @@ -147,7 +148,7 @@ opencensus-ext-postgresql==0.1.3
# via -r requirements.in
opencensus-ext-requests==0.8.0
# via -r requirements.in
packaging==23.2
packaging==24.0
# via
# deprecation
# drf-yasg
Expand All @@ -172,7 +173,6 @@ psycopg2-binary==2.9.9
pyasn1==0.5.1
# via
# pyasn1-modules
# python-jose
# rsa
pyasn1-modules==0.3.0
# via google-auth
Expand All @@ -182,17 +182,14 @@ pyjwt[crypto]==2.8.0
# via msal
python-crontab==3.0.0
# via django-celery-beat
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# celery
# python-crontab
python-jose==3.3.0
# via python-keycloak
python-keycloak==3.9.0
python-keycloak==3.9.1
# via -r requirements.in
pytz==2024.1
# via
# djangorestframework
# drf-yasg
# flower
pyyaml==6.0.1
Expand All @@ -211,21 +208,20 @@ requests==2.31.0
requests-toolbelt==1.0.0
# via python-keycloak
rsa==4.9
# via
# google-auth
# python-jose
# via google-auth
six==1.16.0
# via
# azure-core
# ecdsa
# opencensus
# python-dateutil
sqlparse==0.4.4
# via django
tornado==6.4
# via flower
typing-extensions==4.10.0
# via azure-core
# via
# azure-core
# jwcrypto
tzdata==2024.1
# via
# celery
Expand All @@ -238,7 +234,7 @@ urllib3==1.26.18
# via
# -r requirements.in
# requests
uvicorn==0.27.1
uvicorn==0.28.0
# via -r requirements.in
vine==5.1.0
# via
Expand Down
52 changes: 23 additions & 29 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.7.2
# django
# django-cors-headers
# django-simple-history
azure-core==1.30.0
azure-core==1.30.1
# via
# -r ./requirements_test.txt
# azure-identity
Expand All @@ -27,9 +27,9 @@ billiard==4.2.0
# via
# -r ./requirements_test.txt
# celery
build==1.0.3
build==1.1.1
# via pip-tools
cachetools==5.3.2
cachetools==5.3.3
# via
# -r ./requirements_test.txt
# google-auth
Expand Down Expand Up @@ -87,7 +87,7 @@ coreschema==0.0.4
# via
# -r ./requirements_test.txt
# coreapi
coverage[toml]==7.4.3
coverage[toml]==7.4.4
# via
# -r ./requirements_test.txt
# pytest-cov
Expand All @@ -99,6 +99,7 @@ cryptography==42.0.5
# via
# -r ./requirements_test.txt
# azure-identity
# jwcrypto
# msal
# pyjwt
deprecation==2.1.0
Expand All @@ -122,7 +123,7 @@ django==4.1.13
# djangorestframework
# drf-yasg
# opencensus-ext-django
django-celery-beat==2.5.0
django-celery-beat==2.6.0
# via -r ./requirements_test.txt
django-celery-results==2.5.1
# via -r ./requirements_test.txt
Expand All @@ -140,19 +141,15 @@ django-timezone-field==6.1.0
# via
# -r ./requirements_test.txt
# django-celery-beat
djangorestframework==3.14.0
djangorestframework==3.15.0
# via
# -r ./requirements_test.txt
# drf-yasg
drf-yasg==1.21.7
# via -r ./requirements_test.txt
ecdsa==0.18.0
# via
# -r ./requirements_test.txt
# python-jose
factory-boy==3.3.0
# via -r ./requirements_test.txt
faker==23.2.1
faker==24.2.0
# via
# -r ./requirements_test.txt
# factory-boy
Expand All @@ -171,11 +168,11 @@ google-api-core==2.17.1
# via
# -r ./requirements_test.txt
# opencensus
google-auth==2.28.1
google-auth==2.28.2
# via
# -r ./requirements_test.txt
# google-api-core
googleapis-common-protos==1.62.0
googleapis-common-protos==1.63.0
# via
# -r ./requirements_test.txt
# google-api-core
Expand Down Expand Up @@ -212,6 +209,10 @@ jinja2==3.1.3
# via
# -r ./requirements_test.txt
# coreschema
jwcrypto==1.5.6
# via
# -r ./requirements_test.txt
# python-keycloak
kombu==5.3.5
# via
# -r ./requirements_test.txt
Expand Down Expand Up @@ -259,7 +260,7 @@ opencensus-ext-postgresql==0.1.3
# via -r ./requirements_test.txt
opencensus-ext-requests==0.8.0
# via -r ./requirements_test.txt
packaging==23.2
packaging==24.0
# via
# -r ./requirements_test.txt
# build
Expand All @@ -270,7 +271,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements_dev.in
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -313,7 +314,6 @@ pyasn1==0.5.1
# via
# -r ./requirements_test.txt
# pyasn1-modules
# python-jose
# rsa
pyasn1-modules==0.3.0
# via
Expand Down Expand Up @@ -343,7 +343,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.0.2
pytest==8.1.1
# via
# -r ./requirements_test.txt
# pytest-cov
Expand All @@ -356,23 +356,18 @@ python-crontab==3.0.0
# via
# -r ./requirements_test.txt
# django-celery-beat
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r ./requirements_test.txt
# celery
# faker
# freezegun
# python-crontab
python-jose==3.3.0
# via
# -r ./requirements_test.txt
# python-keycloak
python-keycloak==3.9.0
python-keycloak==3.9.1
# via -r ./requirements_test.txt
pytz==2024.1
# via
# -r ./requirements_test.txt
# djangorestframework
# drf-yasg
# flower
pyyaml==6.0.1
Expand All @@ -399,12 +394,10 @@ rsa==4.9
# via
# -r ./requirements_test.txt
# google-auth
# python-jose
six==1.16.0
# via
# -r ./requirements_test.txt
# azure-core
# ecdsa
# opencensus
# python-dateutil
sqlparse==0.4.4
Expand All @@ -416,12 +409,13 @@ tornado==6.4
# via
# -r ./requirements_test.txt
# flower
tox==4.13.0
tox==4.14.1
# via -r ./requirements_test.txt
typing-extensions==4.10.0
# via
# -r ./requirements_test.txt
# azure-core
# jwcrypto
tzdata==2024.1
# via
# -r ./requirements_test.txt
Expand All @@ -436,7 +430,7 @@ urllib3==1.26.18
# via
# -r ./requirements_test.txt
# requests
uvicorn==0.27.1
uvicorn==0.28.0
# via -r ./requirements_test.txt
vcrpy==6.0.1
# via -r ./requirements_test.txt
Expand All @@ -454,7 +448,7 @@ wcwidth==0.2.13
# via
# -r ./requirements_test.txt
# prompt-toolkit
wheel==0.42.0
wheel==0.43.0
# via pip-tools
whitenoise==6.6.0
# via -r ./requirements_test.txt
Expand Down
Loading

0 comments on commit 4c0a6c0

Please sign in to comment.