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
Gabriel Augendre 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-sync requirements.txt requirements-dev.txt
- name: Setup pre-commit cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

View file

@ -40,7 +40,7 @@ repos:
hooks:
- id: djhtml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.2.0
hooks:
- id: ruff
args: [--fix]

View file

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

View file

@ -23,7 +23,7 @@ bpython==0.24
# via -r requirements-dev.in
build==1.0.3
# via pip-tools
certifi==2023.11.17
certifi==2024.2.2
# via
# -c constraints.txt
# requests
@ -58,7 +58,7 @@ django==4.2.9
# model-bakery
django-browser-reload==1.12.1
# via -r requirements-dev.in
django-debug-toolbar==4.2.0
django-debug-toolbar==4.3.0
# via -r requirements-dev.in
filelock==3.13.1
# via virtualenv
@ -68,7 +68,7 @@ h11==0.14.0
# via
# -c constraints.txt
# wsproto
hypothesis==6.97.1
hypothesis==6.98.1
# via -r requirements-dev.in
identify==2.5.33
# via pre-commit
@ -83,7 +83,7 @@ invoke==2.2.0
# via -r requirements-dev.in
jinja2==3.1.3
# via pytest-html
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
model-bakery==1.17.0
# via -r requirements-dev.in
@ -105,7 +105,7 @@ pathspec==0.12.1
# via black
pip-tools==7.3.0
# via -r requirements-dev.in
platformdirs==4.1.0
platformdirs==4.2.0
# via
# black
# virtualenv
@ -123,7 +123,7 @@ pysocks==1.7.1
# via
# -c constraints.txt
# urllib3
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements-dev.in
# pytest-base-url
@ -133,19 +133,19 @@ pytest==7.4.4
# pytest-metadata
# pytest-selenium
# pytest-variables
pytest-base-url==2.0.0
pytest-base-url==2.1.0
# via pytest-selenium
pytest-cov==4.1.0
# via -r requirements-dev.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements-dev.in
pytest-html==4.1.1
# via pytest-selenium
pytest-metadata==3.0.0
pytest-metadata==3.1.0
# via pytest-html
pytest-selenium==4.0.1
# via -r requirements-dev.in
pytest-variables==3.0.0
pytest-variables==3.1.0
# via pytest-selenium
pyxdg==0.28
# via bpython
@ -157,7 +157,7 @@ requests==2.31.0
# bpython
# pytest-base-url
# pytest-selenium
ruff==0.1.14
ruff==0.2.0
# via -r requirements-dev.in
selenium==4.9.1
# via
@ -190,7 +190,7 @@ trio-websocket==0.11.1
# via
# -c constraints.txt
# selenium
urllib3[socks]==2.1.0
urllib3[socks]==2.2.0
# via
# -c constraints.txt
# requests
@ -207,7 +207,7 @@ wsproto==1.2.0
# trio-websocket
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via pip-tools
setuptools==69.0.3
# via

View file

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

View file

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