mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-13 03:43:54 +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
|
# via matplotlib
|
||||||
matplotlib==3.7.1
|
matplotlib==3.7.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==1.24.2
|
numpy==1.24.3
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
@ -86,5 +86,5 @@ whitenoise==6.4.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
setuptools==67.7.1
|
setuptools==67.7.2
|
||||||
# via gunicorn
|
# via gunicorn
|
||||||
|
|
|
@ -46,7 +46,7 @@ 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.4.0
|
faker==18.5.1
|
||||||
# via factory-boy
|
# via factory-boy
|
||||||
filelock==3.12.0
|
filelock==3.12.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
|
@ -174,9 +174,9 @@ 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
|
pip==23.1.1
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==67.7.1
|
setuptools==67.7.2
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# nodeenv
|
# nodeenv
|
||||||
|
|
|
@ -56,7 +56,7 @@ kiwisolver==1.4.4
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
matplotlib==3.7.1
|
matplotlib==3.7.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==1.24.2
|
numpy==1.24.3
|
||||||
# via
|
# via
|
||||||
# contourpy
|
# contourpy
|
||||||
# matplotlib
|
# matplotlib
|
||||||
|
@ -86,5 +86,5 @@ whitenoise==6.4.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
setuptools==67.7.1
|
setuptools==67.7.2
|
||||||
# via gunicorn
|
# via gunicorn
|
||||||
|
|
Loading…
Reference in a new issue