Compare commits

...

2 commits

Author SHA1 Message Date
pre-commit-ci[bot]
9c6144c764 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.3)
- [github.com/pre-commit/mirrors-eslint: v9.1.1 → v9.2.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.1.1...v9.2.0)
2024-05-06 22:34:46 +00:00
Crocmagnon
8afed74178 Update dependencies 2024-05-06 18:10:58 +00:00
4 changed files with 10 additions and 10 deletions

View file

@ -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.4.2 rev: v0.4.3
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.1.1 rev: v9.2.0
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]

View file

@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests # via requests
confusable-homoglyphs==3.3.1 confusable-homoglyphs==3.3.1
# via django-registration # via django-registration
django==5.0.4 django==5.0.5
# via # via
# -r requirements.in # -r requirements.in
# django-anymail # django-anymail

View file

@ -38,7 +38,7 @@ click==8.1.7
# via # via
# black # black
# pip-tools # pip-tools
coverage[toml]==7.5.0 coverage[toml]==7.5.1
# via pytest-cov # via pytest-cov
curtsies==0.4.2 curtsies==0.4.2
# via bpython # via bpython
@ -48,7 +48,7 @@ cwcwidth==0.1.9
# curtsies # curtsies
distlib==0.3.8 distlib==0.3.8
# via virtualenv # via virtualenv
django==5.0.4 django==5.0.5
# via # via
# -c constraints.txt # -c constraints.txt
# django-browser-reload # django-browser-reload
@ -66,7 +66,7 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.100.2 hypothesis==6.100.4
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.36 identify==2.5.36
# via pre-commit # via pre-commit
@ -79,7 +79,7 @@ iniconfig==2.0.0
# via pytest # via pytest
invoke==2.2.0 invoke==2.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
jinja2==3.1.3 jinja2==3.1.4
# via pytest-html # via pytest-html
markupsafe==2.1.5 markupsafe==2.1.5
# via jinja2 # via jinja2
@ -111,7 +111,7 @@ pluggy==1.5.0
# via pytest # via pytest
pre-commit==3.7.0 pre-commit==3.7.0
# via -r requirements-dev.in # via -r requirements-dev.in
pygments==2.17.2 pygments==2.18.0
# via bpython # via bpython
pyproject-hooks==1.1.0 pyproject-hooks==1.1.0
# via # via
@ -155,7 +155,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.4.2 ruff==0.4.3
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.20.0 selenium==4.20.0
# via # via

View file

@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests # via requests
confusable-homoglyphs==3.3.1 confusable-homoglyphs==3.3.1
# via django-registration # via django-registration
django==5.0.4 django==5.0.5
# via # via
# -r requirements.in # -r requirements.in
# django-anymail # django-anymail