Skip to content
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aiosignal==1.3.1
# via aiohttp
apsw==3.46.1.0
# via -r base.in
attrs==25.1.0
attrs==25.3.0
# via aiohttp
babel==2.17.0
# via -r base.in
Expand Down Expand Up @@ -68,7 +68,7 @@ schema==0.7.7
# via -r base.in
six==1.17.0
# via python-dateutil
typing-extensions==4.12.2
typing-extensions==4.13.0
# via
# -r base.in
# multidict
Expand All @@ -87,7 +87,7 @@ distro==1.9.0; sys_platform == "linux" and sys_platform == "linux"
# via -r base.in
importlib-metadata==8.5.0; python_version != "3.10" and python_version != "3.11"
# via markdown
pytz==2025.1; python_version == "3.8"
pytz==2025.2; python_version == "3.8"
# via babel
uvloop==0.21.0; (sys_platform != "win32" and platform_python_implementation == "CPython") and sys_platform != "win32"
# via -r base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jinja2==3.1.6
# via sphinx
markupsafe==2.1.5
# via jinja2
pytz==2025.1
pytz==2025.2
# via babel
requests==2.32.3
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ astroid==3.2.4
# via pylint
dill==0.3.9
# via pylint
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==5.13.2
# via pylint
Expand Down
Loading