Compare commits

...

2 commits

Author SHA1 Message Date
pre-commit-ci[bot]
7bdee31a17 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.1.6)
- [github.com/pre-commit/mirrors-eslint: v8.53.0 → v8.54.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.53.0...v8.54.0)
2023-11-20 20:49:01 +00:00
Crocmagnon
80e34decaa Update dependencies 2023-11-20 18:09:57 +00:00
4 changed files with 21 additions and 16 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.1.5 rev: v0.1.6
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: v8.53.0 rev: v8.54.0
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]

View file

@ -5,12 +5,14 @@
# pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in # pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in
# #
asgiref==3.7.2 asgiref==3.7.2
# via django # via
# django
# django-htmx
attrs==23.1.0 attrs==23.1.0
# via # via
# outcome # outcome
# trio # trio
certifi==2023.7.22 certifi==2023.11.17
# via # via
# requests # requests
# selenium # selenium
@ -43,7 +45,7 @@ django-environ==0.11.2
# via -r requirements.in # via -r requirements.in
django-extensions==3.2.3 django-extensions==3.2.3
# via -r requirements.in # via -r requirements.in
django-htmx==1.17.0 django-htmx==1.17.2
# via -r requirements.in # via -r requirements.in
django-linear-migrations==2.12.0 django-linear-migrations==2.12.0
# via -r requirements.in # via -r requirements.in

View file

@ -8,6 +8,7 @@ asgiref==3.7.2
# via # via
# -c constraints.txt # -c constraints.txt
# django # django
# django-browser-reload
attrs==23.1.0 attrs==23.1.0
# via # via
# -c constraints.txt # -c constraints.txt
@ -22,7 +23,7 @@ bpython==0.24
# via -r requirements-dev.in # via -r requirements-dev.in
build==1.0.3 build==1.0.3
# via pip-tools # via pip-tools
certifi==2023.7.22 certifi==2023.11.17
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -55,7 +56,7 @@ django==4.2.7
# django-browser-reload # django-browser-reload
# django-debug-toolbar # django-debug-toolbar
# model-bakery # model-bakery
django-browser-reload==1.12.0 django-browser-reload==1.12.1
# via -r requirements-dev.in # via -r requirements-dev.in
django-debug-toolbar==4.2.0 django-debug-toolbar==4.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
@ -67,9 +68,9 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.88.4 hypothesis==6.90.0
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.31 identify==2.5.32
# via pre-commit # via pre-commit
idna==3.4 idna==3.4
# via # via
@ -114,7 +115,7 @@ pre-commit==3.5.0
# via -r requirements-dev.in # via -r requirements-dev.in
py==1.11.0 py==1.11.0
# via -r requirements-dev.in # via -r requirements-dev.in
pygments==2.16.1 pygments==2.17.1
# via bpython # via bpython
pyproject-hooks==1.0.0 pyproject-hooks==1.0.0
# via build # via build
@ -156,7 +157,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.1.5 ruff==0.1.6
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -196,7 +197,7 @@ urllib3[socks]==2.1.0
# selenium # selenium
virtualenv==20.24.6 virtualenv==20.24.6
# via pre-commit # via pre-commit
wcwidth==0.2.9 wcwidth==0.2.10
# via blessed # via blessed
wheel==0.41.3 wheel==0.41.3
# via pip-tools # via pip-tools
@ -208,7 +209,7 @@ 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==23.3.1 pip==23.3.1
# via pip-tools # via pip-tools
setuptools==68.2.2 setuptools==69.0.0
# via # via
# nodeenv # nodeenv
# pip-tools # pip-tools

View file

@ -5,12 +5,14 @@
# pip-compile --allow-unsafe requirements.in # pip-compile --allow-unsafe requirements.in
# #
asgiref==3.7.2 asgiref==3.7.2
# via django # via
# django
# django-htmx
attrs==23.1.0 attrs==23.1.0
# via # via
# outcome # outcome
# trio # trio
certifi==2023.7.22 certifi==2023.11.17
# via # via
# requests # requests
# selenium # selenium
@ -43,7 +45,7 @@ django-environ==0.11.2
# via -r requirements.in # via -r requirements.in
django-extensions==3.2.3 django-extensions==3.2.3
# via -r requirements.in # via -r requirements.in
django-htmx==1.17.0 django-htmx==1.17.2
# via -r requirements.in # via -r requirements.in
django-linear-migrations==2.12.0 django-linear-migrations==2.12.0
# via -r requirements.in # via -r requirements.in