mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 06:28:03 +01:00
Compare commits
No commits in common. "76c37a475fdafe51a75ddbf5130aad6fdb5f66a4" and "340eaddc626cb9f0e79bcedfa672c25ed5102528" have entirely different histories.
76c37a475f
...
340eaddc62
4 changed files with 10 additions and 10 deletions
|
@ -40,7 +40,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.6.3
|
||||
rev: v0.6.2
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
|
|
@ -12,7 +12,7 @@ attrs==24.2.0
|
|||
# via
|
||||
# outcome
|
||||
# trio
|
||||
certifi==2024.8.30
|
||||
certifi==2024.7.4
|
||||
# via
|
||||
# requests
|
||||
# selenium
|
||||
|
@ -67,7 +67,7 @@ requests==2.32.3
|
|||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
selenium==4.24.0
|
||||
selenium==4.23.1
|
||||
# via -r requirements.in
|
||||
sniffio==1.3.1
|
||||
# via trio
|
||||
|
|
|
@ -23,7 +23,7 @@ bpython==0.24
|
|||
# via -r requirements-dev.in
|
||||
build==1.2.1
|
||||
# via pip-tools
|
||||
certifi==2024.8.30
|
||||
certifi==2024.7.4
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
|
@ -135,7 +135,7 @@ pytest-base-url==2.1.0
|
|||
# via pytest-selenium
|
||||
pytest-cov==5.0.0
|
||||
# via -r requirements-dev.in
|
||||
pytest-django==4.9.0
|
||||
pytest-django==4.8.0
|
||||
# via -r requirements-dev.in
|
||||
pytest-html==4.1.1
|
||||
# via pytest-selenium
|
||||
|
@ -155,9 +155,9 @@ requests==2.32.3
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.6.3
|
||||
ruff==0.6.2
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.24.0
|
||||
selenium==4.23.1
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# pytest-selenium
|
||||
|
@ -215,5 +215,5 @@ wsproto==1.2.0
|
|||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==24.2
|
||||
# via pip-tools
|
||||
setuptools==74.1.0
|
||||
setuptools==73.0.1
|
||||
# via pip-tools
|
||||
|
|
|
@ -12,7 +12,7 @@ attrs==24.2.0
|
|||
# via
|
||||
# outcome
|
||||
# trio
|
||||
certifi==2024.8.30
|
||||
certifi==2024.7.4
|
||||
# via
|
||||
# requests
|
||||
# selenium
|
||||
|
@ -67,7 +67,7 @@ requests==2.32.3
|
|||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
selenium==4.24.0
|
||||
selenium==4.23.1
|
||||
# via -r requirements.in
|
||||
sniffio==1.3.1
|
||||
# via trio
|
||||
|
|
Loading…
Reference in a new issue