diff --git a/requirements/dev.txt b/requirements/dev.txt index 758d8fb..4c3b374 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=dev --extra=docs --extra=test --output-file=requirements/dev.txt pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.4 # via fsspec aiosignal==1.3.1 # via aiohttp @@ -98,7 +98,7 @@ gitpython==3.1.41 # generate-changelog identify==2.5.30 # via pre-commit -idna==3.4 +idna==3.7 # via # requests # yarl @@ -141,7 +141,7 @@ myst-parser==2.0.0 # via cookie-composer (pyproject.toml) nodeenv==1.8.0 # via pre-commit -orjson==3.9.9 +orjson==3.9.15 # via cookie-composer (pyproject.toml) packaging==23.2 # via @@ -281,7 +281,7 @@ tomli==2.0.1 # sphinx-autodoc2 tomlkit==0.12.1 # via bump-my-version -tqdm==4.66.1 +tqdm==4.66.3 # via git-fame typer==0.9.0 # via generate-changelog diff --git a/requirements/docs.txt b/requirements/docs.txt index 963b65e..7b2e1d5 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=docs --output-file=requirements/docs.txt pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.4 # via fsspec aiosignal==1.3.1 # via aiohttp @@ -69,7 +69,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.41 # via cookie-composer (pyproject.toml) -idna==3.4 +idna==3.7 # via # requests # yarl @@ -105,7 +105,7 @@ multidict==6.0.4 # yarl myst-parser==2.0.0 # via cookie-composer (pyproject.toml) -orjson==3.9.9 +orjson==3.9.15 # via cookie-composer (pyproject.toml) packaging==23.2 # via diff --git a/requirements/prod.txt b/requirements/prod.txt index 4f1f6cb..f3197b0 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/prod.txt pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.4 # via fsspec aiosignal==1.3.1 # via aiohttp @@ -49,7 +49,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.41 # via cookie-composer (pyproject.toml) -idna==3.4 +idna==3.7 # via # requests # yarl @@ -67,7 +67,7 @@ multidict==6.0.4 # via # aiohttp # yarl -orjson==3.9.9 +orjson==3.9.15 # via cookie-composer (pyproject.toml) packaging==23.2 # via diff --git a/requirements/test.txt b/requirements/test.txt index fe35791..a3e0781 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=test --output-file=requirements/test.txt pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.4 # via fsspec aiosignal==1.3.1 # via aiohttp @@ -63,7 +63,7 @@ gitpython==3.1.41 # via cookie-composer (pyproject.toml) identify==2.5.30 # via pre-commit -idna==3.4 +idna==3.7 # via # requests # yarl @@ -85,7 +85,7 @@ multidict==6.0.4 # yarl nodeenv==1.8.0 # via pre-commit -orjson==3.9.9 +orjson==3.9.15 # via cookie-composer (pyproject.toml) packaging==23.2 # via