Skip to content

Commit 1088964

Browse files
authored
Bump dependencies (#6543)
1 parent a3b254f commit 1088964

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiosignal==1.3.1
1010
# via aiohttp
1111
apsw==3.46.1.0
1212
# via -r base.in
13-
attrs==25.1.0
13+
attrs==25.3.0
1414
# via aiohttp
1515
babel==2.17.0
1616
# via -r base.in
@@ -68,7 +68,7 @@ schema==0.7.7
6868
# via -r base.in
6969
six==1.17.0
7070
# via python-dateutil
71-
typing-extensions==4.12.2
71+
typing-extensions==4.13.0
7272
# via
7373
# -r base.in
7474
# multidict
@@ -87,7 +87,7 @@ distro==1.9.0; sys_platform == "linux" and sys_platform == "linux"
8787
# via -r base.in
8888
importlib-metadata==8.5.0; python_version != "3.10" and python_version != "3.11"
8989
# via markdown
90-
pytz==2025.1; python_version == "3.8"
90+
pytz==2025.2; python_version == "3.8"
9191
# via babel
9292
uvloop==0.21.0; (sys_platform != "win32" and platform_python_implementation == "CPython") and sys_platform != "win32"
9393
# via -r base.in

requirements/extra-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jinja2==3.1.6
1717
# via sphinx
1818
markupsafe==2.1.5
1919
# via jinja2
20-
pytz==2025.1
20+
pytz==2025.2
2121
# via babel
2222
requests==2.32.3
2323
# via sphinx

requirements/extra-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ astroid==3.2.4
22
# via pylint
33
dill==0.3.9
44
# via pylint
5-
iniconfig==2.0.0
5+
iniconfig==2.1.0
66
# via pytest
77
isort==5.13.2
88
# via pylint

0 commit comments

Comments
 (0)