Skip to content

Commit e9b6f8f

Browse files
committed
Update Python dependencies
1 parent 9653442 commit e9b6f8f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ certifi>=2023.5.7
1919
filelock>=3.4.1;python_version<"3.7"
2020
filelock>=3.12.2;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
22-
platformdirs>=3.8.0;python_version>="3.7"
22+
platformdirs>=3.8.1;python_version>="3.7"
2323
parse>=1.19.1
2424
parse-type>=0.6.2
2525
pyparsing>=3.0.7;python_version<"3.7"
@@ -33,14 +33,14 @@ idna==3.4
3333
chardet==4.0.0;python_version<"3.7"
3434
chardet==5.1.0;python_version>="3.7"
3535
charset-normalizer==2.0.12;python_version<"3.7"
36-
charset-normalizer==3.1.0;python_version>="3.7"
36+
charset-normalizer==3.2.0;python_version>="3.7"
3737
urllib3==1.26.12;python_version<"3.7"
3838
urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"
3939
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
4040
requests==2.27.1;python_version<"3.7"
4141
requests==2.31.0;python_version>="3.7"
4242
requests-toolbelt==1.0.0
43-
pynose==1.4.5
43+
pynose==1.4.6
4444
sniffio==1.3.0;python_version>="3.7"
4545
h11==0.14.0;python_version>="3.7"
4646
outcome==1.2.0;python_version>="3.7"
@@ -56,7 +56,8 @@ cssselect==1.2.0;python_version>="3.7"
5656
sortedcontainers==2.4.0
5757
fasteners==0.17.3;python_version<"3.7"
5858
fasteners==0.18;python_version>="3.7"
59-
execnet==1.9.0
59+
execnet==1.9.0;python_version<"3.7"
60+
execnet==2.0.0;python_version>="3.7"
6061
iniconfig==1.1.1;python_version<"3.7"
6162
iniconfig==2.0.0;python_version>="3.7"
6263
pluggy==1.0.0;python_version<"3.7"
@@ -65,7 +66,6 @@ py==1.11.0
6566
pytest==7.0.1;python_version<"3.7"
6667
pytest==7.4.0;python_version>="3.7"
6768
pytest-forked==1.4.0;python_version<"3.7"
68-
pytest-forked==1.6.0;python_version>="3.7"
6969
pytest-html==2.0.1
7070
pytest-metadata==1.11.0;python_version<"3.7"
7171
pytest-metadata==3.0.0;python_version>="3.7"

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
'filelock>=3.4.1;python_version<"3.7"',
146146
'filelock>=3.12.2;python_version>="3.7"',
147147
'platformdirs>=2.4.0;python_version<"3.7"',
148-
'platformdirs>=3.8.0;python_version>="3.7"',
148+
'platformdirs>=3.8.1;python_version>="3.7"',
149149
'parse>=1.19.1',
150150
'parse-type>=0.6.2',
151151
'pyparsing>=3.0.7;python_version<"3.7"',
@@ -159,14 +159,14 @@
159159
'chardet==4.0.0;python_version<"3.7"',
160160
'chardet==5.1.0;python_version>="3.7"',
161161
'charset-normalizer==2.0.12;python_version<"3.7"',
162-
'charset-normalizer==3.1.0;python_version>="3.7"',
162+
'charset-normalizer==3.2.0;python_version>="3.7"',
163163
'urllib3==1.26.12;python_version<"3.7"',
164164
'urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"', # noqa: E501
165165
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
166166
'requests==2.27.1;python_version<"3.7"',
167167
'requests==2.31.0;python_version>="3.7"',
168168
'requests-toolbelt==1.0.0',
169-
"pynose==1.4.5",
169+
"pynose==1.4.6",
170170
'sniffio==1.3.0;python_version>="3.7"',
171171
'h11==0.14.0;python_version>="3.7"',
172172
'outcome==1.2.0;python_version>="3.7"',
@@ -182,7 +182,8 @@
182182
"sortedcontainers==2.4.0",
183183
'fasteners==0.17.3;python_version<"3.7"',
184184
'fasteners==0.18;python_version>="3.7"',
185-
"execnet==1.9.0",
185+
'execnet==1.9.0;python_version<"3.7"',
186+
'execnet==2.0.0;python_version>="3.7"',
186187
'iniconfig==1.1.1;python_version<"3.7"',
187188
'iniconfig==2.0.0;python_version>="3.7"',
188189
'pluggy==1.0.0;python_version<"3.7"',
@@ -191,7 +192,6 @@
191192
'pytest==7.0.1;python_version<"3.7"',
192193
'pytest==7.4.0;python_version>="3.7"',
193194
'pytest-forked==1.4.0;python_version<"3.7"',
194-
'pytest-forked==1.6.0;python_version>="3.7"',
195195
"pytest-html==2.0.1", # Newer ones had issues
196196
'pytest-metadata==1.11.0;python_version<"3.7"',
197197
'pytest-metadata==3.0.0;python_version>="3.7"',

0 commit comments

Comments
 (0)