Update dependencies

This commit is contained in:
Crocmagnon 2024-02-05 18:06:36 +00:00 committed by crocmagnon-pr[bot]
parent a9c886a477
commit c795bb2c0d
3 changed files with 21 additions and 21 deletions

View file

@ -12,7 +12,7 @@ attrs==23.2.0
# via # via
# outcome # outcome
# trio # trio
certifi==2023.11.17 certifi==2024.2.2
# via # via
# requests # requests
# selenium # selenium
@ -20,9 +20,9 @@ cffi==1.16.0
# via cryptography # via cryptography
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
confusable-homoglyphs==3.2.0 confusable-homoglyphs==3.3.1
# via django-registration # via django-registration
cryptography==42.0.1 cryptography==42.0.2
# via django-anymail # via django-anymail
django==4.2.9 django==4.2.9
# via # via
@ -89,7 +89,7 @@ trio==0.24.0
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
urllib3==2.1.0 urllib3==2.2.0
# via # via
# django-anymail # django-anymail
# requests # requests

View file

@ -23,7 +23,7 @@ bpython==0.24
# via -r requirements-dev.in # via -r requirements-dev.in
build==1.0.3 build==1.0.3
# via pip-tools # via pip-tools
certifi==2023.11.17 certifi==2024.2.2
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -58,7 +58,7 @@ django==4.2.9
# model-bakery # model-bakery
django-browser-reload==1.12.1 django-browser-reload==1.12.1
# via -r requirements-dev.in # via -r requirements-dev.in
django-debug-toolbar==4.2.0 django-debug-toolbar==4.3.0
# via -r requirements-dev.in # via -r requirements-dev.in
filelock==3.13.1 filelock==3.13.1
# via virtualenv # via virtualenv
@ -68,7 +68,7 @@ h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.97.1 hypothesis==6.98.1
# via -r requirements-dev.in # via -r requirements-dev.in
identify==2.5.33 identify==2.5.33
# via pre-commit # via pre-commit
@ -83,7 +83,7 @@ invoke==2.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
jinja2==3.1.3 jinja2==3.1.3
# via pytest-html # via pytest-html
markupsafe==2.1.4 markupsafe==2.1.5
# via jinja2 # via jinja2
model-bakery==1.17.0 model-bakery==1.17.0
# via -r requirements-dev.in # via -r requirements-dev.in
@ -105,7 +105,7 @@ pathspec==0.12.1
# 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==4.1.0 platformdirs==4.2.0
# via # via
# black # black
# virtualenv # virtualenv
@ -123,7 +123,7 @@ pysocks==1.7.1
# via # via
# -c constraints.txt # -c constraints.txt
# urllib3 # urllib3
pytest==7.4.4 pytest==8.0.0
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# pytest-base-url # pytest-base-url
@ -133,19 +133,19 @@ pytest==7.4.4
# pytest-metadata # pytest-metadata
# pytest-selenium # pytest-selenium
# pytest-variables # pytest-variables
pytest-base-url==2.0.0 pytest-base-url==2.1.0
# via pytest-selenium # via pytest-selenium
pytest-cov==4.1.0 pytest-cov==4.1.0
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-django==4.7.0 pytest-django==4.8.0
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-html==4.1.1 pytest-html==4.1.1
# via pytest-selenium # via pytest-selenium
pytest-metadata==3.0.0 pytest-metadata==3.1.0
# via pytest-html # via pytest-html
pytest-selenium==4.0.1 pytest-selenium==4.0.1
# via -r requirements-dev.in # via -r requirements-dev.in
pytest-variables==3.0.0 pytest-variables==3.1.0
# via pytest-selenium # via pytest-selenium
pyxdg==0.28 pyxdg==0.28
# via bpython # via bpython
@ -157,7 +157,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.1.14 ruff==0.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -190,7 +190,7 @@ trio-websocket==0.11.1
# via # via
# -c constraints.txt # -c constraints.txt
# selenium # selenium
urllib3[socks]==2.1.0 urllib3[socks]==2.2.0
# via # via
# -c constraints.txt # -c constraints.txt
# requests # requests
@ -207,7 +207,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.2 pip==24.0
# via pip-tools # via pip-tools
setuptools==69.0.3 setuptools==69.0.3
# via # via

View file

@ -12,7 +12,7 @@ attrs==23.2.0
# via # via
# outcome # outcome
# trio # trio
certifi==2023.11.17 certifi==2024.2.2
# via # via
# requests # requests
# selenium # selenium
@ -20,9 +20,9 @@ cffi==1.16.0
# via cryptography # via cryptography
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
confusable-homoglyphs==3.2.0 confusable-homoglyphs==3.3.1
# via django-registration # via django-registration
cryptography==42.0.1 cryptography==42.0.2
# via django-anymail # via django-anymail
django==4.2.9 django==4.2.9
# via # via
@ -89,7 +89,7 @@ trio==0.24.0
# trio-websocket # trio-websocket
trio-websocket==0.11.1 trio-websocket==0.11.1
# via selenium # via selenium
urllib3[socks]==2.1.0 urllib3[socks]==2.2.0
# via # via
# django-anymail # django-anymail
# requests # requests