Update dependencies

This commit is contained in:
Crocmagnon 2023-10-02 18:06:38 +00:00 committed by crocmagnon-pr[bot]
parent 5ca946cc10
commit 50dd5ba0b0
3 changed files with 19 additions and 27 deletions

View file

@ -14,9 +14,9 @@ certifi==2023.7.22
# via # via
# requests # requests
# selenium # selenium
cffi==1.15.1 cffi==1.16.0
# via cryptography # via cryptography
charset-normalizer==3.2.0 charset-normalizer==3.3.0
# via requests # via requests
confusable-homoglyphs==3.2.0 confusable-homoglyphs==3.2.0
# via django-registration # via django-registration
@ -47,8 +47,6 @@ django-linear-migrations==2.11.0
# via -r requirements.in # via -r requirements.in
django-registration==3.4 django-registration==3.4
# via -r requirements.in # via -r requirements.in
exceptiongroup==1.1.3
# via trio-websocket
gunicorn==21.2.0 gunicorn==21.2.0
# via -r requirements.in # via -r requirements.in
h11==0.14.0 h11==0.14.0
@ -61,7 +59,7 @@ markdown==3.4.4
# via -r requirements.in # via -r requirements.in
outcome==1.2.0 outcome==1.2.0
# via trio # via trio
packaging==23.1 packaging==23.2
# via gunicorn # via gunicorn
pillow==10.0.1 pillow==10.0.1
# via -r requirements.in # via -r requirements.in
@ -85,9 +83,9 @@ trio==0.22.2
# via # via
# selenium # selenium
# trio-websocket # trio-websocket
trio-websocket==0.10.4 trio-websocket==0.11.1
# via selenium # via selenium
urllib3==2.0.5 urllib3==2.0.6
# via # via
# django-anymail # django-anymail
# requests # requests

View file

@ -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.2.0 charset-normalizer==3.3.0
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -57,10 +57,6 @@ django-browser-reload==1.11.0
# via -r requirements-dev.in # via -r requirements-dev.in
django-debug-toolbar==4.2.0 django-debug-toolbar==4.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
exceptiongroup==1.1.3
# via
# -c constraints.txt
# trio-websocket
filelock==3.12.4 filelock==3.12.4
# via virtualenv # via virtualenv
greenlet==2.0.2 greenlet==2.0.2
@ -69,9 +65,9 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.87.0 hypothesis==6.87.1
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.29 identify==2.5.30
# via pre-commit # via pre-commit
idna==3.4 idna==3.4
# via # via
@ -96,7 +92,7 @@ outcome==1.2.0
# via # via
# -c constraints.txt # -c constraints.txt
# trio # trio
packaging==23.1 packaging==23.2
# via # via
# -c constraints.txt # -c constraints.txt
# black # black
@ -106,7 +102,7 @@ pathspec==0.11.2
# via black # via black
pip-tools==7.3.0 pip-tools==7.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
platformdirs==3.10.0 platformdirs==3.11.0
# via # via
# black # black
# virtualenv # virtualenv
@ -158,7 +154,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.0.291 ruff==0.0.292
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -187,18 +183,18 @@ trio==0.22.2
# -c constraints.txt # -c constraints.txt
# selenium # selenium
# trio-websocket # trio-websocket
trio-websocket==0.10.4 trio-websocket==0.11.1
# via # via
# -c constraints.txt # -c constraints.txt
# selenium # selenium
urllib3[socks]==2.0.5 urllib3[socks]==2.0.6
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
# selenium # selenium
virtualenv==20.24.5 virtualenv==20.24.5
# via pre-commit # via pre-commit
wcwidth==0.2.6 wcwidth==0.2.8
# via blessed # via blessed
wheel==0.41.2 wheel==0.41.2
# via pip-tools # via pip-tools

View file

@ -14,9 +14,9 @@ certifi==2023.7.22
# via # via
# requests # requests
# selenium # selenium
cffi==1.15.1 cffi==1.16.0
# via cryptography # via cryptography
charset-normalizer==3.2.0 charset-normalizer==3.3.0
# via requests # via requests
confusable-homoglyphs==3.2.0 confusable-homoglyphs==3.2.0
# via django-registration # via django-registration
@ -47,8 +47,6 @@ django-linear-migrations==2.11.0
# via -r requirements.in # via -r requirements.in
django-registration==3.4 django-registration==3.4
# via -r requirements.in # via -r requirements.in
exceptiongroup==1.1.3
# via trio-websocket
gunicorn==21.2.0 gunicorn==21.2.0
# via -r requirements.in # via -r requirements.in
h11==0.14.0 h11==0.14.0
@ -61,7 +59,7 @@ markdown==3.4.4
# via -r requirements.in # via -r requirements.in
outcome==1.2.0 outcome==1.2.0
# via trio # via trio
packaging==23.1 packaging==23.2
# via gunicorn # via gunicorn
pillow==10.0.1 pillow==10.0.1
# via -r requirements.in # via -r requirements.in
@ -85,9 +83,9 @@ trio==0.22.2
# via # via
# selenium # selenium
# trio-websocket # trio-websocket
trio-websocket==0.10.4 trio-websocket==0.11.1
# via selenium # via selenium
urllib3[socks]==2.0.5 urllib3[socks]==2.0.6
# via # via
# django-anymail # django-anymail
# requests # requests