mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Compare commits
2 commits
c70789e80f
...
87e08f4388
Author | SHA1 | Date | |
---|---|---|---|
|
87e08f4388 | ||
|
eba6f32dca |
2 changed files with 10 additions and 10 deletions
|
@ -40,7 +40,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.5.4
|
||||
rev: v0.5.5
|
||||
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.7.0
|
||||
rev: v9.8.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
args: [--fix]
|
||||
|
|
|
@ -87,7 +87,7 @@ platformdirs==4.2.2
|
|||
# virtualenv
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
pre-commit==3.7.1
|
||||
pre-commit==3.8.0
|
||||
# via -r requirements-dev.in
|
||||
pyproject-hooks==1.1.0
|
||||
# via
|
||||
|
@ -95,7 +95,7 @@ pyproject-hooks==1.1.0
|
|||
# pip-tools
|
||||
pysocks==1.7.1
|
||||
# via urllib3
|
||||
pytest==8.3.1
|
||||
pytest==8.3.2
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-base-url
|
||||
|
@ -133,9 +133,9 @@ requests==2.32.3
|
|||
# -c constraints.txt
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.5.4
|
||||
ruff==0.5.5
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.23.0
|
||||
selenium==4.23.1
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-selenium
|
||||
|
@ -151,7 +151,7 @@ sqlparse==0.5.1
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# django
|
||||
tenacity==8.5.0
|
||||
tenacity==9.0.0
|
||||
# via pytest-selenium
|
||||
trio==0.26.0
|
||||
# via
|
||||
|
@ -159,7 +159,7 @@ trio==0.26.0
|
|||
# trio-websocket
|
||||
trio-websocket==0.11.1
|
||||
# via selenium
|
||||
typing-extensions==4.9.0
|
||||
typing-extensions==4.12.2
|
||||
# via selenium
|
||||
urllib3[socks]==2.2.2
|
||||
# via
|
||||
|
@ -176,7 +176,7 @@ wsproto==1.2.0
|
|||
# via trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==24.1.2
|
||||
pip==24.2
|
||||
# via pip-tools
|
||||
setuptools==71.1.0
|
||||
setuptools==72.1.0
|
||||
# via pip-tools
|
||||
|
|
Loading…
Reference in a new issue