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
94810dd367
commit
959d99dd35
3 changed files with 12 additions and 12 deletions
|
@ -85,7 +85,7 @@ trio==0.22.2
|
|||
# via
|
||||
# selenium
|
||||
# trio-websocket
|
||||
trio-websocket==0.10.3
|
||||
trio-websocket==0.10.4
|
||||
# via selenium
|
||||
urllib3==2.0.4
|
||||
# via
|
||||
|
|
|
@ -14,13 +14,13 @@ attrs==23.1.0
|
|||
# hypothesis
|
||||
# outcome
|
||||
# trio
|
||||
black==23.7.0
|
||||
black==23.9.1
|
||||
# via -r requirements-dev.in
|
||||
blessed==1.20.0
|
||||
# via curtsies
|
||||
bpython==0.24
|
||||
# via -r requirements-dev.in
|
||||
build==1.0.0
|
||||
build==1.0.3
|
||||
# via pip-tools
|
||||
certifi==2023.7.22
|
||||
# via
|
||||
|
@ -37,7 +37,7 @@ click==8.1.7
|
|||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
coverage[toml]==7.3.0
|
||||
coverage[toml]==7.3.1
|
||||
# via pytest-cov
|
||||
curtsies==0.4.2
|
||||
# via bpython
|
||||
|
@ -69,7 +69,7 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.84.0
|
||||
hypothesis==6.84.3
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.27
|
||||
# via pre-commit
|
||||
|
@ -124,7 +124,7 @@ pysocks==1.7.1
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# urllib3
|
||||
pytest==7.4.1
|
||||
pytest==7.4.2
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-base-url
|
||||
|
@ -140,7 +140,7 @@ pytest-cov==4.1.0
|
|||
# via -r requirements-dev.in
|
||||
pytest-django==4.5.2
|
||||
# via -r requirements-dev.in
|
||||
pytest-html==4.0.0
|
||||
pytest-html==4.0.1
|
||||
# via pytest-selenium
|
||||
pytest-metadata==3.0.0
|
||||
# via pytest-html
|
||||
|
@ -158,7 +158,7 @@ requests==2.31.0
|
|||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.0.287
|
||||
ruff==0.0.288
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.1
|
||||
# via
|
||||
|
@ -187,7 +187,7 @@ trio==0.22.2
|
|||
# -c constraints.txt
|
||||
# selenium
|
||||
# trio-websocket
|
||||
trio-websocket==0.10.3
|
||||
trio-websocket==0.10.4
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# selenium
|
||||
|
@ -196,7 +196,7 @@ urllib3[socks]==2.0.4
|
|||
# -c constraints.txt
|
||||
# requests
|
||||
# selenium
|
||||
virtualenv==20.24.4
|
||||
virtualenv==20.24.5
|
||||
# via pre-commit
|
||||
wcwidth==0.2.6
|
||||
# via blessed
|
||||
|
@ -210,7 +210,7 @@ wsproto==1.2.0
|
|||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==23.2.1
|
||||
# via pip-tools
|
||||
setuptools==68.1.2
|
||||
setuptools==68.2.1
|
||||
# via
|
||||
# nodeenv
|
||||
# pip-tools
|
||||
|
|
|
@ -85,7 +85,7 @@ trio==0.22.2
|
|||
# via
|
||||
# selenium
|
||||
# trio-websocket
|
||||
trio-websocket==0.10.3
|
||||
trio-websocket==0.10.4
|
||||
# via selenium
|
||||
urllib3[socks]==2.0.4
|
||||
# via
|
||||
|
|
Loading…
Reference in a new issue