Skip to content

Commit 94c9632

Browse files
fix(deps): bump minimum typing-extensions version
1 parent dca687e commit 94c9632

File tree

3 files changed

+230
-164
lines changed

3 files changed

+230
-164
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
dependencies = [
1212
"httpx>=0.23.0, <1",
1313
"pydantic>=1.9.0, <3",
14-
"typing-extensions>=4.10, <5",
14+
"typing-extensions>=4.14, <5",
1515
"anyio>=3.5.0, <5",
1616
"distro>=1.7.0, <2",
1717
"sniffio",

requirements-dev.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ execnet==2.1.2
4242
# via pytest-xdist
4343
filelock==3.19.1 ; python_full_version < '3.10'
4444
# via together
45-
filelock==3.20.3 ; python_full_version >= '3.10'
45+
filelock==3.25.2 ; python_full_version >= '3.10'
4646
# via together
4747
frozenlist==1.8.0
4848
# via
@@ -87,7 +87,7 @@ pathspec==1.0.3
8787
# via mypy
8888
pillow==11.3.0 ; python_full_version < '3.10'
8989
# via together
90-
pillow==12.1.0 ; python_full_version >= '3.10'
90+
pillow==12.1.1 ; python_full_version >= '3.10'
9191
# via together
9292
pluggy==1.6.0
9393
# via pytest
@@ -128,7 +128,9 @@ six==1.17.0 ; python_full_version < '3.10'
128128
# via python-dateutil
129129
sniffio==1.3.1
130130
# via together
131-
tabulate==0.9.0
131+
tabulate==0.9.0 ; python_full_version < '3.10'
132+
# via together
133+
tabulate==0.10.0 ; python_full_version >= '3.10'
132134
# via together
133135
time-machine==2.19.0 ; python_full_version < '3.10'
134136
time-machine==3.2.0 ; python_full_version >= '3.10'
@@ -143,9 +145,13 @@ types-pyyaml==6.0.12.20250915
143145
# via together
144146
types-requests==2.32.4.20260107
145147
# via types-tqdm
146-
types-tabulate==0.9.0.20241207
148+
types-tabulate==0.9.0.20241207 ; python_full_version < '3.10'
149+
# via together
150+
types-tabulate==0.10.0.20260308 ; python_full_version >= '3.10'
151+
# via together
152+
types-tqdm==4.67.3.20260205 ; python_full_version < '3.10'
147153
# via together
148-
types-tqdm==4.67.3.20260205
154+
types-tqdm==4.67.3.20260303 ; python_full_version >= '3.10'
149155
# via together
150156
typing-extensions==4.15.0
151157
# via

0 commit comments

Comments
 (0)