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
8a0ac6a5e7
commit
6961ff3298
3 changed files with 11 additions and 11 deletions
|
@ -72,7 +72,7 @@ python-dateutil==2.8.2
|
||||||
# via
|
# via
|
||||||
# freezegun
|
# freezegun
|
||||||
# matplotlib
|
# matplotlib
|
||||||
requests==2.28.2
|
requests==2.29.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
|
|
@ -34,7 +34,7 @@ click==8.1.3
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.2.3
|
coverage[toml]==7.2.5
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
distlib==0.3.6
|
distlib==0.3.6
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -46,13 +46,13 @@ 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.5.1
|
faker==18.6.0
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.12.0
|
filelock==3.12.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
# via wsproto
|
# via wsproto
|
||||||
identify==2.5.22
|
identify==2.5.23
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
idna==3.4
|
idna==3.4
|
||||||
# via
|
# via
|
||||||
|
@ -61,7 +61,7 @@ idna==3.4
|
||||||
# trio
|
# trio
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
invoke==2.0.0
|
invoke==2.1.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
model-bakery==1.11.0
|
model-bakery==1.11.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -81,7 +81,7 @@ pathspec==0.11.1
|
||||||
# via black
|
# via black
|
||||||
pip-tools==6.13.0
|
pip-tools==6.13.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.2.0
|
platformdirs==3.5.0
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# virtualenv
|
# virtualenv
|
||||||
|
@ -127,12 +127,12 @@ python-dateutil==2.8.2
|
||||||
# faker
|
# faker
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
requests==2.28.2
|
requests==2.29.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.262
|
ruff==0.0.263
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.9.0
|
selenium==4.9.0
|
||||||
# via
|
# via
|
||||||
|
@ -166,7 +166,7 @@ urllib3[socks]==1.26.15
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
virtualenv==20.22.0
|
virtualenv==20.23.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wheel==0.40.0
|
wheel==0.40.0
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
@ -174,7 +174,7 @@ wsproto==1.2.0
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
|
|
||||||
# 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.1.1
|
pip==23.1.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==67.7.2
|
setuptools==67.7.2
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -72,7 +72,7 @@ python-dateutil==2.8.2
|
||||||
# via
|
# via
|
||||||
# freezegun
|
# freezegun
|
||||||
# matplotlib
|
# matplotlib
|
||||||
requests==2.28.2
|
requests==2.29.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
|
Loading…
Reference in a new issue