Compare commits

..

2 commits

Author SHA1 Message Date
pre-commit-ci[bot]
417a4ef932 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.12.0 → 23.12.1](https://github.com/psf/black/compare/23.12.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.8...v0.1.9)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.7 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v4.0.0-alpha.7...v4.0.0-alpha.8)
2023-12-25 21:12:00 +00:00
Crocmagnon
d3068f8ac3 Update dependencies 2023-12-25 18:09:52 +00:00
2 changed files with 8 additions and 24 deletions

View file

@ -31,7 +31,7 @@ repos:
- id: django-upgrade
args: [--target-version, "4.1"]
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
args: [--target-version, py311]
@ -40,12 +40,12 @@ repos:
hooks:
- id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.9
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.7
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or: [javascript, css]

View file

@ -4,10 +4,6 @@
#
# pip-compile --allow-unsafe requirements-dev.in
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
asgiref==3.7.2
# via
# -c constraints.txt
@ -16,11 +12,10 @@ asgiref==3.7.2
attrs==23.1.0
# via
# -c constraints.txt
# aiohttp
# hypothesis
# outcome
# trio
black==23.12.0
black==23.12.1
# via -r requirements-dev.in
blessed==1.20.0
# via curtsies
@ -43,7 +38,7 @@ click==8.1.7
# via
# black
# pip-tools
coverage[toml]==7.3.3
coverage[toml]==7.3.4
# via
# coverage
# pytest-cov
@ -67,11 +62,7 @@ django-debug-toolbar==4.2.0
# via -r requirements-dev.in
filelock==3.13.1
# via virtualenv
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.0.2
greenlet==3.0.3
# via bpython
h11==0.14.0
# via
@ -86,7 +77,6 @@ idna==3.6
# -c constraints.txt
# requests
# trio
# yarl
iniconfig==2.0.0
# via pytest
invoke==2.2.0
@ -97,10 +87,6 @@ markupsafe==2.1.3
# via jinja2
model-bakery==1.17.0
# via -r requirements-dev.in
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
@ -171,7 +157,7 @@ requests==2.31.0
# bpython
# pytest-base-url
# pytest-selenium
ruff==0.1.8
ruff==0.1.9
# via -r requirements-dev.in
selenium==4.9.1
# via
@ -219,13 +205,11 @@ wsproto==1.2.0
# via
# -c constraints.txt
# trio-websocket
yarl==1.9.4
# via aiohttp
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via pip-tools
setuptools==69.0.2
setuptools==69.0.3
# via
# nodeenv
# pip-tools