Skip to content

Commit efaf8d6

Browse files
committed
Refresh dependencies
1 parent 00146aa commit efaf8d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ filelock>=3.12.2;python_version<"3.8"
99
filelock>=3.13.1;python_version>="3.8"
1010
platformdirs>=4.0.0;python_version<"3.8"
1111
platformdirs>=4.1.0;python_version>="3.8"
12+
typing-extensions>=4.9.0;python_version>="3.8"
1213
parse>=1.20.0
1314
parse-type>=0.6.2
1415
pyyaml>=6.0.1

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
'filelock>=3.13.1;python_version>="3.8"',
143143
'platformdirs>=4.0.0;python_version<"3.8"',
144144
'platformdirs>=4.1.0;python_version>="3.8"',
145+
'typing-extensions>=4.9.0;python_version>="3.8"',
145146
'parse>=1.20.0',
146147
'parse-type>=0.6.2',
147148
'pyyaml>=6.0.1',
@@ -233,7 +234,7 @@
233234
'pdfminer.six==20221105;python_version<"3.8"',
234235
'pdfminer.six==20231228;python_version>="3.8"',
235236
'cryptography==39.0.2;python_version<"3.9"',
236-
'cryptography==42.0.0;python_version>="3.9"',
237+
'cryptography==42.0.1;python_version>="3.9"',
237238
'cffi==1.15.1;python_version<"3.8"',
238239
'cffi==1.16.0;python_version>="3.8"',
239240
"pycparser==2.21",

0 commit comments

Comments
 (0)