Compare commits

...

2 commits

Author SHA1 Message Date
pre-commit-ci[bot]
87e08f4388 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5)
- [github.com/pre-commit/mirrors-eslint: v9.7.0 → v9.8.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.7.0...v9.8.0)
2024-07-29 22:53:45 +00:00
Crocmagnon
eba6f32dca Update dependencies 2024-07-29 18:07:41 +00:00
2 changed files with 10 additions and 10 deletions

View file

@ -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.5.4 rev: v0.5.5
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.7.0 rev: v9.8.0
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]

View file

@ -87,7 +87,7 @@ platformdirs==4.2.2
# virtualenv # virtualenv
pluggy==1.5.0 pluggy==1.5.0
# via pytest # via pytest
pre-commit==3.7.1 pre-commit==3.8.0
# via -r requirements-dev.in # via -r requirements-dev.in
pyproject-hooks==1.1.0 pyproject-hooks==1.1.0
# via # via
@ -95,7 +95,7 @@ pyproject-hooks==1.1.0
# pip-tools # pip-tools
pysocks==1.7.1 pysocks==1.7.1
# via urllib3 # via urllib3
pytest==8.3.1 pytest==8.3.2
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-base-url # pytest-base-url
@ -133,9 +133,9 @@ requests==2.32.3
# -c constraints.txt # -c constraints.txt
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.5.4 ruff==0.5.5
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.23.0 selenium==4.23.1
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-selenium # pytest-selenium
@ -151,7 +151,7 @@ sqlparse==0.5.1
# via # via
# -c constraints.txt # -c constraints.txt
# django # django
tenacity==8.5.0 tenacity==9.0.0
# via pytest-selenium # via pytest-selenium
trio==0.26.0 trio==0.26.0
# via # via
@ -159,7 +159,7 @@ trio==0.26.0
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
typing-extensions==4.9.0 typing-extensions==4.12.2
# via selenium # via selenium
urllib3[socks]==2.2.2 urllib3[socks]==2.2.2
# via # via
@ -176,7 +176,7 @@ wsproto==1.2.0
# via trio-websocket # via trio-websocket
# 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.1.2 pip==24.2
# via pip-tools # via pip-tools
setuptools==71.1.0 setuptools==72.1.0
# via pip-tools # via pip-tools