Skip to content

Commit fabec48

Browse files
committed
Refresh Python dependencies
1 parent 060ca1c commit fabec48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ filelock>=3.12.2;python_version<"3.8"
1010
filelock>=3.13.3;python_version>="3.8"
1111
platformdirs>=4.0.0;python_version<"3.8"
1212
platformdirs>=4.2.0;python_version>="3.8"
13-
typing-extensions>=4.10.0;python_version>="3.8"
13+
typing-extensions>=4.11.0;python_version>="3.8"
1414
parse>=1.20.1
1515
parse-type>=0.6.2
1616
pyyaml>=6.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
'filelock>=3.13.3;python_version>="3.8"',
159159
'platformdirs>=4.0.0;python_version<"3.8"',
160160
'platformdirs>=4.2.0;python_version>="3.8"',
161-
'typing-extensions>=4.10.0;python_version>="3.8"',
161+
'typing-extensions>=4.11.0;python_version>="3.8"',
162162
'parse>=1.20.1',
163163
'parse-type>=0.6.2',
164164
'pyyaml>=6.0.1',

0 commit comments

Comments
 (0)