mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 07:38:03 +01:00
Compare commits
2 commits
2dcd7ba7f7
...
8ca19752cf
Author | SHA1 | Date | |
---|---|---|---|
|
8ca19752cf | ||
|
30b020a73b |
4 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue