Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump dependencies in requirements files #567

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cairosvg
mkdocstrings[python]
griffe-typingdoc==0.2.5
httpx
starlette==0.36.3
starlette
40 changes: 11 additions & 29 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated by uv v0.1.2 via the following command:
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/docs.in -o requirements/docs.txt
anyio==4.3.0
# via
Expand All @@ -11,7 +11,6 @@ beautifulsoup4==4.12.3
cairocffi==1.6.1
# via cairosvg
cairosvg==2.7.1
# via -r docs.in
certifi==2024.2.2
# via
# httpcore
Expand Down Expand Up @@ -45,21 +44,18 @@ griffe==0.42.1
# griffe-typingdoc
# mkdocstrings-python
griffe-typingdoc==0.2.5
# via -r docs.in
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via -r docs.in
idna==3.6
# via
# anyio
# httpx
# requests
jinja2==3.1.3
# via
# -r docs.in
# mkdocs
# mkdocs-material
# mkdocstrings
Expand All @@ -75,7 +71,6 @@ markdown==3.6
# mkdocstrings
# pymdown-extensions
markdown-include==0.8.1
# via -r docs.in
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
Expand All @@ -87,12 +82,10 @@ markupsafe==2.1.5
mdurl==0.1.2
# via markdown-it-py
mdx-include==1.4.2
# via -r docs.in
mergedeep==1.3.4
# via mkdocs
mkdocs==1.5.3
# via
# -r docs.in
# mkdocs-autorefs
# mkdocs-markdownextradata-plugin
# mkdocs-material
Expand All @@ -101,18 +94,13 @@ mkdocs==1.5.3
mkdocs-autorefs==1.0.1
# via mkdocstrings
mkdocs-markdownextradata-plugin==0.2.5
# via -r docs.in
mkdocs-material==9.5.16
# via -r docs.in
mkdocs-material==9.5.17
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-mermaid2-plugin==1.1.1
# via -r docs.in
mkdocstrings[python]==0.24.1
# via
# -r docs.in
# mkdocstrings-python
mkdocstrings-python==1.8.0
mkdocstrings==0.24.2
# via mkdocstrings-python
mkdocstrings-python==1.9.2
# via mkdocstrings
packaging==24.0
# via mkdocs
Expand All @@ -121,9 +109,7 @@ paginate==0.5.6
pathspec==0.12.1
# via mkdocs
pillow==10.3.0
# via
# -r docs.in
# cairosvg
# via cairosvg
platformdirs==4.2.0
# via
# mkdocs
Expand All @@ -136,15 +122,13 @@ pygments==2.17.2
# rich
pymdown-extensions==10.7.1
# via
# -r docs.in
# mkdocs-material
# mkdocs-mermaid2-plugin
# mkdocstrings
python-dateutil==2.9.0.post0
# via ghp-import
pyyaml==6.0.1
# via
# -r docs.in
# mkdocs
# mkdocs-markdownextradata-plugin
# pymdown-extensions
Expand All @@ -161,6 +145,8 @@ requests==2.31.0
# mkdocs-mermaid2-plugin
rich==13.7.1
# via typer-slim
setuptools==69.2.0
# via mkdocs-mermaid2-plugin
shellingham==1.5.4
# via typer-slim
six==1.16.0
Expand All @@ -173,19 +159,15 @@ sniffio==1.3.1
# httpx
soupsieve==2.5
# via beautifulsoup4
starlette==0.36.3
# via -r docs.in
starlette==0.37.2
tinycss2==1.2.1
# via
# cairosvg
# cssselect2
typer==0.12.0
# via -r docs.in
typer-cli==0.12.0
# via
# -r docs.in
# typer
typer-slim[standard]==0.12.0
# via typer
typer-slim==0.12.0
# via
# typer
# typer-cli
Expand Down
4 changes: 2 additions & 2 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated by uv v0.1.2 via the following command:
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/linting.in -o requirements/linting.txt
black==24.3.0
cfgv==3.4.0
Expand Down Expand Up @@ -30,7 +30,7 @@ pre-commit==3.7.0
pyupgrade==3.15.2
pyyaml==6.0.1
# via pre-commit
ruff==0.3.4
ruff==0.3.5
setuptools==69.2.0
# via nodeenv
tokenize-rt==5.2.0
Expand Down
6 changes: 3 additions & 3 deletions requirements/pyproject.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated by uv v0.1.2 via the following command:
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements/pyproject.txt
annotated-types==0.6.0
# via pydantic
Expand All @@ -10,7 +10,7 @@ cryptography==42.0.5
# via pyjwt
ecdsa==0.18.0
# via python-jose
fastapi==0.110.0
fastapi==0.110.1
idna==3.6
# via anyio
pyasn1==0.6.0
Expand Down Expand Up @@ -40,7 +40,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.1
# via anyio
starlette==0.36.3
starlette==0.37.2
# via fastapi
typing-extensions==4.10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated by uv v0.1.2 via the following command:
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/testing.in -o requirements/testing.txt
anyio==4.3.0
# via httpx
Expand Down