Skip to content

Commit e10d254

Browse files
committed
Refresh Python dependencies
1 parent 88fcf7e commit e10d254

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=23.2.1
1+
pip>=23.3
22
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
44
setuptools>=68.2.2;python_version>="3.8"
@@ -14,13 +14,13 @@ six==1.16.0
1414
idna==3.4
1515
chardet==5.2.0
1616
charset-normalizer==3.3.0
17-
urllib3>=1.26.16,<2;python_version<"3.10"
18-
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
17+
urllib3>=1.26.18,<2;python_version<"3.10"
18+
urllib3>=1.26.18,<2.1.0;python_version>="3.10"
1919
requests==2.31.0
2020
pynose==1.4.8
2121
sniffio==1.3.0
2222
h11==0.14.0
23-
outcome==1.2.0
23+
outcome==1.3.0
2424
trio==0.22.2
2525
trio-websocket==0.11.1
2626
wsproto==1.2.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
],
132132
python_requires=">=3.7",
133133
install_requires=[
134-
'pip>=23.2.1',
134+
'pip>=23.3',
135135
'packaging>=23.2',
136136
'setuptools>=68.0.0;python_version<"3.8"',
137137
'setuptools>=68.2.2;python_version>="3.8"',
@@ -147,13 +147,13 @@
147147
"idna==3.4",
148148
'chardet==5.2.0',
149149
'charset-normalizer==3.3.0',
150-
'urllib3>=1.26.16,<2;python_version<"3.10"',
151-
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
150+
'urllib3>=1.26.18,<2;python_version<"3.10"',
151+
'urllib3>=1.26.18,<2.1.0;python_version>="3.10"',
152152
'requests==2.31.0',
153153
"pynose==1.4.8",
154154
'sniffio==1.3.0',
155155
'h11==0.14.0',
156-
'outcome==1.2.0',
156+
'outcome==1.3.0',
157157
'trio==0.22.2',
158158
'trio-websocket==0.11.1',
159159
'wsproto==1.2.0',

0 commit comments

Comments
 (0)