mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 06:28:03 +01:00
Compare commits
2 commits
feb72444cc
...
acd0ade1ad
Author | SHA1 | Date | |
---|---|---|---|
|
acd0ade1ad | ||
|
04dd49f492 |
4 changed files with 9 additions and 9 deletions
|
@ -40,7 +40,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.1.9
|
||||
rev: v0.1.11
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
|
|
@ -24,7 +24,7 @@ confusable-homoglyphs==3.2.0
|
|||
# via django-registration
|
||||
cryptography==41.0.7
|
||||
# via django-anymail
|
||||
django==4.2.8
|
||||
django==4.2.9
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
|
@ -65,7 +65,7 @@ outcome==1.3.0.post0
|
|||
# via trio
|
||||
packaging==23.2
|
||||
# via gunicorn
|
||||
pillow==10.1.0
|
||||
pillow==10.2.0
|
||||
# via -r requirements.in
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
|
|
|
@ -50,7 +50,7 @@ cwcwidth==0.1.9
|
|||
# curtsies
|
||||
distlib==0.3.8
|
||||
# via virtualenv
|
||||
django==4.2.8
|
||||
django==4.2.9
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# django-browser-reload
|
||||
|
@ -68,7 +68,7 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.92.2
|
||||
hypothesis==6.92.5
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.33
|
||||
# via pre-commit
|
||||
|
@ -157,7 +157,7 @@ requests==2.31.0
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.1.9
|
||||
ruff==0.1.11
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.1
|
||||
# via
|
||||
|
@ -197,7 +197,7 @@ urllib3[socks]==2.1.0
|
|||
# selenium
|
||||
virtualenv==20.25.0
|
||||
# via pre-commit
|
||||
wcwidth==0.2.12
|
||||
wcwidth==0.2.13
|
||||
# via blessed
|
||||
wheel==0.42.0
|
||||
# via pip-tools
|
||||
|
|
|
@ -24,7 +24,7 @@ confusable-homoglyphs==3.2.0
|
|||
# via django-registration
|
||||
cryptography==41.0.7
|
||||
# via django-anymail
|
||||
django==4.2.8
|
||||
django==4.2.9
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
|
@ -65,7 +65,7 @@ outcome==1.3.0.post0
|
|||
# via trio
|
||||
packaging==23.2
|
||||
# via gunicorn
|
||||
pillow==10.1.0
|
||||
pillow==10.2.0
|
||||
# via -r requirements.in
|
||||
pycparser==2.21
|
||||
# via cffi
|
||||
|
|
Loading…
Reference in a new issue