mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 22:48:03 +01:00
Compare commits
2 commits
395b4cf426
...
178d27fcc2
Author | SHA1 | Date | |
---|---|---|---|
|
178d27fcc2 | ||
|
9d23dca265 |
4 changed files with 15 additions and 15 deletions
|
@ -31,7 +31,7 @@ repos:
|
|||
- id: django-upgrade
|
||||
args: [--target-version, "4.1"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 24.3.0
|
||||
rev: 24.4.0
|
||||
hooks:
|
||||
- id: black
|
||||
args: [--target-version, py311]
|
||||
|
@ -40,7 +40,7 @@ repos:
|
|||
hooks:
|
||||
- id: djhtml
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.3.5
|
||||
rev: v0.3.7
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [--fix]
|
||||
|
|
|
@ -31,7 +31,7 @@ django==5.0.4
|
|||
# django-registration
|
||||
django-anymail==10.3
|
||||
# via -r requirements.in
|
||||
django-bootstrap5==23.4
|
||||
django-bootstrap5==24.1
|
||||
# via -r requirements.in
|
||||
django-cleanup==8.1.0
|
||||
# via -r requirements.in
|
||||
|
@ -49,7 +49,7 @@ gunicorn==21.2.0
|
|||
# via -r requirements.in
|
||||
h11==0.14.0
|
||||
# via wsproto
|
||||
idna==3.6
|
||||
idna==3.7
|
||||
# via
|
||||
# requests
|
||||
# trio
|
||||
|
@ -73,7 +73,7 @@ sniffio==1.3.1
|
|||
# via trio
|
||||
sortedcontainers==2.4.0
|
||||
# via trio
|
||||
sqlparse==0.4.4
|
||||
sqlparse==0.5.0
|
||||
# via django
|
||||
trio==0.25.0
|
||||
# via
|
||||
|
|
|
@ -15,7 +15,7 @@ attrs==23.2.0
|
|||
# hypothesis
|
||||
# outcome
|
||||
# trio
|
||||
black==24.3.0
|
||||
black==24.4.0
|
||||
# via -r requirements-dev.in
|
||||
blessed==1.20.0
|
||||
# via curtsies
|
||||
|
@ -58,7 +58,7 @@ django-browser-reload==1.12.1
|
|||
# via -r requirements-dev.in
|
||||
django-debug-toolbar==4.3.0
|
||||
# via -r requirements-dev.in
|
||||
filelock==3.13.3
|
||||
filelock==3.13.4
|
||||
# via virtualenv
|
||||
greenlet==3.0.3
|
||||
# via bpython
|
||||
|
@ -66,11 +66,11 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.100.0
|
||||
hypothesis==6.100.1
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.35
|
||||
# via pre-commit
|
||||
idna==3.6
|
||||
idna==3.7
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
|
@ -155,7 +155,7 @@ requests==2.31.0
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.3.5
|
||||
ruff==0.3.7
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.19.0
|
||||
# via
|
||||
|
@ -172,7 +172,7 @@ sortedcontainers==2.4.0
|
|||
# -c constraints.txt
|
||||
# hypothesis
|
||||
# trio
|
||||
sqlparse==0.4.4
|
||||
sqlparse==0.5.0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# django
|
||||
|
@ -211,7 +211,7 @@ wsproto==1.2.0
|
|||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==24.0
|
||||
# via pip-tools
|
||||
setuptools==69.2.0
|
||||
setuptools==69.5.1
|
||||
# via
|
||||
# nodeenv
|
||||
# pip-tools
|
||||
|
|
|
@ -31,7 +31,7 @@ django==5.0.4
|
|||
# django-registration
|
||||
django-anymail[mailgun]==10.3
|
||||
# via -r requirements.in
|
||||
django-bootstrap5==23.4
|
||||
django-bootstrap5==24.1
|
||||
# via -r requirements.in
|
||||
django-cleanup==8.1.0
|
||||
# via -r requirements.in
|
||||
|
@ -49,7 +49,7 @@ gunicorn==21.2.0
|
|||
# via -r requirements.in
|
||||
h11==0.14.0
|
||||
# via wsproto
|
||||
idna==3.6
|
||||
idna==3.7
|
||||
# via
|
||||
# requests
|
||||
# trio
|
||||
|
@ -73,7 +73,7 @@ sniffio==1.3.1
|
|||
# via trio
|
||||
sortedcontainers==2.4.0
|
||||
# via trio
|
||||
sqlparse==0.4.4
|
||||
sqlparse==0.5.0
|
||||
# via django
|
||||
trio==0.25.0
|
||||
# via
|
||||
|
|
Loading…
Reference in a new issue