Update dependencies

This commit is contained in:
Crocmagnon 2024-03-18 18:06:37 +00:00 committed by crocmagnon-pr[bot]
parent b597932e29
commit ed91a349b6
3 changed files with 13 additions and 25 deletions

View file

@ -16,14 +16,10 @@ certifi==2024.2.2
# via # via
# requests # requests
# selenium # selenium
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
confusable-homoglyphs==3.3.1 confusable-homoglyphs==3.3.1
# via django-registration # via django-registration
cryptography==42.0.5
# via django-anymail
django==5.0.3 django==5.0.3
# via # via
# -r requirements.in # -r requirements.in
@ -33,7 +29,7 @@ django==5.0.3
# django-htmx # django-htmx
# django-linear-migrations # django-linear-migrations
# django-registration # django-registration
django-anymail==10.2 django-anymail==10.3
# via -r requirements.in # via -r requirements.in
django-bootstrap5==23.4 django-bootstrap5==23.4
# via -r requirements.in # via -r requirements.in
@ -57,7 +53,7 @@ idna==3.6
# via # via
# requests # requests
# trio # trio
markdown==3.5.2 markdown==3.6
# via -r requirements.in # via -r requirements.in
outcome==1.3.0.post0 outcome==1.3.0.post0
# via trio # via trio
@ -65,8 +61,6 @@ packaging==24.0
# via gunicorn # via gunicorn
pillow==10.2.0 pillow==10.2.0
# via -r requirements.in # via -r requirements.in
pycparser==2.21
# via cffi
pysocks==1.7.1 pysocks==1.7.1
# via urllib3 # via urllib3
requests==2.31.0 requests==2.31.0
@ -81,7 +75,7 @@ sortedcontainers==2.4.0
# via trio # via trio
sqlparse==0.4.4 sqlparse==0.4.4
# via django # via django
trio==0.24.0 trio==0.25.0
# via # via
# selenium # selenium
# trio-websocket # trio-websocket

View file

@ -15,7 +15,7 @@ attrs==23.2.0
# hypothesis # hypothesis
# outcome # outcome
# trio # trio
black==24.2.0 black==24.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
blessed==1.20.0 blessed==1.20.0
# via curtsies # via curtsies
@ -38,7 +38,7 @@ click==8.1.7
# via # via
# black # black
# pip-tools # pip-tools
coverage[toml]==7.4.3 coverage[toml]==7.4.4
# via pytest-cov # via pytest-cov
curtsies==0.4.2 curtsies==0.4.2
# via bpython # via bpython
@ -66,7 +66,7 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.99.3 hypothesis==6.99.8
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.35 identify==2.5.35
# via pre-commit # via pre-commit
@ -155,7 +155,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.3.2 ruff==0.3.3
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.18.1 selenium==4.18.1
# via # via
@ -179,7 +179,7 @@ sqlparse==0.4.4
# django-debug-toolbar # django-debug-toolbar
tenacity==8.2.3 tenacity==8.2.3
# via pytest-selenium # via pytest-selenium
trio==0.24.0 trio==0.25.0
# via # via
# -c constraints.txt # -c constraints.txt
# selenium # selenium
@ -201,7 +201,7 @@ virtualenv==20.25.1
# via pre-commit # via pre-commit
wcwidth==0.2.13 wcwidth==0.2.13
# via blessed # via blessed
wheel==0.42.0 wheel==0.43.0
# via pip-tools # via pip-tools
wsproto==1.2.0 wsproto==1.2.0
# via # via
@ -211,7 +211,7 @@ wsproto==1.2.0
# 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==24.0 pip==24.0
# via pip-tools # via pip-tools
setuptools==69.1.1 setuptools==69.2.0
# via # via
# nodeenv # nodeenv
# pip-tools # pip-tools

View file

@ -16,14 +16,10 @@ certifi==2024.2.2
# via # via
# requests # requests
# selenium # selenium
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
confusable-homoglyphs==3.3.1 confusable-homoglyphs==3.3.1
# via django-registration # via django-registration
cryptography==42.0.5
# via django-anymail
django==5.0.3 django==5.0.3
# via # via
# -r requirements.in # -r requirements.in
@ -33,7 +29,7 @@ django==5.0.3
# django-htmx # django-htmx
# django-linear-migrations # django-linear-migrations
# django-registration # django-registration
django-anymail[mailgun]==10.2 django-anymail[mailgun]==10.3
# via -r requirements.in # via -r requirements.in
django-bootstrap5==23.4 django-bootstrap5==23.4
# via -r requirements.in # via -r requirements.in
@ -57,7 +53,7 @@ idna==3.6
# via # via
# requests # requests
# trio # trio
markdown==3.5.2 markdown==3.6
# via -r requirements.in # via -r requirements.in
outcome==1.3.0.post0 outcome==1.3.0.post0
# via trio # via trio
@ -65,8 +61,6 @@ packaging==24.0
# via gunicorn # via gunicorn
pillow==10.2.0 pillow==10.2.0
# via -r requirements.in # via -r requirements.in
pycparser==2.21
# via cffi
pysocks==1.7.1 pysocks==1.7.1
# via urllib3 # via urllib3
requests==2.31.0 requests==2.31.0
@ -81,7 +75,7 @@ sortedcontainers==2.4.0
# via trio # via trio
sqlparse==0.4.4 sqlparse==0.4.4
# via django # via django
trio==0.24.0 trio==0.25.0
# via # via
# selenium # selenium
# trio-websocket # trio-websocket