mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Compare commits
4 commits
15f5bcb915
...
09131ac59e
Author | SHA1 | Date | |
---|---|---|---|
|
09131ac59e | ||
|
51a8be7461 | ||
9e6269abe2 | |||
|
ea0345c410 |
5 changed files with 14 additions and 12 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -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') }}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.4.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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue