Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt authored May 5, 2024
2 parents 8a67e75 + cdaabdb commit 9130449
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9130449

Please sign in to comment.