mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 23:58:02 +01:00
Compare commits
No commits in common. "8ca19752cf0dd19bacc56139fdf6ecaff74dd425" and "2dcd7ba7f75eefcd9a021009fa9cf912ff99ea21" have entirely different histories.
8ca19752cf
...
2dcd7ba7f7
4 changed files with 15 additions and 15 deletions
|
@ -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.7
|
rev: 3.0.6
|
||||||
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.7.0
|
rev: v0.6.9
|
||||||
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.13.0
|
rev: v9.12.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.4.3
|
rev: 2.3.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyproject-fmt
|
- id: pyproject-fmt
|
||||||
- repo: https://github.com/jazzband/pip-tools
|
- repo: https://github.com/jazzband/pip-tools
|
||||||
|
|
|
@ -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.4.0
|
django-solo==2.3.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==11.0.0
|
pillow==10.4.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
|
@ -31,7 +31,7 @@ click==8.1.7
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.6.4
|
coverage[toml]==7.6.3
|
||||||
# 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.8.0
|
faker==30.3.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.2
|
markupsafe==3.0.1
|
||||||
# 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.7.0
|
ruff==0.6.9
|
||||||
# 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.27.0
|
trio==0.26.2
|
||||||
# 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.27.0
|
virtualenv==20.26.6
|
||||||
# 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.2.0
|
setuptools==75.1.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
|
@ -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.4.0
|
django-solo==2.3.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==11.0.0
|
pillow==10.4.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
|
Loading…
Reference in a new issue