Skip to content

Commit 0abae76

Browse files
committed
Refresh Python dependencies
1 parent 737f7e7 commit 0abae76

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
pip>=23.3.1
22
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
4-
setuptools>=68.2.2;python_version>="3.8"
5-
wheel>=0.41.3
4+
setuptools>=69.0.2;python_version>="3.8"
5+
wheel>=0.42.0
66
attrs>=23.1.0
7-
certifi>=2023.7.22
7+
certifi>=2023.11.17
88
filelock>=3.12.2;python_version<"3.8"
99
filelock>=3.13.1;python_version>="3.8"
1010
platformdirs>=4.0.0
11-
parse>=1.19.1
11+
parse>=1.20.0
1212
parse-type>=0.6.2
1313
six==1.16.0
14-
idna==3.4
14+
idna==3.6
1515
chardet==5.2.0
1616
charset-normalizer==3.3.2
1717
urllib3>=1.26.18,<2;python_version<"3.10"
@@ -39,20 +39,20 @@ pytest==7.4.3
3939
pytest-html==2.0.1
4040
pytest-metadata==3.0.0
4141
pytest-ordering==0.6
42-
pytest-rerunfailures==12.0
43-
pytest-xdist==3.4.0
42+
pytest-rerunfailures==13.0
43+
pytest-xdist==3.5.0
4444
parameterized==0.9.0
4545
sbvirtualdisplay==1.3.0
4646
behave==1.2.6
4747
soupsieve==2.4.1;python_version<"3.8"
4848
soupsieve==2.5;python_version>="3.8"
4949
beautifulsoup4==4.12.2
50-
pygments==2.16.1
50+
pygments==2.17.2
5151
pyreadline3==3.4.1;platform_system=="Windows"
5252
tabcompleter==1.3.0
5353
pdbp==1.5.0
5454
colorama==0.4.6
55-
exceptiongroup==1.1.3
55+
exceptiongroup==1.2.0
5656
pyotp==2.9.0
5757
markdown-it-py==2.2.0;python_version<"3.8"
5858
markdown-it-py==3.0.0;python_version>="3.8"

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,17 @@
134134
'pip>=23.3.1',
135135
'packaging>=23.2',
136136
'setuptools>=68.0.0;python_version<"3.8"',
137-
'setuptools>=68.2.2;python_version>="3.8"',
138-
'wheel>=0.41.3',
137+
'setuptools>=69.0.2;python_version>="3.8"',
138+
'wheel>=0.42.0',
139139
'attrs>=23.1.0',
140-
"certifi>=2023.7.22",
140+
"certifi>=2023.11.17",
141141
'filelock>=3.12.2;python_version<"3.8"',
142142
'filelock>=3.13.1;python_version>="3.8"',
143143
'platformdirs>=4.0.0',
144-
'parse>=1.19.1',
144+
'parse>=1.20.0',
145145
'parse-type>=0.6.2',
146146
"six==1.16.0",
147-
"idna==3.4",
147+
"idna==3.6",
148148
'chardet==5.2.0',
149149
'charset-normalizer==3.3.2',
150150
'urllib3>=1.26.18,<2;python_version<"3.10"',
@@ -172,20 +172,20 @@
172172
"pytest-html==2.0.1", # Newer ones had issues
173173
'pytest-metadata==3.0.0',
174174
"pytest-ordering==0.6",
175-
'pytest-rerunfailures==12.0',
176-
'pytest-xdist==3.4.0',
175+
'pytest-rerunfailures==13.0',
176+
'pytest-xdist==3.5.0',
177177
'parameterized==0.9.0',
178178
"sbvirtualdisplay==1.3.0",
179179
"behave==1.2.6",
180180
'soupsieve==2.4.1;python_version<"3.8"',
181181
'soupsieve==2.5;python_version>="3.8"',
182182
"beautifulsoup4==4.12.2",
183-
'pygments==2.16.1',
183+
'pygments==2.17.2',
184184
'pyreadline3==3.4.1;platform_system=="Windows"',
185185
"tabcompleter==1.3.0",
186186
"pdbp==1.5.0",
187187
'colorama==0.4.6',
188-
'exceptiongroup==1.1.3',
188+
'exceptiongroup==1.2.0',
189189
'pyotp==2.9.0',
190190
'markdown-it-py==2.2.0;python_version<"3.8"',
191191
'markdown-it-py==3.0.0;python_version>="3.8"',
@@ -230,7 +230,7 @@
230230
"pdfminer": [
231231
'pdfminer.six==20221105',
232232
'cryptography==39.0.2;python_version<"3.9"',
233-
'cryptography==41.0.5;python_version>="3.9"',
233+
'cryptography==41.0.7;python_version>="3.9"',
234234
'cffi==1.15.1;python_version<"3.8"',
235235
'cffi==1.16.0;python_version>="3.8"',
236236
"pycparser==2.21",

0 commit comments

Comments
 (0)