Update dependencies

This commit is contained in:
Crocmagnon 2023-10-23 18:06:19 +00:00 committed by crocmagnon-pr[bot]
parent f9d1109426
commit 1ad997019f
3 changed files with 23 additions and 15 deletions

View file

@ -16,7 +16,7 @@ certifi==2023.7.22
# selenium # selenium
cffi==1.16.0 cffi==1.16.0
# via cryptography # via cryptography
charset-normalizer==3.3.0 charset-normalizer==3.3.1
# via requests # via requests
confusable-homoglyphs==3.2.0 confusable-homoglyphs==3.2.0
# via django-registration # via django-registration
@ -32,7 +32,9 @@ django==4.2.6
# django-linear-migrations # django-linear-migrations
# django-registration # django-registration
django-anymail==10.1 django-anymail==10.1
# via -r requirements.in # via
# -r requirements.in
# django-anymail
django-bootstrap5==23.3 django-bootstrap5==23.3
# via -r requirements.in # via -r requirements.in
django-cleanup==8.0.0 django-cleanup==8.0.0
@ -57,7 +59,7 @@ idna==3.4
# trio # trio
markdown==3.5 markdown==3.5
# via -r requirements.in # via -r requirements.in
outcome==1.2.0 outcome==1.3.0
# via trio # via trio
packaging==23.2 packaging==23.2
# via gunicorn # via gunicorn
@ -85,11 +87,12 @@ trio==0.22.2
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
urllib3==2.0.6 urllib3==2.0.7
# via # via
# django-anymail # django-anymail
# requests # requests
# selenium # selenium
# urllib3
whitenoise==6.6.0 whitenoise==6.6.0
# via -r requirements.in # via -r requirements.in
wsproto==1.2.0 wsproto==1.2.0

View file

@ -14,7 +14,7 @@ attrs==23.1.0
# hypothesis # hypothesis
# outcome # outcome
# trio # trio
black==23.9.1 black==23.10.0
# via -r requirements-dev.in # via -r requirements-dev.in
blessed==1.20.0 blessed==1.20.0
# via curtsies # via curtsies
@ -29,7 +29,7 @@ certifi==2023.7.22
# selenium # selenium
cfgv==3.4.0 cfgv==3.4.0
# via pre-commit # via pre-commit
charset-normalizer==3.3.0 charset-normalizer==3.3.1
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -38,7 +38,9 @@ click==8.1.7
# black # black
# pip-tools # pip-tools
coverage[toml]==7.3.2 coverage[toml]==7.3.2
# via pytest-cov # via
# coverage
# pytest-cov
curtsies==0.4.2 curtsies==0.4.2
# via bpython # via bpython
cwcwidth==0.1.9 cwcwidth==0.1.9
@ -88,7 +90,7 @@ mypy-extensions==1.0.0
# via black # via black
nodeenv==1.8.0 nodeenv==1.8.0
# via pre-commit # via pre-commit
outcome==1.2.0 outcome==1.3.0
# via # via
# -c constraints.txt # -c constraints.txt
# trio # trio
@ -154,7 +156,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.0.292 ruff==0.1.1
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -187,7 +189,7 @@ trio-websocket==0.11.1
# via # via
# -c constraints.txt # -c constraints.txt
# selenium # selenium
urllib3[socks]==2.0.6 urllib3[socks]==2.0.7
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -204,7 +206,7 @@ wsproto==1.2.0
# trio-websocket # 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.3 pip==23.3.1
# via pip-tools # via pip-tools
setuptools==68.2.2 setuptools==68.2.2
# via # via

View file

@ -16,7 +16,7 @@ certifi==2023.7.22
# selenium # selenium
cffi==1.16.0 cffi==1.16.0
# via cryptography # via cryptography
charset-normalizer==3.3.0 charset-normalizer==3.3.1
# via requests # via requests
confusable-homoglyphs==3.2.0 confusable-homoglyphs==3.2.0
# via django-registration # via django-registration
@ -32,7 +32,9 @@ django==4.2.6
# django-linear-migrations # django-linear-migrations
# django-registration # django-registration
django-anymail[mailgun]==10.1 django-anymail[mailgun]==10.1
# via -r requirements.in # via
# -r requirements.in
# django-anymail
django-bootstrap5==23.3 django-bootstrap5==23.3
# via -r requirements.in # via -r requirements.in
django-cleanup==8.0.0 django-cleanup==8.0.0
@ -57,7 +59,7 @@ idna==3.4
# trio # trio
markdown==3.5 markdown==3.5
# via -r requirements.in # via -r requirements.in
outcome==1.2.0 outcome==1.3.0
# via trio # via trio
packaging==23.2 packaging==23.2
# via gunicorn # via gunicorn
@ -85,11 +87,12 @@ trio==0.22.2
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
urllib3[socks]==2.0.6 urllib3[socks]==2.0.7
# via # via
# django-anymail # django-anymail
# requests # requests
# selenium # selenium
# urllib3
whitenoise==6.6.0 whitenoise==6.6.0
# via -r requirements.in # via -r requirements.in
wsproto==1.2.0 wsproto==1.2.0