Skip to content

Commit 02fc8a7

Browse files
committed
Refresh Python dependencies
1 parent c329b5b commit 02fc8a7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"
2626
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
2727
requests==2.27.1;python_version<"3.7"
2828
requests==2.31.0;python_version>="3.7"
29-
pynose==1.4.7
29+
pynose==1.4.8
3030
sniffio==1.3.0;python_version>="3.7"
3131
h11==0.14.0;python_version>="3.7"
3232
outcome==1.2.0;python_version>="3.7"
@@ -67,10 +67,10 @@ soupsieve==2.3.2.post1;python_version<"3.7"
6767
soupsieve==2.4.1;python_version>="3.7"
6868
beautifulsoup4==4.12.2
6969
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"
7171
pyreadline3==3.4.1;platform_system=="Windows"
7272
tabcompleter==1.2.1
73-
pdbp==1.4.3
73+
pdbp==1.4.4
7474
colorama==0.4.5;python_version<"3.7"
7575
colorama==0.4.6;python_version>="3.7"
7676
exceptiongroup==1.1.2;python_version>="3.7"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
161161
'requests==2.27.1;python_version<"3.7"',
162162
'requests==2.31.0;python_version>="3.7"',
163-
"pynose==1.4.7",
163+
"pynose==1.4.8",
164164
'sniffio==1.3.0;python_version>="3.7"',
165165
'h11==0.14.0;python_version>="3.7"',
166166
'outcome==1.2.0;python_version>="3.7"',
@@ -201,10 +201,10 @@
201201
'soupsieve==2.4.1;python_version>="3.7"',
202202
"beautifulsoup4==4.12.2",
203203
'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"',
205205
'pyreadline3==3.4.1;platform_system=="Windows"',
206206
"tabcompleter==1.2.1",
207-
"pdbp==1.4.3",
207+
"pdbp==1.4.4",
208208
'colorama==0.4.5;python_version<"3.7"',
209209
'colorama==0.4.6;python_version>="3.7"',
210210
'exceptiongroup==1.1.2;python_version>="3.7"',

0 commit comments

Comments
 (0)