mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 23:58:02 +01:00
Update dependencies
This commit is contained in:
parent
6358856ae2
commit
40a453879c
3 changed files with 26 additions and 31 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
asgiref==3.7.2
|
||||
# via django
|
||||
certifi==2023.5.7
|
||||
certifi==2023.7.22
|
||||
# via requests
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
|
@ -48,11 +48,11 @@ django-htmx==1.16.0
|
|||
# via -r requirements.in
|
||||
django-solo==2.1.0
|
||||
# via -r requirements.in
|
||||
fonttools==4.41.0
|
||||
fonttools==4.41.1
|
||||
# via matplotlib
|
||||
freezegun==1.2.2
|
||||
# via -r requirements.in
|
||||
gunicorn==20.1.0
|
||||
gunicorn==21.2.0
|
||||
# via -r requirements.in
|
||||
idna==3.4
|
||||
# via requests
|
||||
|
@ -65,7 +65,9 @@ numpy==1.25.1
|
|||
# contourpy
|
||||
# matplotlib
|
||||
packaging==23.1
|
||||
# via matplotlib
|
||||
# via
|
||||
# gunicorn
|
||||
# matplotlib
|
||||
pillow==10.0.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
|
@ -86,13 +88,9 @@ six==1.16.0
|
|||
# via python-dateutil
|
||||
sqlparse==0.4.4
|
||||
# via django
|
||||
urllib3==2.0.3
|
||||
urllib3==2.0.4
|
||||
# via
|
||||
# django-anymail
|
||||
# requests
|
||||
whitenoise==6.5.0
|
||||
# via -r requirements.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==68.0.0
|
||||
# via gunicorn
|
||||
|
|
|
@ -16,7 +16,7 @@ black==23.7.0
|
|||
# via -r requirements-dev.in
|
||||
build==0.10.0
|
||||
# via pip-tools
|
||||
certifi==2023.5.7
|
||||
certifi==2023.7.22
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
|
@ -27,7 +27,7 @@ charset-normalizer==3.2.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
click==8.1.5
|
||||
click==8.1.6
|
||||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
|
@ -41,15 +41,15 @@ django==4.2.3
|
|||
# model-bakery
|
||||
exceptiongroup==1.1.2
|
||||
# via trio-websocket
|
||||
factory-boy==3.2.1
|
||||
factory-boy==3.3.0
|
||||
# via -r requirements-dev.in
|
||||
faker==19.1.0
|
||||
faker==19.2.0
|
||||
# via factory-boy
|
||||
filelock==3.12.2
|
||||
# via virtualenv
|
||||
h11==0.14.0
|
||||
# via wsproto
|
||||
identify==2.5.24
|
||||
identify==2.5.26
|
||||
# via pre-commit
|
||||
idna==3.4
|
||||
# via
|
||||
|
@ -76,7 +76,7 @@ packaging==23.1
|
|||
# pytest
|
||||
pathspec==0.11.1
|
||||
# via black
|
||||
pip-tools==7.0.0
|
||||
pip-tools==7.1.0
|
||||
# via -r requirements-dev.in
|
||||
platformdirs==3.9.1
|
||||
# via
|
||||
|
@ -120,14 +120,14 @@ python-dateutil==2.8.2
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# faker
|
||||
pyyaml==6.0
|
||||
pyyaml==6.0.1
|
||||
# via pre-commit
|
||||
requests==2.31.0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.0.278
|
||||
ruff==0.0.280
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.1
|
||||
# via
|
||||
|
@ -153,23 +153,22 @@ trio==0.22.2
|
|||
# trio-websocket
|
||||
trio-websocket==0.10.3
|
||||
# via selenium
|
||||
urllib3[socks]==2.0.3
|
||||
urllib3[socks]==2.0.4
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# requests
|
||||
# selenium
|
||||
virtualenv==20.24.0
|
||||
virtualenv==20.24.2
|
||||
# via pre-commit
|
||||
wheel==0.40.0
|
||||
wheel==0.41.0
|
||||
# via pip-tools
|
||||
wsproto==1.2.0
|
||||
# via trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==23.2
|
||||
pip==23.2.1
|
||||
# via pip-tools
|
||||
setuptools==68.0.0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# nodeenv
|
||||
# pip-tools
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
asgiref==3.7.2
|
||||
# via django
|
||||
certifi==2023.5.7
|
||||
certifi==2023.7.22
|
||||
# via requests
|
||||
cffi==1.15.1
|
||||
# via cryptography
|
||||
|
@ -48,11 +48,11 @@ django-htmx==1.16.0
|
|||
# via -r requirements.in
|
||||
django-solo==2.1.0
|
||||
# via -r requirements.in
|
||||
fonttools==4.41.0
|
||||
fonttools==4.41.1
|
||||
# via matplotlib
|
||||
freezegun==1.2.2
|
||||
# via -r requirements.in
|
||||
gunicorn==20.1.0
|
||||
gunicorn==21.2.0
|
||||
# via -r requirements.in
|
||||
idna==3.4
|
||||
# via requests
|
||||
|
@ -65,7 +65,9 @@ numpy==1.25.1
|
|||
# contourpy
|
||||
# matplotlib
|
||||
packaging==23.1
|
||||
# via matplotlib
|
||||
# via
|
||||
# gunicorn
|
||||
# matplotlib
|
||||
pillow==10.0.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
|
@ -86,13 +88,9 @@ six==1.16.0
|
|||
# via python-dateutil
|
||||
sqlparse==0.4.4
|
||||
# via django
|
||||
urllib3==2.0.3
|
||||
urllib3==2.0.4
|
||||
# via
|
||||
# django-anymail
|
||||
# requests
|
||||
whitenoise==6.5.0
|
||||
# via -r requirements.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==68.0.0
|
||||
# via gunicorn
|
||||
|
|
Loading…
Reference in a new issue