mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
update deps after 3.12
This commit is contained in:
parent
3b58f55c2d
commit
a32fb5608d
3 changed files with 5 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with Python 3.11
|
# This file is autogenerated by pip-compile with Python 3.12
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in
|
# pip-compile --allow-unsafe --output-file=constraints.txt --strip-extras requirements.in
|
||||||
|
@ -8,16 +8,12 @@ asgiref==3.7.2
|
||||||
# via django
|
# via django
|
||||||
certifi==2023.7.22
|
certifi==2023.7.22
|
||||||
# via requests
|
# via requests
|
||||||
cffi==1.16.0
|
|
||||||
# via cryptography
|
|
||||||
charset-normalizer==3.3.1
|
charset-normalizer==3.3.1
|
||||||
# via requests
|
# via requests
|
||||||
contourpy==1.1.1
|
contourpy==1.1.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
crispy-bootstrap5==0.7
|
crispy-bootstrap5==0.7
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
cryptography==41.0.4
|
|
||||||
# via django-anymail
|
|
||||||
cycler==0.12.1
|
cycler==0.12.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
django==4.2.6
|
django==4.2.6
|
||||||
|
@ -74,8 +70,6 @@ pillow==10.1.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# matplotlib
|
# matplotlib
|
||||||
pycparser==2.21
|
|
||||||
# via cffi
|
|
||||||
pyparsing==3.1.1
|
pyparsing==3.1.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with Python 3.11
|
# This file is autogenerated by pip-compile with Python 3.12
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe requirements-dev.in
|
# pip-compile --allow-unsafe requirements-dev.in
|
||||||
|
@ -12,7 +12,7 @@ attrs==23.1.0
|
||||||
# via
|
# via
|
||||||
# outcome
|
# outcome
|
||||||
# trio
|
# trio
|
||||||
black==23.10.0
|
black==23.10.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
build==1.0.3
|
build==1.0.3
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
@ -163,7 +163,7 @@ urllib3[socks]==2.0.7
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
# urllib3
|
# urllib3
|
||||||
virtualenv==20.24.5
|
virtualenv==20.24.6
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wheel==0.41.2
|
wheel==0.41.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# This file is autogenerated by pip-compile with Python 3.11
|
# This file is autogenerated by pip-compile with Python 3.12
|
||||||
# by the following command:
|
# by the following command:
|
||||||
#
|
#
|
||||||
# pip-compile --allow-unsafe requirements.in
|
# pip-compile --allow-unsafe requirements.in
|
||||||
|
@ -8,16 +8,12 @@ asgiref==3.7.2
|
||||||
# via django
|
# via django
|
||||||
certifi==2023.7.22
|
certifi==2023.7.22
|
||||||
# via requests
|
# via requests
|
||||||
cffi==1.16.0
|
|
||||||
# via cryptography
|
|
||||||
charset-normalizer==3.3.1
|
charset-normalizer==3.3.1
|
||||||
# via requests
|
# via requests
|
||||||
contourpy==1.1.1
|
contourpy==1.1.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
crispy-bootstrap5==0.7
|
crispy-bootstrap5==0.7
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
cryptography==41.0.4
|
|
||||||
# via django-anymail
|
|
||||||
cycler==0.12.1
|
cycler==0.12.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
django==4.2.6
|
django==4.2.6
|
||||||
|
@ -74,8 +70,6 @@ pillow==10.1.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# matplotlib
|
# matplotlib
|
||||||
pycparser==2.21
|
|
||||||
# via cffi
|
|
||||||
pyparsing==3.1.1
|
pyparsing==3.1.1
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
|
|
Loading…
Reference in a new issue