Skip to content

Commit 83f9fea

Browse files
committed
Refresh Python dependencies
1 parent eb94bd9 commit 83f9fea

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ packaging>=21.3;python_version>="3.6"
55
setuptools>=44.1.1;python_version<"3.5"
66
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=60.3.1;python_version>="3.7"
8+
setuptools>=60.5.0;python_version>="3.7"
99
setuptools-scm>=5.0.2;python_version<"3.6"
10-
setuptools-scm>=6.3.2;python_version>="3.6"
10+
setuptools-scm>=6.4.2;python_version>="3.6"
1111
tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"
1212
tomli>=2.0.0;python_version>="3.7"
1313
wheel>=0.37.1
@@ -34,6 +34,7 @@ requests==2.25.1;python_version>="3.5" and python_version<"3.6"
3434
requests==2.27.1;python_version>="3.6"
3535
nose==1.3.7
3636
sniffio==1.2.0;python_version>="3.7"
37+
h11==0.13.0;python_version>="3.7"
3738
trio==0.19.0;python_version>="3.7"
3839
trio-websocket==0.9.2;python_version>="3.7"
3940
pyopenssl==21.0.0;python_version>="3.7"
@@ -49,7 +50,8 @@ filelock==3.2.1;python_version<"3.6"
4950
filelock==3.4.1;python_version>="3.6" and python_version<"3.7"
5051
filelock==3.4.2;python_version>="3.7"
5152
fasteners==0.16;python_version<"3.5"
52-
fasteners==0.16.3;python_version>="3.5"
53+
fasteners==0.16.3;python_version>="3.5" and python_version<"3.6"
54+
fasteners==0.17.2;python_version>="3.6"
5355
execnet==1.9.0
5456
pluggy==0.13.1;python_version<"3.6"
5557
pluggy==1.0.0;python_version>="3.6"

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
'setuptools>=44.1.1;python_version<"3.5"',
131131
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
132132
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
133-
'setuptools>=60.3.1;python_version>="3.7"',
133+
'setuptools>=60.5.0;python_version>="3.7"',
134134
'setuptools-scm>=5.0.2;python_version<"3.6"',
135-
'setuptools-scm>=6.3.2;python_version>="3.6"',
135+
'setuptools-scm>=6.4.2;python_version>="3.6"',
136136
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
137137
'tomli>=2.0.0;python_version>="3.7"',
138138
"wheel>=0.37.1",
@@ -159,6 +159,7 @@
159159
'requests==2.27.1;python_version>="3.6"',
160160
"nose==1.3.7",
161161
'sniffio==1.2.0;python_version>="3.7"',
162+
'h11==0.13.0;python_version>="3.7"',
162163
'trio==0.19.0;python_version>="3.7"',
163164
'trio-websocket==0.9.2;python_version>="3.7"',
164165
'pyopenssl==21.0.0;python_version>="3.7"',
@@ -174,7 +175,8 @@
174175
'filelock==3.4.1;python_version>="3.6" and python_version<"3.7"',
175176
'filelock==3.4.2;python_version>="3.7"',
176177
'fasteners==0.16;python_version<"3.5"',
177-
'fasteners==0.16.3;python_version>="3.5"',
178+
'fasteners==0.16.3;python_version>="3.5" and python_version<"3.6"',
179+
'fasteners==0.17.2;python_version>="3.6"',
178180
"execnet==1.9.0",
179181
'pluggy==0.13.1;python_version<"3.6"',
180182
'pluggy==1.0.0;python_version>="3.6"',

0 commit comments

Comments
 (0)