Skip to content

Commit dfce59e

Browse files
committed
Refresh Python dependencies
1 parent c654908 commit dfce59e

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
@@ -113,7 +113,7 @@ matplotlib-inline==0.1.6;python_version>="3.7"
113113
colorama==0.4.6;python_version<"3.6"
114114
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
115115
colorama==0.4.6;python_version>="3.7"
116-
exceptiongroup==1.0.0;python_version>="3.7" and python_version<"3.11"
116+
exceptiongroup==1.0.1;python_version>="3.7"
117117
importlib-metadata==2.1.3;python_version<"3.6"
118118
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
119119
pycparser==2.21

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
'colorama==0.4.6;python_version<"3.6"',
239239
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
240240
'colorama==0.4.6;python_version>="3.7"',
241-
'exceptiongroup==1.0.0;python_version>="3.7" and python_version<"3.11"', # noqa: E501
241+
'exceptiongroup==1.0.1;python_version>="3.7"',
242242
'importlib-metadata==2.1.3;python_version<"3.6"',
243243
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
244244
"pycparser==2.21",

0 commit comments

Comments
 (0)