File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"
26
26
urllib3 >= 1.26.16 ,< 2.1.0 ;python_version >= "3.10"
27
27
requests == 2.27.1 ;python_version < "3.7"
28
28
requests == 2.31.0 ;python_version >= "3.7"
29
- pynose == 1.4.7
29
+ pynose == 1.4.8
30
30
sniffio == 1.3.0 ;python_version >= "3.7"
31
31
h11 == 0.14.0 ;python_version >= "3.7"
32
32
outcome == 1.2.0 ;python_version >= "3.7"
@@ -67,10 +67,10 @@ soupsieve==2.3.2.post1;python_version<"3.7"
67
67
soupsieve == 2.4.1 ;python_version >= "3.7"
68
68
beautifulsoup4 == 4.12.2
69
69
pygments == 2.14.0 ;python_version < "3.7"
70
- pygments == 2.15 .1 ;python_version >= "3.7"
70
+ pygments == 2.16 .1 ;python_version >= "3.7"
71
71
pyreadline3 == 3.4.1 ;platform_system == "Windows"
72
72
tabcompleter == 1.2.1
73
- pdbp == 1.4.3
73
+ pdbp == 1.4.4
74
74
colorama == 0.4.5 ;python_version < "3.7"
75
75
colorama == 0.4.6 ;python_version >= "3.7"
76
76
exceptiongroup == 1.1.2 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 160
160
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"' ,
161
161
'requests==2.27.1;python_version<"3.7"' ,
162
162
'requests==2.31.0;python_version>="3.7"' ,
163
- "pynose==1.4.7 " ,
163
+ "pynose==1.4.8 " ,
164
164
'sniffio==1.3.0;python_version>="3.7"' ,
165
165
'h11==0.14.0;python_version>="3.7"' ,
166
166
'outcome==1.2.0;python_version>="3.7"' ,
201
201
'soupsieve==2.4.1;python_version>="3.7"' ,
202
202
"beautifulsoup4==4.12.2" ,
203
203
'pygments==2.14.0;python_version<"3.7"' ,
204
- 'pygments==2.15 .1;python_version>="3.7"' ,
204
+ 'pygments==2.16 .1;python_version>="3.7"' ,
205
205
'pyreadline3==3.4.1;platform_system=="Windows"' ,
206
206
"tabcompleter==1.2.1" ,
207
- "pdbp==1.4.3 " ,
207
+ "pdbp==1.4.4 " ,
208
208
'colorama==0.4.5;python_version<"3.7"' ,
209
209
'colorama==0.4.6;python_version>="3.7"' ,
210
210
'exceptiongroup==1.1.2;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments