Skip to content

Commit d3f39ba

Browse files
committed
Refresh Python dependencies
1 parent f38cfcb commit d3f39ba

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
pip>=21.3.1;python_version<"3.7"
2-
pip>=23.2;python_version>="3.7"
2+
pip>=23.2.1;python_version>="3.7"
33
packaging>=21.3;python_version<"3.7"
44
packaging>=23.1;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
66
setuptools>=68.0.0;python_version>="3.7"
77
wheel>=0.37.1;python_version<"3.7"
8-
wheel>=0.40.0;python_version>="3.7"
8+
wheel>=0.41.0;python_version>="3.7"
99
attrs==22.1.0;python_version<"3.7"
1010
attrs>=23.1.0;python_version>="3.7"
11-
certifi>=2023.5.7
11+
certifi>=2023.7.22
1212
filelock>=3.4.1;python_version<"3.7"
1313
filelock>=3.12.2;python_version>="3.7"
1414
platformdirs>=2.4.0;python_version<"3.7"
15-
platformdirs>=3.9.1;python_version>="3.7"
15+
platformdirs>=3.10.0;python_version>="3.7"
1616
parse>=1.19.1
1717
parse-type>=0.6.2
1818
six==1.16.0
@@ -26,7 +26,7 @@ urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"
2626
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
2727
requests==2.27.1;python_version<"3.7"
2828
requests==2.31.0;python_version>="3.7"
29-
pynose==1.4.6
29+
pynose==1.4.7
3030
sniffio==1.3.0;python_version>="3.7"
3131
h11==0.14.0;python_version>="3.7"
3232
outcome==1.2.0;python_version>="3.7"
@@ -77,13 +77,13 @@ exceptiongroup==1.1.2;python_version>="3.7"
7777
future-breakpoint==2.0.0;python_version<"3.7"
7878
importlib-metadata==4.2.0;python_version<"3.8"
7979
pyotp==2.7.0;python_version<"3.7"
80-
pyotp==2.8.0;python_version>="3.7"
80+
pyotp==2.9.0;python_version>="3.7"
8181
typing-extensions==4.1.1;python_version<"3.7"
8282
commonmark==0.9.1;python_version<"3.7"
8383
markdown-it-py==3.0.0;python_version>="3.8"
8484
mdurl==0.1.2;python_version>="3.7"
8585
rich==12.6.0;python_version<"3.7"
86-
rich==13.4.2;python_version>="3.7"
86+
rich==13.5.0;python_version>="3.7"
8787

8888
# --- Testing Requirements --- #
8989
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
@@ -93,9 +93,9 @@ coverage==7.2.7;python_version>="3.7"
9393
pytest-cov==4.0.0;python_version<"3.7"
9494
pytest-cov==4.1.0;python_version>="3.7"
9595
flake8==5.0.4;python_version<"3.9"
96-
flake8==6.0.0;python_version>="3.9"
96+
flake8==6.1.0;python_version>="3.9"
9797
mccabe==0.7.0
9898
pyflakes==2.5.0;python_version<"3.9"
99-
pyflakes==3.0.1;python_version>="3.9"
99+
pyflakes==3.1.0;python_version>="3.9"
100100
pycodestyle==2.9.1;python_version<"3.9"
101-
pycodestyle==2.10.0;python_version>="3.9"
101+
pycodestyle==2.11.0;python_version>="3.9"

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,20 +133,20 @@
133133
python_requires=">=3.6",
134134
install_requires=[
135135
'pip>=21.3.1;python_version<"3.7"',
136-
'pip>=23.2;python_version>="3.7"',
136+
'pip>=23.2.1;python_version>="3.7"',
137137
'packaging>=21.3;python_version<"3.7"',
138138
'packaging>=23.1;python_version>="3.7"',
139139
'setuptools>=59.6.0;python_version<"3.7"',
140140
'setuptools>=68.0.0;python_version>="3.7"',
141141
'wheel>=0.37.1;python_version<"3.7"',
142-
'wheel>=0.40.0;python_version>="3.7"',
142+
'wheel>=0.41.0;python_version>="3.7"',
143143
'attrs==22.1.0;python_version<"3.7"',
144144
'attrs>=23.1.0;python_version>="3.7"',
145-
"certifi>=2023.5.7",
145+
"certifi>=2023.7.22",
146146
'filelock>=3.4.1;python_version<"3.7"',
147147
'filelock>=3.12.2;python_version>="3.7"',
148148
'platformdirs>=2.4.0;python_version<"3.7"',
149-
'platformdirs>=3.9.1;python_version>="3.7"',
149+
'platformdirs>=3.10.0;python_version>="3.7"',
150150
'parse>=1.19.1',
151151
'parse-type>=0.6.2',
152152
"six==1.16.0",
@@ -160,7 +160,7 @@
160160
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
161161
'requests==2.27.1;python_version<"3.7"',
162162
'requests==2.31.0;python_version>="3.7"',
163-
"pynose==1.4.6",
163+
"pynose==1.4.7",
164164
'sniffio==1.3.0;python_version>="3.7"',
165165
'h11==0.14.0;python_version>="3.7"',
166166
'outcome==1.2.0;python_version>="3.7"',
@@ -211,13 +211,13 @@
211211
'future-breakpoint==2.0.0;python_version<"3.7"',
212212
'importlib-metadata==4.2.0;python_version<"3.8"',
213213
'pyotp==2.7.0;python_version<"3.7"',
214-
'pyotp==2.8.0;python_version>="3.7"',
214+
'pyotp==2.9.0;python_version>="3.7"',
215215
'typing-extensions==4.1.1;python_version<"3.7"',
216216
'commonmark==0.9.1;python_version<"3.7"', # For old "rich"
217217
'markdown-it-py==3.0.0;python_version>="3.8"', # For new "rich"
218218
'mdurl==0.1.2;python_version>="3.7"', # For new "rich"
219219
'rich==12.6.0;python_version<"3.7"',
220-
'rich==13.4.2;python_version>="3.7"',
220+
'rich==13.5.0;python_version>="3.7"',
221221
],
222222
extras_require={
223223
# pip install -e .[allure]
@@ -243,12 +243,12 @@
243243
# Usage: flake8
244244
"flake8": [
245245
'flake8==5.0.4;python_version<"3.9"',
246-
'flake8==6.0.0;python_version>="3.9"',
246+
'flake8==6.1.0;python_version>="3.9"',
247247
"mccabe==0.7.0",
248248
'pyflakes==2.5.0;python_version<"3.9"',
249-
'pyflakes==3.0.1;python_version>="3.9"',
249+
'pyflakes==3.1.0;python_version>="3.9"',
250250
'pycodestyle==2.9.1;python_version<"3.9"',
251-
'pycodestyle==2.10.0;python_version>="3.9"',
251+
'pycodestyle==2.11.0;python_version>="3.9"',
252252
],
253253
# pip install -e .[ipdb]
254254
# (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)

0 commit comments

Comments
 (0)