Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed Nov 20, 2023
1 parent 19fb402 commit db5c90a
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 280 deletions.
2 changes: 0 additions & 2 deletions academy/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True

# 64 MB
Expand Down
12 changes: 6 additions & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile dev-requirements.in
#
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.13.1
# via virtualenv
identify==2.5.26
identify==2.5.32
# via pre-commit
nodeenv==1.8.0
# via pre-commit
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pre-commit==3.3.3
pre-commit==3.5.0
# via -r dev-requirements.in
pyyaml==6.0.1
# via pre-commit
virtualenv==20.24.2
virtualenv==20.24.6
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
95 changes: 46 additions & 49 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
#
# pip-compile requirements.in
#
amqp==5.1.1
amqp==5.2.0
# via kombu
asgiref==3.7.2
# via
# channels
# channels-redis
# daphne
# django
asttokens==2.2.1
# django-cors-headers
asttokens==2.4.1
# via stack-data
attrs==23.1.0
# via
Expand All @@ -23,31 +24,29 @@ autobahn==23.6.2
# via daphne
automat==22.10.0
# via twisted
backcall==0.2.0
# via ipython
bcrypt==4.0.1
# via -r requirements.in
beautifulsoup4==4.12.2
# via django-bootstrap4
billiard==4.1.0
billiard==4.2.0
# via celery
celery[redis]==5.3.1
celery[redis]==5.3.5
# via
# -r requirements.in
# django-celery-beat
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
channels==4.0.0
# via
# -r requirements.in
# channels-redis
channels-redis==4.1.0
# via -r requirements.in
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
click==8.1.6
click==8.1.7
# via
# celery
# click-didyoumean
Expand All @@ -59,11 +58,11 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
constantly==15.1.0
constantly==23.10.4
# via twisted
cron-descriptor==1.4.0
# via django-celery-beat
cryptography==41.0.3
cryptography==41.0.5
# via
# autobahn
# http-ece
Expand All @@ -75,7 +74,7 @@ daphne==4.0.0
# via -r requirements.in
decorator==5.1.1
# via ipython
django==4.2.4
django==4.2.7
# via
# -r requirements.in
# channels
Expand All @@ -92,25 +91,25 @@ django-bootstrap4==23.2
# via -r requirements.in
django-celery-beat==2.5.0
# via -r requirements.in
django-constance[database]==2.9.1
django-constance[database]==3.1.0
# via -r requirements.in
django-cors-headers==4.2.0
django-cors-headers==4.3.1
# via -r requirements.in
django-debug-toolbar==4.1.0
django-debug-toolbar==4.2.0
# via -r requirements.in
django-extensions==3.2.3
# via -r requirements.in
django-filter==23.2
django-filter==23.3
# via -r requirements.in
django-picklefield==3.1
# via django-constance
django-timezone-field==5.1
django-timezone-field==6.0.1
# via django-celery-beat
django-webpush @ git+https://github.com/safwanrahman/django-webpush.git@5f37e5a072769685e562c5134c7492e7217a0302
# via -r requirements.in
djangorestframework==3.14.0
# via -r requirements.in
executing==1.2.0
executing==2.0.1
# via stack-data
facebook-sdk==3.1.0
# via -r requirements.in
Expand All @@ -127,33 +126,31 @@ idna==3.4
# twisted
incremental==22.10.0
# via twisted
ipython==8.14.0
ipython==8.17.2
# via -r requirements.in
jedi==0.19.0
jedi==0.19.1
# via ipython
kombu==5.3.1
kombu==5.3.4
# via celery
matplotlib-inline==0.1.6
# via ipython
msgpack==1.0.5
msgpack==1.0.7
# via channels-redis
numpy==1.25.2
numpy==1.26.2
# via scipy
parso==0.8.3
# via jedi
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==10.0.0
pillow==10.1.0
# via -r requirements.in
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via
# click-repl
# ipython
psycopg[binary]==3.1.10
psycopg[binary]==3.1.13
# via -r requirements.in
psycopg-binary==3.1.10
psycopg-binary==3.1.13
# via psycopg
ptyprocess==0.7.0
# via pexpect
Expand All @@ -169,9 +166,9 @@ pyasn1-modules==0.3.0
# via service-identity
pycparser==2.21
# via cffi
pygments==2.15.1
pygments==2.17.1
# via ipython
pyopenssl==23.2.0
pyopenssl==23.3.0
# via twisted
python-crontab==3.0.0
# via django-celery-beat
Expand All @@ -181,21 +178,19 @@ python-dateutil==2.8.2
# python-crontab
python-dotenv==1.0.0
# via -r requirements.in
pytz==2023.3
# via
# django-timezone-field
# djangorestframework
pytz==2023.3.post1
# via djangorestframework
pywebpush==1.9.4
# via django-webpush
redis==4.6.0
redis==5.0.1
# via
# celery
# channels-redis
requests==2.31.0
# via
# facebook-sdk
# pywebpush
scipy==1.11.1
scipy==1.11.4
# via -r requirements.in
service-identity==23.1.0
# via twisted
Expand All @@ -204,42 +199,44 @@ six==1.16.0
# asttokens
# automat
# python-dateutil
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.4.4
# via
# django
# django-debug-toolbar
stack-data==0.6.2
stack-data==0.6.3
# via ipython
tqdm==4.65.0
tqdm==4.66.1
# via -r requirements.in
traitlets==5.9.0
traitlets==5.13.0
# via
# ipython
# matplotlib-inline
twisted[tls]==22.10.0
# via daphne
twisted[tls]==23.10.0
# via
# daphne
# twisted
txaio==23.1.1
# via autobahn
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# psycopg
# twisted
tzdata==2023.3
# via
# celery
# django-celery-beat
urllib3==2.0.4
urllib3==2.1.0
# via requests
vine==5.0.0
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.10
# via prompt-toolkit
zope-interface==6.0
zope-interface==6.1
# via twisted

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit db5c90a

Please sign in to comment.