Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed Dec 10, 2024
1 parent 612c752 commit e893a79
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 33 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files

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

- repo: https://github.com/biomejs/pre-commit
rev: v0.5.0
rev: v0.6.0
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
cfgv==3.4.0
# via pre-commit
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.1
# via virtualenv
identify==2.6.1
identify==2.6.3
# via pre-commit
nodeenv==1.9.1
# via pre-commit
platformdirs==4.3.6
# via virtualenv
pre-commit==3.8.0
pre-commit==4.0.1
# via -r dev-requirements.in
pyyaml==6.0.2
# via pre-commit
virtualenv==20.26.6
virtualenv==20.28.0
# via pre-commit
50 changes: 24 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --strip-extras requirements.in
#
amqp==5.2.0
amqp==5.3.1
# via kombu
asgiref==3.8.1
# via
Expand All @@ -13,7 +13,7 @@ asgiref==3.8.1
# daphne
# django
# django-cors-headers
asttokens==2.4.1
asttokens==3.0.0
# via stack-data
attrs==24.2.0
# via
Expand All @@ -23,7 +23,7 @@ autobahn==24.4.2
# via daphne
automat==24.8.1
# via twisted
bcrypt==4.2.0
bcrypt==4.2.1
# via -r requirements.in
beautifulsoup4==4.12.3
# via django-bootstrap4
Expand All @@ -37,13 +37,13 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
channels==4.1.0
channels==4.2.0
# via
# -r requirements.in
# channels-redis
channels-redis==4.2.0
channels-redis==4.2.1
# via -r requirements.in
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -61,7 +61,7 @@ constantly==23.10.4
# via twisted
cron-descriptor==1.4.5
# via django-celery-beat
cryptography==43.0.1
cryptography==44.0.0
# via
# autobahn
# http-ece
Expand All @@ -73,7 +73,7 @@ daphne==4.1.2
# via -r requirements.in
decorator==5.1.1
# via ipython
django==5.1.1
django==5.1.4
# via
# -r requirements.in
# channels
Expand All @@ -89,9 +89,9 @@ django-bootstrap4==24.4
# via -r requirements.in
django-celery-beat==2.7.0
# via -r requirements.in
django-constance==4.1.2
django-constance==4.1.3
# via -r requirements.in
django-cors-headers==4.4.0
django-cors-headers==4.6.0
# via -r requirements.in
django-debug-toolbar==4.4.6
# via -r requirements.in
Expand Down Expand Up @@ -122,23 +122,23 @@ idna==3.10
# twisted
incremental==24.7.2
# via twisted
ipython==8.27.0
ipython==8.30.0
# via -r requirements.in
jedi==0.19.1
jedi==0.19.2
# via ipython
kombu==5.4.2
# via celery
matplotlib-inline==0.1.7
# via ipython
msgpack==1.1.0
# via channels-redis
numpy==2.1.1
numpy==2.2.0
# via scipy
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==11.0.0
# via -r requirements.in
prompt-toolkit==3.0.48
# via
Expand All @@ -152,7 +152,7 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.3
# via stack-data
py-vapid==1.9.1
py-vapid==1.9.2
# via pywebpush
pyasn1==0.6.1
# via
Expand All @@ -164,7 +164,7 @@ pycparser==2.22
# via cffi
pygments==2.18.0
# via ipython
pyopenssl==24.2.1
pyopenssl==24.3.0
# via twisted
python-crontab==3.2.0
# via django-celery-beat
Expand All @@ -176,7 +176,7 @@ python-dotenv==1.0.1
# via -r requirements.in
pywebpush==1.9.4
# via django-webpush
redis==5.1.0
redis==5.2.1
# via
# celery
# channels-redis
Expand All @@ -186,27 +186,25 @@ requests==2.32.3
# pywebpush
scipy==1.14.1
# via -r requirements.in
service-identity==24.1.0
service-identity==24.2.0
# via twisted
six==1.16.0
# via
# asttokens
# python-dateutil
six==1.17.0
# via python-dateutil
soupsieve==2.6
# via beautifulsoup4
sqlparse==0.5.1
sqlparse==0.5.3
# via
# django
# django-debug-toolbar
stack-data==0.6.3
# via ipython
tqdm==4.66.5
tqdm==4.67.1
# via -r requirements.in
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
twisted==24.7.0
twisted==24.11.0
# via daphne
txaio==23.1.1
# via autobahn
Expand All @@ -228,7 +226,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
zope-interface==7.0.3
zope-interface==7.2
# via twisted

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

0 comments on commit e893a79

Please sign in to comment.