Compare commits

...

4 commits

Author SHA1 Message Date
pre-commit-ci[bot]
effb578eba [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.14...v0.2.0)
2024-02-05 20:55:45 +00:00
fb4dce84aa fix pytest warning 2024-02-05 18:26:31 +00:00
Crocmagnon
c795bb2c0d Update dependencies 2024-02-05 18:26:31 +00:00
dependabot[bot]
a9c886a477 Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 19:19:33 +01:00
6 changed files with 23 additions and 24 deletions

View file

@ -24,7 +24,7 @@ jobs:
pip install pip-tools pip install pip-tools
pip-sync requirements.txt requirements-dev.txt pip-sync requirements.txt requirements-dev.txt
- name: Setup pre-commit cache - name: Setup pre-commit cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/pre-commit path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

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.14 rev: v0.2.0
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]

View file

@ -12,7 +12,7 @@ attrs==23.2.0
# via # via
# outcome # outcome
# trio # trio
certifi==2023.11.17 certifi==2024.2.2
# via # via
# requests # requests
# selenium # selenium
@ -20,9 +20,9 @@ cffi==1.16.0
# via cryptography # via cryptography
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
confusable-homoglyphs==3.2.0 confusable-homoglyphs==3.3.1
# via django-registration # via django-registration
cryptography==42.0.1 cryptography==42.0.2
# via django-anymail # via django-anymail
django==4.2.9 django==4.2.9
# via # via
@ -89,7 +89,7 @@ trio==0.24.0
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
urllib3==2.1.0 urllib3==2.2.0
# via # via
# django-anymail # django-anymail
# requests # requests

View file

@ -23,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.11.17 certifi==2024.2.2
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -58,7 +58,7 @@ django==4.2.9
# model-bakery # model-bakery
django-browser-reload==1.12.1 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.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
filelock==3.13.1 filelock==3.13.1
# via virtualenv # via virtualenv
@ -68,7 +68,7 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.97.1 hypothesis==6.98.1
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.33 identify==2.5.33
# via pre-commit # via pre-commit
@ -83,7 +83,7 @@ invoke==2.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
jinja2==3.1.3 jinja2==3.1.3
# via pytest-html # via pytest-html
markupsafe==2.1.4 markupsafe==2.1.5
# via jinja2 # via jinja2
model-bakery==1.17.0 model-bakery==1.17.0
# via -r requirements-dev.in # via -r requirements-dev.in
@ -105,7 +105,7 @@ pathspec==0.12.1
# via black # via black
pip-tools==7.3.0 pip-tools==7.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
platformdirs==4.1.0 platformdirs==4.2.0
# via # via
# black # black
# virtualenv # virtualenv
@ -123,7 +123,7 @@ pysocks==1.7.1
# via # via
# -c constraints.txt # -c constraints.txt
# urllib3 # urllib3
pytest==7.4.4 pytest==8.0.0
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-base-url # pytest-base-url
@ -133,19 +133,19 @@ pytest==7.4.4
# pytest-metadata # pytest-metadata
# pytest-selenium # pytest-selenium
# pytest-variables # pytest-variables
pytest-base-url==2.0.0 pytest-base-url==2.1.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.7.0 pytest-django==4.8.0
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-html==4.1.1 pytest-html==4.1.1
# via pytest-selenium # via pytest-selenium
pytest-metadata==3.0.0 pytest-metadata==3.1.0
# via pytest-html # via pytest-html
pytest-selenium==4.0.1 pytest-selenium==4.0.1
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-variables==3.0.0 pytest-variables==3.1.0
# via pytest-selenium # via pytest-selenium
pyxdg==0.28 pyxdg==0.28
# via bpython # via bpython
@ -157,7 +157,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.1.14 ruff==0.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -190,7 +190,7 @@ trio-websocket==0.11.1
# via # via
# -c constraints.txt # -c constraints.txt
# selenium # selenium
urllib3[socks]==2.1.0 urllib3[socks]==2.2.0
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -207,7 +207,7 @@ wsproto==1.2.0
# trio-websocket # trio-websocket
# 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.2 pip==24.0
# via pip-tools # via pip-tools
setuptools==69.0.3 setuptools==69.0.3
# via # via

View file

@ -12,7 +12,7 @@ attrs==23.2.0
# via # via
# outcome # outcome
# trio # trio
certifi==2023.11.17 certifi==2024.2.2
# via # via
# requests # requests
# selenium # selenium
@ -20,9 +20,9 @@ cffi==1.16.0
# via cryptography # via cryptography
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
confusable-homoglyphs==3.2.0 confusable-homoglyphs==3.3.1
# via django-registration # via django-registration
cryptography==42.0.1 cryptography==42.0.2
# via django-anymail # via django-anymail
django==4.2.9 django==4.2.9
# via # via
@ -89,7 +89,7 @@ trio==0.24.0
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
urllib3[socks]==2.1.0 urllib3[socks]==2.2.0
# via # via
# django-anymail # django-anymail
# requests # requests

View file

@ -39,6 +39,5 @@ def settings(settings):
@pytest.fixture() @pytest.fixture()
@pytest.mark.django_db()
def initial_data() -> None: # noqa: PT004 def initial_data() -> None: # noqa: PT004
call_command("loaddata", "initial_data") call_command("loaddata", "initial_data")