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