diff --git a/requirements-base.txt b/requirements-base.txt index 5b47480daca3..bf0fc13c7685 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -170,7 +170,7 @@ hypothesis-graphql==0.10.0 # via schemathesis hypothesis-jsonschema==0.22.1 # via schemathesis -idna==3.4 +idna==3.6 # via # anyio # email-validator @@ -509,7 +509,7 @@ werkzeug==3.0.1 # via schemathesis wrapt==1.15.0 # via deprecated -yarl==1.9.2 +yarl==1.9.4 # via # aiohttp # schemathesis diff --git a/requirements-dev.txt b/requirements-dev.txt index e54f711d6332..0229883c5608 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,13 +4,19 @@ # # pip-compile --resolver=backtracking requirements-dev.in # +aiohttp==3.9.1 + # via black +aiosignal==1.3.1 + # via aiohttp asttokens==2.2.1 # via # devtools # stack-data attrs==22.1.0 - # via -r requirements-dev.in -black==23.11.0 + # via + # -r requirements-dev.in + # aiohttp +black==23.12.0 # via -r requirements-dev.in cfgv==3.4.0 # via pre-commit @@ -38,8 +44,14 @@ faker==20.1.0 # factory-boy filelock==3.12.2 # via virtualenv +frozenlist==1.4.0 + # via + # aiohttp + # aiosignal identify==2.5.27 # via pre-commit +idna==3.6 + # via yarl iniconfig==2.0.0 # via pytest ipython==8.18.0 @@ -48,6 +60,10 @@ jedi==0.19.0 # via ipython matplotlib-inline==0.1.6 # via ipython +multidict==6.0.4 + # via + # aiohttp + # yarl mypy-extensions==1.0.0 # via black nodeenv==1.8.0 @@ -106,6 +122,8 @@ vulture==2.10 # via -r requirements-dev.in wcwidth==0.2.6 # via prompt-toolkit +yarl==1.9.4 + # via aiohttp # The following packages are considered to be unsafe in a requirements file: # setuptools