mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Compare commits
No commits in common. "c28b880f7f0c866cc30ea141e595beeb62feff06" and "5c0bab3c5f8b14c34bcdae7d28ad5a43394392c9" have entirely different histories.
c28b880f7f
...
5c0bab3c5f
4 changed files with 11 additions and 11 deletions
|
@ -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.6.3
|
rev: v0.6.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
|
|
@ -8,11 +8,11 @@ asgiref==3.8.1
|
||||||
# via
|
# via
|
||||||
# django
|
# django
|
||||||
# django-htmx
|
# django-htmx
|
||||||
certifi==2024.8.30
|
certifi==2024.7.4
|
||||||
# via requests
|
# via requests
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
# via requests
|
# via requests
|
||||||
contourpy==1.3.0
|
contourpy==1.2.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
crispy-bootstrap5==2024.2
|
crispy-bootstrap5==2024.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
|
@ -16,7 +16,7 @@ black==24.8.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
build==1.2.1
|
build==1.2.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
certifi==2024.8.30
|
certifi==2024.7.4
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
|
@ -41,7 +41,7 @@ django==5.1
|
||||||
# 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==28.1.0
|
faker==28.0.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.15.4
|
filelock==3.15.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -110,7 +110,7 @@ pytest-base-url==2.1.0
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
pytest-cov==5.0.0
|
pytest-cov==5.0.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-django==4.9.0
|
pytest-django==4.8.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-html==4.1.1
|
pytest-html==4.1.1
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
|
@ -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.6.3
|
ruff==0.6.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.24.0
|
selenium==4.23.1
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
|
@ -178,5 +178,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==74.1.0
|
setuptools==73.0.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
|
@ -8,11 +8,11 @@ asgiref==3.8.1
|
||||||
# via
|
# via
|
||||||
# django
|
# django
|
||||||
# django-htmx
|
# django-htmx
|
||||||
certifi==2024.8.30
|
certifi==2024.7.4
|
||||||
# via requests
|
# via requests
|
||||||
charset-normalizer==3.3.2
|
charset-normalizer==3.3.2
|
||||||
# via requests
|
# via requests
|
||||||
contourpy==1.3.0
|
contourpy==1.2.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
crispy-bootstrap5==2024.2
|
crispy-bootstrap5==2024.2
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
Loading…
Reference in a new issue