mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Update dependencies
This commit is contained in:
parent
3fa3d5287f
commit
264467107d
1 changed files with 10 additions and 10 deletions
|
@ -12,9 +12,9 @@ attrs==23.1.0
|
||||||
# via
|
# via
|
||||||
# outcome
|
# outcome
|
||||||
# trio
|
# trio
|
||||||
black==23.7.0
|
black==23.9.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
build==1.0.0
|
build==1.0.3
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
certifi==2023.7.22
|
certifi==2023.7.22
|
||||||
# via
|
# via
|
||||||
|
@ -31,7 +31,7 @@ click==8.1.7
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.3.0
|
coverage[toml]==7.3.1
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
distlib==0.3.7
|
distlib==0.3.7
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -43,7 +43,7 @@ exceptiongroup==1.1.3
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
factory-boy==3.3.0
|
factory-boy==3.3.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
faker==19.3.1
|
faker==19.6.1
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.12.3
|
filelock==3.12.3
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -96,7 +96,7 @@ pyproject-hooks==1.0.0
|
||||||
# via build
|
# via build
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
pytest==7.4.1
|
pytest==7.4.2
|
||||||
# via
|
# via
|
||||||
# -r requirements-dev.in
|
# -r requirements-dev.in
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
|
@ -112,7 +112,7 @@ pytest-cov==4.1.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-django==4.5.2
|
pytest-django==4.5.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
pytest-html==4.0.0
|
pytest-html==4.0.1
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
pytest-metadata==3.0.0
|
pytest-metadata==3.0.0
|
||||||
# via pytest-html
|
# via pytest-html
|
||||||
|
@ -131,7 +131,7 @@ requests==2.31.0
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.287
|
ruff==0.0.288
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.9.1
|
selenium==4.9.1
|
||||||
# via
|
# via
|
||||||
|
@ -155,14 +155,14 @@ trio==0.22.2
|
||||||
# via
|
# via
|
||||||
# selenium
|
# selenium
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
trio-websocket==0.10.3
|
trio-websocket==0.10.4
|
||||||
# via selenium
|
# via selenium
|
||||||
urllib3[socks]==2.0.4
|
urllib3[socks]==2.0.4
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
virtualenv==20.24.4
|
virtualenv==20.24.5
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wheel==0.41.2
|
wheel==0.41.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
@ -172,7 +172,7 @@ wsproto==1.2.0
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==23.2.1
|
pip==23.2.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==68.1.2
|
setuptools==68.2.1
|
||||||
# via
|
# via
|
||||||
# nodeenv
|
# nodeenv
|
||||||
# pip-tools
|
# pip-tools
|
||||||
|
|
Loading…
Reference in a new issue