Skip to content
Open
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2026.4.22
certifi==2026.5.20
# via requests
charset-normalizer==3.4.7
# via requests
click==8.4.0
click==8.4.1
# via uvicorn
colorama==0.4.6
# via sphinx-autobuild
Expand All @@ -36,7 +36,7 @@ fspath==20230629
# via linuxdoc
h11==0.16.0
# via uvicorn
idna==3.15
idna==3.16
# via
# anyio
# requests
Expand Down Expand Up @@ -132,7 +132,7 @@ sphinxemoji==0.3.2
# via -r requirements/base.in
sphinxext-rediraffe==0.3.0
# via -r requirements/base.in
starlette==1.0.0
starlette==1.1.0
# via sphinx-autobuild
typing-extensions==4.15.0
# via
Expand All @@ -144,7 +144,7 @@ urllib3==2.7.0
# via requests
uvicorn==0.47.0
# via sphinx-autobuild
watchfiles==1.1.1
watchfiles==1.2.0
# via sphinx-autobuild
websockets==16.0
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.4.0
click==8.4.1
# via pip-tools
packaging==26.2
# via
Expand Down