Compare commits

...

2 commits

Author SHA1 Message Date
pre-commit-ci[bot]
8ca19752cf [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/rtts/djhtml: 3.0.6 → 3.0.7](https://github.com/rtts/djhtml/compare/3.0.6...3.0.7)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.0)
- [github.com/pre-commit/mirrors-eslint: v9.12.0 → v9.13.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.12.0...v9.13.0)
- [github.com/tox-dev/pyproject-fmt: 2.3.1 → 2.4.3](https://github.com/tox-dev/pyproject-fmt/compare/2.3.1...2.4.3)
2024-10-21 23:31:42 +00:00
Crocmagnon
30b020a73b Update dependencies 2024-10-21 18:08:17 +00:00
4 changed files with 15 additions and 15 deletions

View file

@ -36,11 +36,11 @@ repos:
- id: black
args: [--target-version, py311]
- repo: https://github.com/rtts/djhtml
rev: 3.0.6
rev: 3.0.7
hooks:
- id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
args: [--fix]
@ -50,7 +50,7 @@ repos:
- id: prettier
types_or: [javascript, css]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.12.0
rev: v9.13.0
hooks:
- id: eslint
args: [--fix]
@ -59,7 +59,7 @@ repos:
- eslint@8.56.0
- eslint-config-prettier@8.5.0
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.3.1
rev: 2.4.3
hooks:
- id: pyproject-fmt
- repo: https://github.com/jazzband/pip-tools

View file

@ -44,7 +44,7 @@ django-extensions==3.2.3
# via -r requirements.in
django-htmx==1.19.0
# via -r requirements.in
django-solo==2.3.0
django-solo==2.4.0
# via -r requirements.in
fonttools==4.54.1
# via matplotlib
@ -66,7 +66,7 @@ packaging==24.1
# via
# gunicorn
# matplotlib
pillow==10.4.0
pillow==11.0.0
# via
# -r requirements.in
# matplotlib

View file

@ -31,7 +31,7 @@ click==8.1.7
# via
# black
# pip-tools
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via pytest-cov
distlib==0.3.9
# via virtualenv
@ -41,7 +41,7 @@ django==5.1.2
# model-bakery
factory-boy==3.3.1
# via -r requirements-dev.in
faker==30.3.0
faker==30.8.0
# via factory-boy
filelock==3.16.1
# via virtualenv
@ -60,7 +60,7 @@ invoke==2.2.0
# via -r requirements-dev.in
jinja2==3.1.4
# via pytest-html
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
model-bakery==1.20.0
# via -r requirements-dev.in
@ -133,7 +133,7 @@ requests==2.32.3
# -c constraints.txt
# pytest-base-url
# pytest-selenium
ruff==0.6.9
ruff==0.7.0
# via -r requirements-dev.in
selenium==4.25.0
# via
@ -153,7 +153,7 @@ sqlparse==0.5.1
# django
tenacity==9.0.0
# via pytest-selenium
trio==0.26.2
trio==0.27.0
# via
# selenium
# trio-websocket
@ -168,7 +168,7 @@ urllib3[socks]==2.2.3
# -c constraints.txt
# requests
# selenium
virtualenv==20.26.6
virtualenv==20.27.0
# via pre-commit
websocket-client==1.8.0
# via selenium
@ -180,5 +180,5 @@ wsproto==1.2.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==75.1.0
setuptools==75.2.0
# via pip-tools

View file

@ -44,7 +44,7 @@ django-extensions==3.2.3
# via -r requirements.in
django-htmx==1.19.0
# via -r requirements.in
django-solo==2.3.0
django-solo==2.4.0
# via -r requirements.in
fonttools==4.54.1
# via matplotlib
@ -66,7 +66,7 @@ packaging==24.1
# via
# gunicorn
# matplotlib
pillow==10.4.0
pillow==11.0.0
# via
# -r requirements.in
# matplotlib