mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 22:33:54 +01:00
Update dependencies
This commit is contained in:
parent
5d8a36efb0
commit
7f4210c473
3 changed files with 11 additions and 11 deletions
|
@ -79,7 +79,7 @@ trio==0.22.0
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.10.0
|
trio-websocket==0.10.2
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3==1.26.15
|
urllib3==1.26.15
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -42,7 +42,7 @@ click==8.1.3
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.2.1
|
coverage[toml]==7.2.2
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
curtsies==0.4.1
|
curtsies==0.4.1
|
||||||
# via bpython
|
# via bpython
|
||||||
|
@ -66,7 +66,7 @@ exceptiongroup==1.1.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
filelock==3.9.0
|
filelock==3.10.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
freezegun==1.2.2
|
freezegun==1.2.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -76,9 +76,9 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.68.2
|
hypothesis==6.70.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.20
|
identify==2.5.21
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
idna==3.4
|
idna==3.4
|
||||||
# via
|
# via
|
||||||
|
@ -104,7 +104,7 @@ packaging==23.0
|
||||||
# black
|
# black
|
||||||
# build
|
# build
|
||||||
# pytest
|
# pytest
|
||||||
pathspec==0.11.0
|
pathspec==0.11.1
|
||||||
# via black
|
# via black
|
||||||
pip-tools==6.12.3
|
pip-tools==6.12.3
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -114,7 +114,7 @@ platformdirs==3.1.1
|
||||||
# virtualenv
|
# virtualenv
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pre-commit==3.1.1
|
pre-commit==3.2.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
# via
|
# via
|
||||||
|
@ -166,7 +166,7 @@ requests==2.28.2
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.255
|
ruff==0.0.257
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.8.2
|
selenium==4.8.2
|
||||||
# via
|
# via
|
||||||
|
@ -200,7 +200,7 @@ trio==0.22.0
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.10.0
|
trio-websocket==0.10.2
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# selenium
|
# selenium
|
||||||
|
@ -213,7 +213,7 @@ virtualenv==20.21.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wcwidth==0.2.6
|
wcwidth==0.2.6
|
||||||
# via blessed
|
# via blessed
|
||||||
wheel==0.38.4
|
wheel==0.40.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -79,7 +79,7 @@ trio==0.22.0
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.10.0
|
trio-websocket==0.10.2
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3[socks]==1.26.15
|
urllib3[socks]==1.26.15
|
||||||
# via
|
# via
|
||||||
|
|
Loading…
Reference in a new issue