Skip to content

Commit ee6e03f

Browse files
committed
Refresh Python dependencies
1 parent ec8254f commit ee6e03f

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
@@ -73,7 +73,7 @@ tabcompleter==1.2.1
7373
pdbp==1.4.6
7474
colorama==0.4.5;python_version<"3.7"
7575
colorama==0.4.6;python_version>="3.7"
76-
exceptiongroup==1.1.2;python_version>="3.7"
76+
exceptiongroup==1.1.3;python_version>="3.7"
7777
future-breakpoint==2.0.0;python_version<"3.7"
7878
importlib-metadata==4.2.0;python_version<"3.8"
7979
pyotp==2.7.0;python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"pdbp==1.4.6",
208208
'colorama==0.4.5;python_version<"3.7"',
209209
'colorama==0.4.6;python_version>="3.7"',
210-
'exceptiongroup==1.1.2;python_version>="3.7"',
210+
'exceptiongroup==1.1.3;python_version>="3.7"',
211211
'future-breakpoint==2.0.0;python_version<"3.7"',
212212
'importlib-metadata==4.2.0;python_version<"3.8"',
213213
'pyotp==2.7.0;python_version<"3.7"',

0 commit comments

Comments
 (0)