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
d2ed14609d
commit
38d89b2ec2
1 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ certifi==2023.7.22
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
cfgv==3.3.1
|
cfgv==3.4.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
# via
|
# via
|
||||||
|
@ -31,7 +31,7 @@ click==8.1.6
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.2.7
|
coverage[toml]==7.3.0
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
distlib==0.3.7
|
distlib==0.3.7
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -39,11 +39,11 @@ django==4.2.4
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# model-bakery
|
# model-bakery
|
||||||
exceptiongroup==1.1.2
|
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.2.0
|
faker==19.3.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.12.2
|
filelock==3.12.2
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -76,7 +76,7 @@ packaging==23.1
|
||||||
# pytest
|
# pytest
|
||||||
pathspec==0.11.2
|
pathspec==0.11.2
|
||||||
# via black
|
# via black
|
||||||
pip-tools==7.2.0
|
pip-tools==7.3.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.10.0
|
platformdirs==3.10.0
|
||||||
# via
|
# via
|
||||||
|
@ -127,7 +127,7 @@ requests==2.31.0
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.282
|
ruff==0.0.284
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.9.1
|
selenium==4.9.1
|
||||||
# via
|
# via
|
||||||
|
@ -145,7 +145,7 @@ sqlparse==0.4.4
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# django
|
# django
|
||||||
tenacity==8.2.2
|
tenacity==8.2.3
|
||||||
# via pytest-selenium
|
# via pytest-selenium
|
||||||
trio==0.22.2
|
trio==0.22.2
|
||||||
# via
|
# via
|
||||||
|
@ -158,7 +158,7 @@ urllib3[socks]==2.0.4
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
virtualenv==20.24.2
|
virtualenv==20.24.3
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wheel==0.41.1
|
wheel==0.41.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
Loading…
Reference in a new issue