Compare commits

...

2 commits

Author SHA1 Message Date
pre-commit-ci[bot]
8f3509f536 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.1.5)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v3.1.0)
- [github.com/tox-dev/pyproject-fmt: 1.4.1 → 1.5.1](https://github.com/tox-dev/pyproject-fmt/compare/1.4.1...1.5.1)
2023-11-13 21:29:29 +00:00
Crocmagnon
89114b86f5 Update dependencies 2023-11-13 18:09:41 +00:00
4 changed files with 12 additions and 12 deletions

View file

@ -31,7 +31,7 @@ repos:
- id: django-upgrade - id: django-upgrade
args: [--target-version, "4.1"] args: [--target-version, "4.1"]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.10.1 rev: 23.11.0
hooks: hooks:
- id: black - id: black
args: [--target-version, py311] args: [--target-version, py311]
@ -40,12 +40,12 @@ 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.1.4 rev: v0.1.5
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3 rev: v3.1.0
hooks: hooks:
- id: prettier - id: prettier
types_or: [javascript, css] types_or: [javascript, css]
@ -59,7 +59,7 @@ repos:
- eslint@8.36.0 - eslint@8.36.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: 1.4.1 rev: 1.5.1
hooks: hooks:
- id: pyproject-fmt - id: pyproject-fmt
- repo: https://github.com/jazzband/pip-tools - repo: https://github.com/jazzband/pip-tools

View file

@ -87,7 +87,7 @@ trio==0.23.1
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
urllib3==2.0.7 urllib3==2.1.0
# via # via
# django-anymail # django-anymail
# requests # requests

View file

@ -14,7 +14,7 @@ attrs==23.1.0
# hypothesis # hypothesis
# outcome # outcome
# trio # trio
black==23.10.1 black==23.11.0
# via -r requirements-dev.in # via -r requirements-dev.in
blessed==1.20.0 blessed==1.20.0
# via curtsies # via curtsies
@ -67,7 +67,7 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.88.3 hypothesis==6.88.4
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.31 identify==2.5.31
# via pre-commit # via pre-commit
@ -136,9 +136,9 @@ pytest-base-url==2.0.0
# via pytest-selenium # via pytest-selenium
pytest-cov==4.1.0 pytest-cov==4.1.0
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-django==4.6.0 pytest-django==4.7.0
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-html==4.1.0 pytest-html==4.1.1
# via pytest-selenium # via pytest-selenium
pytest-metadata==3.0.0 pytest-metadata==3.0.0
# via pytest-html # via pytest-html
@ -156,7 +156,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.1.4 ruff==0.1.5
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -189,7 +189,7 @@ trio-websocket==0.11.1
# via # via
# -c constraints.txt # -c constraints.txt
# selenium # selenium
urllib3[socks]==2.0.7 urllib3[socks]==2.1.0
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests

View file

@ -87,7 +87,7 @@ trio==0.23.1
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
urllib3[socks]==2.0.7 urllib3[socks]==2.1.0
# via # via
# django-anymail # django-anymail
# requests # requests