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
|
||||
# outcome
|
||||
# trio
|
||||
black==23.7.0
|
||||
black==23.9.1
|
||||
# via -r requirements-dev.in
|
||||
build==1.0.0
|
||||
build==1.0.3
|
||||
# via pip-tools
|
||||
certifi==2023.7.22
|
||||
# via
|
||||
|
@ -31,7 +31,7 @@ click==8.1.7
|
|||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
coverage[toml]==7.3.0
|
||||
coverage[toml]==7.3.1
|
||||
# via pytest-cov
|
||||
distlib==0.3.7
|
||||
# via virtualenv
|
||||
|
@ -43,7 +43,7 @@ exceptiongroup==1.1.3
|
|||
# via trio-websocket
|
||||
factory-boy==3.3.0
|
||||
# via -r requirements-dev.in
|
||||
faker==19.3.1
|
||||
faker==19.6.1
|
||||
# via factory-boy
|
||||
filelock==3.12.3
|
||||
# via virtualenv
|
||||
|
@ -96,7 +96,7 @@ pyproject-hooks==1.0.0
|
|||
# via build
|
||||
pysocks==1.7.1
|
||||
# via urllib3
|
||||
pytest==7.4.1
|
||||
pytest==7.4.2
|
||||
# via
|
||||
# -r requirements-dev.in
|
||||
# pytest-base-url
|
||||
|
@ -112,7 +112,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
|
||||
|
@ -131,7 +131,7 @@ requests==2.31.0
|
|||
# -c constraints.txt
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.0.287
|
||||
ruff==0.0.288
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.1
|
||||
# via
|
||||
|
@ -155,14 +155,14 @@ 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
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
# selenium
|
||||
virtualenv==20.24.4
|
||||
virtualenv==20.24.5
|
||||
# via pre-commit
|
||||
wheel==0.41.2
|
||||
# via pip-tools
|
||||
|
@ -172,7 +172,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
|
||||
|
|
Loading…
Reference in a new issue