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