mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Update dependencies
This commit is contained in:
parent
b81d1bfd5a
commit
66d76e3b41
1 changed files with 7 additions and 7 deletions
|
@ -34,7 +34,7 @@ click==8.1.3
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.2.2
|
coverage[toml]==7.2.3
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
distlib==0.3.6
|
distlib==0.3.6
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -46,9 +46,9 @@ exceptiongroup==1.1.1
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
factory-boy==3.2.1
|
factory-boy==3.2.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
faker==18.3.2
|
faker==18.4.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.10.7
|
filelock==3.11.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
# via wsproto
|
# via wsproto
|
||||||
|
@ -63,7 +63,7 @@ iniconfig==2.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
invoke==2.0.0
|
invoke==2.0.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
model-bakery==1.10.3
|
model-bakery==1.11.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
# via black
|
# via black
|
||||||
|
@ -79,7 +79,7 @@ packaging==23.0
|
||||||
# pytest
|
# pytest
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
# via black
|
# via black
|
||||||
pip-tools==6.12.3
|
pip-tools==6.13.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.2.0
|
platformdirs==3.2.0
|
||||||
# via
|
# via
|
||||||
|
@ -87,7 +87,7 @@ platformdirs==3.2.0
|
||||||
# virtualenv
|
# virtualenv
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pre-commit==3.2.1
|
pre-commit==3.2.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
# via
|
# via
|
||||||
|
@ -132,7 +132,7 @@ requests==2.28.2
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.260
|
ruff==0.0.261
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.8.3
|
selenium==4.8.3
|
||||||
# via
|
# via
|
||||||
|
|
Loading…
Reference in a new issue