mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 22:48:03 +01:00
Update dependencies
This commit is contained in:
parent
a2a3260c3e
commit
f93439d0f7
4 changed files with 9 additions and 9 deletions
|
@ -40,7 +40,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: djhtml
|
- id: djhtml
|
||||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||||
rev: v0.0.257
|
rev: v0.0.259
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: [--fix]
|
args: [--fix]
|
||||||
|
|
|
@ -55,7 +55,7 @@ idna==3.4
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# trio
|
# trio
|
||||||
markdown==3.4.1
|
markdown==3.4.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
outcome==1.2.0
|
outcome==1.2.0
|
||||||
# via trio
|
# via trio
|
||||||
|
@ -67,7 +67,7 @@ requests==2.28.2
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
selenium==4.8.2
|
selenium==4.8.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
sniffio==1.3.0
|
sniffio==1.3.0
|
||||||
# via trio
|
# via trio
|
||||||
|
|
|
@ -66,7 +66,7 @@ exceptiongroup==1.1.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
filelock==3.10.0
|
filelock==3.10.4
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
freezegun==1.2.2
|
freezegun==1.2.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -78,7 +78,7 @@ h11==0.14.0
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.70.0
|
hypothesis==6.70.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.21
|
identify==2.5.22
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
idna==3.4
|
idna==3.4
|
||||||
# via
|
# via
|
||||||
|
@ -166,9 +166,9 @@ requests==2.28.2
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.257
|
ruff==0.0.259
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.8.2
|
selenium==4.8.3
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
|
|
|
@ -55,7 +55,7 @@ idna==3.4
|
||||||
# via
|
# via
|
||||||
# requests
|
# requests
|
||||||
# trio
|
# trio
|
||||||
markdown==3.4.1
|
markdown==3.4.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
outcome==1.2.0
|
outcome==1.2.0
|
||||||
# via trio
|
# via trio
|
||||||
|
@ -67,7 +67,7 @@ requests==2.28.2
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
selenium==4.8.2
|
selenium==4.8.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
sniffio==1.3.0
|
sniffio==1.3.0
|
||||||
# via trio
|
# via trio
|
||||||
|
|
Loading…
Reference in a new issue