Compare commits

...

2 commits

Author SHA1 Message Date
pre-commit-ci[bot]
3502a56e69 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.2)
- [github.com/pre-commit/mirrors-eslint: v9.1.0 → v9.1.1](https://github.com/pre-commit/mirrors-eslint/compare/v9.1.0...v9.1.1)
2024-04-29 22:59:59 +00:00
Crocmagnon
2fe1bf964e Update dependencies 2024-04-29 18:06:54 +00:00
4 changed files with 15 additions and 15 deletions

View file

@ -31,7 +31,7 @@ repos:
- id: django-upgrade - id: django-upgrade
args: [--target-version, "4.1"] args: [--target-version, "4.1"]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 24.4.0 rev: 24.4.2
hooks: hooks:
- id: black - id: black
args: [--target-version, py311] args: [--target-version, py311]
@ -40,7 +40,7 @@ repos:
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.4.1 rev: v0.4.2
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.1.0 rev: v9.1.1
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]

View file

@ -48,7 +48,7 @@ django-solo==2.2.0
# via -r requirements.in # via -r requirements.in
fonttools==4.51.0 fonttools==4.51.0
# via matplotlib # via matplotlib
freezegun==1.4.0 freezegun==1.5.0
# via -r requirements.in # via -r requirements.in
gunicorn==22.0.0 gunicorn==22.0.0
# via -r requirements.in # via -r requirements.in

View file

@ -12,7 +12,7 @@ attrs==23.2.0
# via # via
# outcome # outcome
# trio # trio
black==24.4.0 black==24.4.2
# via -r requirements-dev.in # via -r requirements-dev.in
build==1.2.1 build==1.2.1
# via pip-tools # via pip-tools
@ -31,7 +31,7 @@ click==8.1.7
# via # via
# black # black
# pip-tools # pip-tools
coverage[toml]==7.4.4 coverage[toml]==7.5.0
# via pytest-cov # via pytest-cov
distlib==0.3.8 distlib==0.3.8
# via virtualenv # via virtualenv
@ -41,9 +41,9 @@ django==5.0.4
# model-bakery # model-bakery
factory-boy==3.3.0 factory-boy==3.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
faker==24.11.0 faker==25.0.0
# via factory-boy # via factory-boy
filelock==3.13.4 filelock==3.14.0
# via virtualenv # via virtualenv
h11==0.14.0 h11==0.14.0
# via wsproto # via wsproto
@ -81,7 +81,7 @@ pathspec==0.12.1
# via black # via black
pip-tools==7.4.1 pip-tools==7.4.1
# via -r requirements-dev.in # via -r requirements-dev.in
platformdirs==4.2.0 platformdirs==4.2.1
# via # via
# black # black
# virtualenv # virtualenv
@ -89,13 +89,13 @@ pluggy==1.5.0
# via pytest # via pytest
pre-commit==3.7.0 pre-commit==3.7.0
# via -r requirements-dev.in # via -r requirements-dev.in
pyproject-hooks==1.0.0 pyproject-hooks==1.1.0
# via # via
# build # build
# pip-tools # pip-tools
pysocks==1.7.1 pysocks==1.7.1
# via urllib3 # via urllib3
pytest==8.1.1 pytest==8.2.0
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-base-url # pytest-base-url
@ -133,9 +133,9 @@ requests==2.31.0
# -c constraints.txt # -c constraints.txt
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.4.1 ruff==0.4.2
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.19.0 selenium==4.20.0
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-selenium # pytest-selenium
@ -166,7 +166,7 @@ urllib3[socks]==2.2.1
# -c constraints.txt # -c constraints.txt
# requests # requests
# selenium # selenium
virtualenv==20.25.3 virtualenv==20.26.1
# via pre-commit # via pre-commit
wheel==0.43.0 wheel==0.43.0
# via pip-tools # via pip-tools

View file

@ -48,7 +48,7 @@ django-solo==2.2.0
# via -r requirements.in # via -r requirements.in
fonttools==4.51.0 fonttools==4.51.0
# via matplotlib # via matplotlib
freezegun==1.4.0 freezegun==1.5.0
# via -r requirements.in # via -r requirements.in
gunicorn==22.0.0 gunicorn==22.0.0
# via -r requirements.in # via -r requirements.in