Compare commits

..

No commits in common. "7bdee31a1793172ac648a50be7b2dba4f6c211c6" and "8f3509f536991782462029ea063fe9f87c5fbd15" have entirely different histories.

4 changed files with 16 additions and 21 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.6 rev: v0.1.5
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.54.0 rev: v8.53.0
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]

View file

@ -5,14 +5,12 @@
# 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 # via django
# django
# django-htmx
attrs==23.1.0 attrs==23.1.0
# via # via
# outcome # outcome
# trio # trio
certifi==2023.11.17 certifi==2023.7.22
# via # via
# requests # requests
# selenium # selenium
@ -45,7 +43,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.2 django-htmx==1.17.0
# 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,7 +8,6 @@ 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
@ -23,7 +22,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.11.17 certifi==2023.7.22
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -56,7 +55,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.1 django-browser-reload==1.12.0
# 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
@ -68,9 +67,9 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.90.0 hypothesis==6.88.4
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.32 identify==2.5.31
# via pre-commit # via pre-commit
idna==3.4 idna==3.4
# via # via
@ -115,7 +114,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.17.1 pygments==2.16.1
# via bpython # via bpython
pyproject-hooks==1.0.0 pyproject-hooks==1.0.0
# via build # via build
@ -157,7 +156,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.1.6 ruff==0.1.5
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -197,7 +196,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.10 wcwidth==0.2.9
# via blessed # via blessed
wheel==0.41.3 wheel==0.41.3
# via pip-tools # via pip-tools
@ -209,7 +208,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==69.0.0 setuptools==68.2.2
# via # via
# nodeenv # nodeenv
# pip-tools # pip-tools

View file

@ -5,14 +5,12 @@
# pip-compile --allow-unsafe requirements.in # pip-compile --allow-unsafe requirements.in
# #
asgiref==3.7.2 asgiref==3.7.2
# via # via django
# django
# django-htmx
attrs==23.1.0 attrs==23.1.0
# via # via
# outcome # outcome
# trio # trio
certifi==2023.11.17 certifi==2023.7.22
# via # via
# requests # requests
# selenium # selenium
@ -45,7 +43,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.2 django-htmx==1.17.0
# 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