Compare commits

..

4 commits

Author SHA1 Message Date
Crocmagnon
09131ac59e Update dependencies 2024-01-29 18:04:47 +00:00
pre-commit-ci[bot]
51a8be7461 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.0.0-alpha.1](https://github.com/pre-commit/mirrors-eslint/compare/v8.56.0...v9.0.0-alpha.1)
- [github.com/tox-dev/pyproject-fmt: 1.6.0 → 1.7.0](https://github.com/tox-dev/pyproject-fmt/compare/1.6.0...1.7.0)
2024-01-22 20:44:07 +00:00
9e6269abe2
Merge pull request #104 from Crocmagnon/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2024-01-22 19:50:39 +01:00
dependabot[bot]
ea0345c410
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-01-22 18:44:19 +00:00
5 changed files with 14 additions and 12 deletions

View file

@ -29,7 +29,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y --no-install-recommends gettext sudo apt-get install -y --no-install-recommends gettext
- 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

@ -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.56.0 rev: v9.0.0-alpha.1
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]
@ -59,7 +59,7 @@ repos:
- eslint@8.56.0 - eslint@8.56.0
- eslint-config-prettier@8.5.0 - eslint-config-prettier@8.5.0
- repo: https://github.com/tox-dev/pyproject-fmt - repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.6.0 rev: 1.7.0
hooks: hooks:
- id: pyproject-fmt - id: pyproject-fmt
- repo: https://github.com/jazzband/pip-tools - repo: https://github.com/jazzband/pip-tools

View file

@ -18,7 +18,7 @@ contourpy==1.2.0
# via matplotlib # via matplotlib
crispy-bootstrap5==2023.10 crispy-bootstrap5==2023.10
# via -r requirements.in # via -r requirements.in
cryptography==41.0.7 cryptography==42.0.1
# via django-anymail # via django-anymail
cycler==0.12.1 cycler==0.12.1
# via matplotlib # via matplotlib
@ -36,7 +36,7 @@ django-anymail==10.2
# via # via
# -r requirements.in # -r requirements.in
# django-anymail # django-anymail
django-cleanup==8.0.0 django-cleanup==8.1.0
# via -r requirements.in # via -r requirements.in
django-crispy-forms==2.1 django-crispy-forms==2.1
# via # via

View file

@ -12,7 +12,7 @@ attrs==23.2.0
# via # via
# outcome # outcome
# trio # trio
black==23.12.1 black==24.1.1
# via -r requirements-dev.in # via -r requirements-dev.in
build==1.0.3 build==1.0.3
# via pip-tools # via pip-tools
@ -31,7 +31,7 @@ click==8.1.7
# via # via
# black # black
# pip-tools # pip-tools
coverage[toml]==7.4.0 coverage[toml]==7.4.1
# via # via
# coverage # coverage
# pytest-cov # pytest-cov
@ -43,7 +43,7 @@ django==5.0.1
# model-bakery # model-bakery
factory-boy==3.3.0 factory-boy==3.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
faker==22.5.0 faker==22.6.0
# via factory-boy # via factory-boy
filelock==3.13.1 filelock==3.13.1
# via virtualenv # via virtualenv
@ -86,7 +86,7 @@ platformdirs==4.1.0
# via # via
# black # black
# virtualenv # virtualenv
pluggy==1.3.0 pluggy==1.4.0
# via pytest # via pytest
pre-commit==3.6.0 pre-commit==3.6.0
# via -r requirements-dev.in # via -r requirements-dev.in
@ -131,7 +131,7 @@ requests==2.31.0
# pytest-selenium # pytest-selenium
ruff==0.1.14 ruff==0.1.14
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.16.0 selenium==4.17.2
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-selenium # pytest-selenium
@ -155,6 +155,8 @@ trio==0.24.0
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
typing-extensions==4.9.0
# via selenium
urllib3[socks]==2.1.0 urllib3[socks]==2.1.0
# via # via
# -c constraints.txt # -c constraints.txt

View file

@ -18,7 +18,7 @@ contourpy==1.2.0
# via matplotlib # via matplotlib
crispy-bootstrap5==2023.10 crispy-bootstrap5==2023.10
# via -r requirements.in # via -r requirements.in
cryptography==41.0.7 cryptography==42.0.1
# via django-anymail # via django-anymail
cycler==0.12.1 cycler==0.12.1
# via matplotlib # via matplotlib
@ -36,7 +36,7 @@ django-anymail[mailgun]==10.2
# via # via
# -r requirements.in # -r requirements.in
# django-anymail # django-anymail
django-cleanup==8.0.0 django-cleanup==8.1.0
# via -r requirements.in # via -r requirements.in
django-crispy-forms==2.1 django-crispy-forms==2.1
# via # via