Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #53

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 21 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
#
amqp==5.2.0
# via kombu
anyio==4.2.0
# via azure-core
asgiref==3.7.2
# via
# django
# django-cors-headers
azure-core==1.29.6
# django-simple-history
azure-core==1.30.0
# via
# azure-identity
# opencensus-ext-azure
Expand All @@ -28,7 +27,7 @@ celery==5.3.6
# django-celery-beat
# django-celery-results
# flower
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -51,9 +50,9 @@ coreapi==2.3.3
# via -r requirements.in
coreschema==0.0.4
# via coreapi
cron-descriptor==1.4.0
cron-descriptor==1.4.3
# via django-celery-beat
cryptography==42.0.4
cryptography==42.0.5
# via
# azure-identity
# msal
Expand Down Expand Up @@ -82,7 +81,7 @@ django-extensions==3.2.3
# via -r requirements.in
django-filter==23.5
# via -r requirements.in
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements.in
django-timezone-field==6.1.0
# via django-celery-beat
Expand All @@ -96,9 +95,9 @@ ecdsa==0.18.0
# via python-jose
flower==2.0.1
# via -r requirements.in
google-api-core==2.15.0
google-api-core==2.17.1
# via opencensus
google-auth==2.26.2
google-auth==2.28.1
# via google-api-core
googleapis-common-protos==1.62.0
# via google-api-core
Expand All @@ -109,20 +108,18 @@ h11==0.14.0
humanize==4.9.0
# via flower
idna==3.6
# via
# anyio
# requests
# via requests
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.3
# via coreschema
kombu==5.3.4
kombu==5.3.5
# via celery
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
msal==1.26.0
msal==1.27.0
# via
# azure-identity
# msal-extensions
Expand Down Expand Up @@ -158,15 +155,15 @@ packaging==23.2
# msal-extensions
portalocker==2.8.2
# via msal-extensions
prometheus-client==0.19.0
prometheus-client==0.20.0
# via flower
prompt-toolkit==3.0.43
# via click-repl
protobuf==4.25.2
protobuf==4.25.3
# via
# google-api-core
# googleapis-common-protos
psutil==5.9.7
psutil==5.9.8
# via opencensus-ext-azure
psycopg2==2.9.9
# via -r requirements.in
Expand All @@ -182,9 +179,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 @@ -193,9 +188,9 @@ python-dateutil==2.8.2
# python-crontab
python-jose==3.3.0
# via python-keycloak
python-keycloak==3.7.0
python-keycloak==3.9.0
# via -r requirements.in
pytz==2023.3.post1
pytz==2024.1
# via
# djangorestframework
# drf-yasg
Expand Down Expand Up @@ -225,15 +220,13 @@ six==1.16.0
# ecdsa
# opencensus
# python-dateutil
sniffio==1.3.0
# via anyio
sqlparse==0.4.4
# via django
tornado==6.4
# via flower
typing-extensions==4.9.0
typing-extensions==4.10.0
# via azure-core
tzdata==2023.4
tzdata==2024.1
# via
# celery
# django-celery-beat
Expand All @@ -245,7 +238,7 @@ urllib3==1.26.18
# via
# -r requirements.in
# requests
uvicorn==0.25.0
uvicorn==0.27.1
# via -r requirements.in
vine==5.1.0
# via
Expand Down
Loading
Loading