Skip to content

Commit 7229ee5

Browse files
committed
Refresh Python dependencies
1 parent d0eb1b3 commit 7229ee5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=23.3
1+
pip>=23.3.1
22
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
44
setuptools>=68.2.2;python_version>="3.8"
@@ -13,14 +13,14 @@ parse-type>=0.6.2
1313
six==1.16.0
1414
idna==3.4
1515
chardet==5.2.0
16-
charset-normalizer==3.3.0
16+
charset-normalizer==3.3.1
1717
urllib3>=1.26.18,<2;python_version<"3.10"
1818
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.3.0
23+
outcome==1.3.0.post0
2424
trio==0.22.2
2525
trio-websocket==0.11.1
2626
wsproto==1.2.0
@@ -34,7 +34,7 @@ iniconfig==2.0.0
3434
pluggy==1.2.0;python_version<"3.8"
3535
pluggy==1.3.0;python_version>="3.8"
3636
py==1.11.0
37-
pytest==7.4.2
37+
pytest==7.4.3
3838
pytest-html==2.0.1
3939
pytest-metadata==3.0.0
4040
pytest-ordering==0.6

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
],
132132
python_requires=">=3.7",
133133
install_requires=[
134-
'pip>=23.3',
134+
'pip>=23.3.1',
135135
'packaging>=23.2',
136136
'setuptools>=68.0.0;python_version<"3.8"',
137137
'setuptools>=68.2.2;python_version>="3.8"',
@@ -146,14 +146,14 @@
146146
"six==1.16.0",
147147
"idna==3.4",
148148
'chardet==5.2.0',
149-
'charset-normalizer==3.3.0',
149+
'charset-normalizer==3.3.1',
150150
'urllib3>=1.26.18,<2;python_version<"3.10"',
151151
'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.3.0',
156+
'outcome==1.3.0.post0',
157157
'trio==0.22.2',
158158
'trio-websocket==0.11.1',
159159
'wsproto==1.2.0',
@@ -167,7 +167,7 @@
167167
'pluggy==1.2.0;python_version<"3.8"',
168168
'pluggy==1.3.0;python_version>="3.8"',
169169
"py==1.11.0",
170-
'pytest==7.4.2',
170+
'pytest==7.4.3',
171171
"pytest-html==2.0.1", # Newer ones had issues
172172
'pytest-metadata==3.0.0',
173173
"pytest-ordering==0.6",
@@ -229,7 +229,7 @@
229229
"pdfminer": [
230230
'pdfminer.six==20221105',
231231
'cryptography==39.0.2;python_version<"3.9"',
232-
'cryptography==41.0.4;python_version>="3.9"',
232+
'cryptography==41.0.5;python_version>="3.9"',
233233
'cffi==1.15.1;python_version<"3.8"',
234234
'cffi==1.16.0;python_version>="3.8"',
235235
"pycparser==2.21",

0 commit comments

Comments
 (0)