Update dependencies

This commit is contained in:
Crocmagnon 2023-12-18 18:07:10 +00:00 committed by GitHub
parent 26277a9adb
commit 5e391b857d
3 changed files with 25 additions and 9 deletions

View file

@ -83,7 +83,7 @@ sortedcontainers==2.4.0
# via trio # via trio
sqlparse==0.4.4 sqlparse==0.4.4
# via django # via django
trio==0.23.1 trio==0.23.2
# via # via
# selenium # selenium
# trio-websocket # trio-websocket

View file

@ -4,6 +4,10 @@
# #
# pip-compile --allow-unsafe requirements-dev.in # pip-compile --allow-unsafe requirements-dev.in
# #
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
asgiref==3.7.2 asgiref==3.7.2
# via # via
# -c constraints.txt # -c constraints.txt
@ -12,10 +16,11 @@ asgiref==3.7.2
attrs==23.1.0 attrs==23.1.0
# via # via
# -c constraints.txt # -c constraints.txt
# aiohttp
# hypothesis # hypothesis
# outcome # outcome
# trio # trio
black==23.11.0 black==23.12.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 +43,7 @@ click==8.1.7
# via # via
# black # black
# pip-tools # pip-tools
coverage[toml]==7.3.2 coverage[toml]==7.3.3
# via # via
# coverage # coverage
# pytest-cov # pytest-cov
@ -48,7 +53,7 @@ cwcwidth==0.1.9
# via # via
# bpython # bpython
# curtsies # curtsies
distlib==0.3.7 distlib==0.3.8
# via virtualenv # via virtualenv
django==4.2.8 django==4.2.8
# via # via
@ -62,13 +67,17 @@ django-debug-toolbar==4.2.0
# via -r requirements-dev.in # via -r requirements-dev.in
filelock==3.13.1 filelock==3.13.1
# via virtualenv # via virtualenv
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.0.2 greenlet==3.0.2
# via bpython # via bpython
h11==0.14.0 h11==0.14.0
# via # via
# -c constraints.txt # -c constraints.txt
# wsproto # wsproto
hypothesis==6.92.0 hypothesis==6.92.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
@ -77,6 +86,7 @@ idna==3.6
# -c constraints.txt # -c constraints.txt
# requests # requests
# trio # trio
# yarl
iniconfig==2.0.0 iniconfig==2.0.0
# via pytest # via pytest
invoke==2.2.0 invoke==2.2.0
@ -87,6 +97,10 @@ markupsafe==2.1.3
# via jinja2 # via jinja2
model-bakery==1.17.0 model-bakery==1.17.0
# via -r requirements-dev.in # via -r requirements-dev.in
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0 mypy-extensions==1.0.0
# via black # via black
nodeenv==1.8.0 nodeenv==1.8.0
@ -157,7 +171,7 @@ requests==2.31.0
# bpython # bpython
# pytest-base-url # pytest-base-url
# pytest-selenium # pytest-selenium
ruff==0.1.7 ruff==0.1.8
# via -r requirements-dev.in # via -r requirements-dev.in
selenium==4.9.1 selenium==4.9.1
# via # via
@ -181,7 +195,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.23.1 trio==0.23.2
# via # via
# -c constraints.txt # -c constraints.txt
# selenium # selenium
@ -205,9 +219,11 @@ wsproto==1.2.0
# via # via
# -c constraints.txt # -c constraints.txt
# trio-websocket # trio-websocket
yarl==1.9.4
# via aiohttp
# 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.1 pip==23.3.2
# via pip-tools # via pip-tools
setuptools==69.0.2 setuptools==69.0.2
# via # via

View file

@ -83,7 +83,7 @@ sortedcontainers==2.4.0
# via trio # via trio
sqlparse==0.4.4 sqlparse==0.4.4
# via django # via django
trio==0.23.1 trio==0.23.2
# via # via
# selenium # selenium
# trio-websocket # trio-websocket