Update dependencies

This commit is contained in:
Crocmagnon 2023-05-08 18:04:41 +00:00 committed by crocmagnon-pr[bot]
parent a8ddd1568d
commit 15ed934851
3 changed files with 38 additions and 22 deletions

View file

@ -6,17 +6,21 @@
#
asgiref==3.6.0
# via django
certifi==2022.12.7
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
contourpy==1.0.7
# via matplotlib
crispy-bootstrap5==0.7
# via -r requirements.in
cryptography==40.0.2
# via django-anymail
cycler==0.11.0
# via matplotlib
django==4.2
django==4.2.1
# via
# -r requirements.in
# crispy-bootstrap5
@ -26,7 +30,7 @@ django==4.2
# django-extensions
# django-htmx
# django-solo
django-anymail==9.1
django-anymail==10.0
# via -r requirements.in
django-cleanup==7.0.0
# via -r requirements.in
@ -66,13 +70,15 @@ pillow==9.5.0
# via
# -r requirements.in
# matplotlib
pycparser==2.21
# via cffi
pyparsing==3.0.9
# via matplotlib
python-dateutil==2.8.2
# via
# freezegun
# matplotlib
requests==2.29.0
requests==2.30.0
# via
# -r requirements.in
# django-anymail
@ -80,8 +86,10 @@ six==1.16.0
# via python-dateutil
sqlparse==0.4.4
# via django
urllib3==1.26.15
# via requests
urllib3==2.0.2
# via
# django-anymail
# requests
whitenoise==6.4.0
# via -r requirements.in

View file

@ -19,7 +19,7 @@ black==23.3.0
# via -r requirements-dev.in
build==0.10.0
# via pip-tools
certifi==2022.12.7
certifi==2023.5.7
# via
# -c constraints.txt
# requests
@ -38,7 +38,7 @@ coverage[toml]==7.2.5
# via pytest-cov
distlib==0.3.6
# via virtualenv
django==4.2
django==4.2.1
# via
# -c constraints.txt
# model-bakery
@ -46,13 +46,13 @@ exceptiongroup==1.1.1
# via trio-websocket
factory-boy==3.2.1
# via -r requirements-dev.in
faker==18.6.0
faker==18.6.2
# via factory-boy
filelock==3.12.0
# via virtualenv
h11==0.14.0
# via wsproto
identify==2.5.23
identify==2.5.24
# via pre-commit
idna==3.4
# via
@ -61,7 +61,7 @@ idna==3.4
# trio
iniconfig==2.0.0
# via pytest
invoke==2.1.0
invoke==2.1.1
# via -r requirements-dev.in
model-bakery==1.11.0
# via -r requirements-dev.in
@ -87,7 +87,7 @@ platformdirs==3.5.0
# virtualenv
pluggy==1.0.0
# via pytest
pre-commit==3.2.2
pre-commit==3.3.1
# via -r requirements-dev.in
py==1.11.0
# via
@ -127,14 +127,14 @@ python-dateutil==2.8.2
# faker
pyyaml==6.0
# via pre-commit
requests==2.29.0
requests==2.30.0
# via
# -c constraints.txt
# pytest-base-url
# pytest-selenium
ruff==0.0.263
ruff==0.0.265
# via -r requirements-dev.in
selenium==4.9.0
selenium==4.9.1
# via
# -r requirements-dev.in
# pytest-selenium
@ -161,7 +161,7 @@ trio==0.22.0
# trio-websocket
trio-websocket==0.10.2
# via selenium
urllib3[socks]==1.26.15
urllib3[socks]==2.0.2
# via
# -c constraints.txt
# requests

View file

@ -6,17 +6,21 @@
#
asgiref==3.6.0
# via django
certifi==2022.12.7
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
# via requests
contourpy==1.0.7
# via matplotlib
crispy-bootstrap5==0.7
# via -r requirements.in
cryptography==40.0.2
# via django-anymail
cycler==0.11.0
# via matplotlib
django==4.2
django==4.2.1
# via
# -r requirements.in
# crispy-bootstrap5
@ -26,7 +30,7 @@ django==4.2
# django-extensions
# django-htmx
# django-solo
django-anymail[mailgun]==9.1
django-anymail[mailgun]==10.0
# via -r requirements.in
django-cleanup==7.0.0
# via -r requirements.in
@ -66,13 +70,15 @@ pillow==9.5.0
# via
# -r requirements.in
# matplotlib
pycparser==2.21
# via cffi
pyparsing==3.0.9
# via matplotlib
python-dateutil==2.8.2
# via
# freezegun
# matplotlib
requests==2.29.0
requests==2.30.0
# via
# -r requirements.in
# django-anymail
@ -80,8 +86,10 @@ six==1.16.0
# via python-dateutil
sqlparse==0.4.4
# via django
urllib3==1.26.15
# via requests
urllib3==2.0.2
# via
# django-anymail
# requests
whitenoise==6.4.0
# via -r requirements.in