mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-10 18:33:53 +01:00
Update dependencies
This commit is contained in:
parent
31f45dbba2
commit
e65e3f4f56
3 changed files with 7 additions and 7 deletions
|
@ -56,7 +56,7 @@ kiwisolver==1.4.4
|
|||
# via matplotlib
|
||||
matplotlib==3.7.1
|
||||
# via -r requirements.in
|
||||
numpy==1.24.2
|
||||
numpy==1.24.3
|
||||
# via
|
||||
# contourpy
|
||||
# matplotlib
|
||||
|
@ -86,5 +86,5 @@ whitenoise==6.4.0
|
|||
# via -r requirements.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==67.7.1
|
||||
setuptools==67.7.2
|
||||
# via gunicorn
|
||||
|
|
|
@ -46,7 +46,7 @@ exceptiongroup==1.1.1
|
|||
# via trio-websocket
|
||||
factory-boy==3.2.1
|
||||
# via -r requirements-dev.in
|
||||
faker==18.4.0
|
||||
faker==18.5.1
|
||||
# via factory-boy
|
||||
filelock==3.12.0
|
||||
# via virtualenv
|
||||
|
@ -174,9 +174,9 @@ wsproto==1.2.0
|
|||
# via trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==23.1
|
||||
pip==23.1.1
|
||||
# via pip-tools
|
||||
setuptools==67.7.1
|
||||
setuptools==67.7.2
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# nodeenv
|
||||
|
|
|
@ -56,7 +56,7 @@ kiwisolver==1.4.4
|
|||
# via matplotlib
|
||||
matplotlib==3.7.1
|
||||
# via -r requirements.in
|
||||
numpy==1.24.2
|
||||
numpy==1.24.3
|
||||
# via
|
||||
# contourpy
|
||||
# matplotlib
|
||||
|
@ -86,5 +86,5 @@ whitenoise==6.4.0
|
|||
# via -r requirements.in
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
setuptools==67.7.1
|
||||
setuptools==67.7.2
|
||||
# via gunicorn
|
||||
|
|
Loading…
Reference in a new issue