Compare commits

..

No commits in common. "9bbdfb39ed79241a90c52491522db3ddcd8bd5bf" and "fd163820ecb9353353cc518054df10954790a4c6" have entirely different histories.

4 changed files with 10 additions and 10 deletions

View file

@ -40,7 +40,7 @@ repos:
hooks:
- id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.3
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.0.0-rc.0
rev: v9.0.0-beta.2
hooks:
- id: eslint
args: [--fix]

View file

@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in
#
asgiref==3.8.1
asgiref==3.7.2
# via
# django
# django-htmx

View file

@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements-dev.in
#
asgiref==3.8.1
asgiref==3.7.2
# via
# -c constraints.txt
# django
@ -41,9 +41,9 @@ django==5.0.3
# model-bakery
factory-boy==3.3.0
# via -r requirements-dev.in
faker==24.3.0
faker==24.2.0
# via factory-boy
filelock==3.13.3
filelock==3.13.1
# via virtualenv
h11==0.14.0
# via wsproto
@ -87,7 +87,7 @@ platformdirs==4.2.0
# virtualenv
pluggy==1.4.0
# via pytest
pre-commit==3.7.0
pre-commit==3.6.2
# via -r requirements-dev.in
pyproject-hooks==1.0.0
# via
@ -108,7 +108,7 @@ pytest==8.1.1
# pytest-variables
pytest-base-url==2.1.0
# via pytest-selenium
pytest-cov==5.0.0
pytest-cov==4.1.0
# via -r requirements-dev.in
pytest-django==4.8.0
# via -r requirements-dev.in
@ -133,7 +133,7 @@ requests==2.31.0
# -c constraints.txt
# pytest-base-url
# pytest-selenium
ruff==0.3.4
ruff==0.3.3
# via -r requirements-dev.in
selenium==4.18.1
# via

View file

@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe requirements.in
#
asgiref==3.8.1
asgiref==3.7.2
# via
# django
# django-htmx