Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed Oct 1, 2024
1 parent 50fbffc commit ce58294
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 330 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ repos:
- id: check-added-large-files

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.6.8
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/biomejs/pre-commit
rev: v0.4.0
rev: v0.5.0
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/biome@1.8.3"]
additional_dependencies: ["@biomejs/biome@1.9.3"]

- repo: https://github.com/Tyilo/pre-commit-django-migrations
rev: d3a23e91aeb76b3c6b0f934d734c0dca237840ae
Expand Down
12 changes: 6 additions & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ cfgv==3.4.0
# via pre-commit
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via virtualenv
identify==2.5.36
identify==2.6.1
# via pre-commit
nodeenv==1.9.1
# via pre-commit
platformdirs==4.2.2
platformdirs==4.3.6
# via virtualenv
pre-commit==3.7.1
pre-commit==3.8.0
# via -r dev-requirements.in
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
virtualenv==20.26.3
virtualenv==20.26.6
# via pre-commit
86 changes: 41 additions & 45 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,27 @@ asgiref==3.8.1
# django-cors-headers
asttokens==2.4.1
# via stack-data
attrs==23.2.0
attrs==24.2.0
# via
# automat
# service-identity
# twisted
autobahn==23.6.2
autobahn==24.4.2
# via daphne
automat==22.10.0
automat==24.8.1
# via twisted
bcrypt==4.1.3
bcrypt==4.2.0
# via -r requirements.in
beautifulsoup4==4.12.3
# via django-bootstrap4
billiard==4.2.0
billiard==4.2.1
# via celery
celery==5.4.0
# via
# -r requirements.in
# django-celery-beat
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.16.0
cffi==1.17.1
# via cryptography
channels==4.1.0
# via
Expand All @@ -60,9 +59,9 @@ click-repl==0.3.0
# via celery
constantly==23.10.4
# via twisted
cron-descriptor==1.4.3
cron-descriptor==1.4.5
# via django-celery-beat
cryptography==42.0.8
cryptography==43.0.1
# via
# autobahn
# http-ece
Expand All @@ -74,7 +73,7 @@ daphne==4.1.2
# via -r requirements.in
decorator==5.1.1
# via ipython
django==5.0.6
django==5.1.1
# via
# -r requirements.in
# channels
Expand All @@ -84,91 +83,88 @@ django==5.0.6
# django-debug-toolbar
# django-extensions
# django-filter
# django-picklefield
# django-timezone-field
# djangorestframework
django-bootstrap4==24.3
django-bootstrap4==24.4
# via -r requirements.in
django-celery-beat==2.6.0
django-celery-beat==2.7.0
# via -r requirements.in
django-constance==3.1.0
django-constance==4.1.2
# via -r requirements.in
django-cors-headers==4.4.0
# via -r requirements.in
django-debug-toolbar==4.4.5
django-debug-toolbar==4.4.6
# via -r requirements.in
django-extensions==3.2.3
# via -r requirements.in
django-filter==24.2
django-filter==24.3
# via -r requirements.in
django-picklefield==3.2
# via django-constance
django-timezone-field==6.1.0
django-timezone-field==7.0
# via django-celery-beat
django-webpush @ git+https://github.com/safwanrahman/django-webpush.git@5f37e5a072769685e562c5134c7492e7217a0302
# via -r requirements.in
djangorestframework==3.15.2
# via -r requirements.in
executing==2.0.1
executing==2.1.0
# via stack-data
facebook-sdk==3.1.0
# via -r requirements.in
http-ece==1.2.0
http-ece==1.2.1
# via pywebpush
hyperlink==21.0.0
# via
# autobahn
# twisted
idna==3.7
idna==3.10
# via
# hyperlink
# requests
# twisted
incremental==22.10.0
incremental==24.7.2
# via twisted
ipython==8.26.0
ipython==8.27.0
# via -r requirements.in
jedi==0.19.1
# via ipython
kombu==5.3.7
kombu==5.4.2
# via celery
matplotlib-inline==0.1.7
# via ipython
msgpack==1.0.8
msgpack==1.1.0
# via channels-redis
numpy==2.0.0
numpy==2.1.1
# via scipy
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
# via -r requirements.in
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# click-repl
# ipython
psycopg==3.2.1
psycopg==3.2.3
# via -r requirements.in
psycopg-binary==3.2.1
psycopg-binary==3.2.3
# via psycopg
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
pure-eval==0.2.3
# via stack-data
py-vapid==1.9.1
# via pywebpush
pyasn1==0.6.0
pyasn1==0.6.1
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.0
pyasn1-modules==0.4.1
# via service-identity
pycparser==2.22
# via cffi
pygments==2.18.0
# via ipython
pyopenssl==24.1.0
pyopenssl==24.2.1
# via twisted
python-crontab==3.2.0
# via django-celery-beat
Expand All @@ -180,50 +176,50 @@ python-dotenv==1.0.1
# via -r requirements.in
pywebpush==1.9.4
# via django-webpush
redis==5.0.7
redis==5.1.0
# via
# celery
# channels-redis
requests==2.32.3
# via
# facebook-sdk
# pywebpush
scipy==1.14.0
scipy==1.14.1
# via -r requirements.in
service-identity==24.1.0
# via twisted
six==1.16.0
# via
# asttokens
# automat
# python-dateutil
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
sqlparse==0.5.0
sqlparse==0.5.1
# via
# django
# django-debug-toolbar
stack-data==0.6.3
# via ipython
tqdm==4.66.4
tqdm==4.66.5
# via -r requirements.in
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
twisted==24.3.0
twisted==24.7.0
# via daphne
txaio==23.1.1
# via autobahn
typing-extensions==4.12.2
# via
# psycopg
# twisted
tzdata==2024.1
tzdata==2024.2
# via
# celery
# django-celery-beat
urllib3==2.2.2
# kombu
urllib3==2.2.3
# via requests
vine==5.1.0
# via
Expand All @@ -232,7 +228,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
zope-interface==6.4.post2
zope-interface==7.0.3
# via twisted

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

0 comments on commit ce58294

Please sign in to comment.