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

View file

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

View file

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

View file

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