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

dependency updates from Development #263

Merged
merged 2 commits into from
Jan 6, 2025
Merged
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
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ celery==5.4.0
# -r requirements.in
# django-celery-beat
# django-celery-results
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# celery
# click-didyoumean
Expand All @@ -33,7 +33,7 @@ click-repl==0.3.0
# via celery
cron-descriptor==1.4.5
# via django-celery-beat
django==4.2.16
django==4.2.17
# via
# -r requirements.in
# django-celery-beat
Expand Down Expand Up @@ -73,9 +73,9 @@ python-dateutil==2.9.0.post0
# python-crontab
requests==2.32.3
# via -r requirements.in
six==1.16.0
six==1.17.0
# via python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
typing-extensions==4.12.2
# via asgiref
Expand All @@ -84,7 +84,7 @@ tzdata==2024.2
# celery
# django-celery-beat
# kombu
urllib3==2.2.3
urllib3==2.3.0
# via requests
vine==5.1.0
# via
Expand Down
Loading