Skip to content

Commit 90330d6

Browse files
committed
Refresh optional Python dependencies
1 parent 9445bb1 commit 90330d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ mccabe==0.7.0
7272
pyflakes==2.5.0;python_version<"3.9"
7373
pyflakes==3.1.0;python_version>="3.9"
7474
pycodestyle==2.9.1;python_version<"3.9"
75-
pycodestyle==2.11.0;python_version>="3.9"
75+
pycodestyle==2.11.1;python_version>="3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
'pyflakes==2.5.0;python_version<"3.9"',
217217
'pyflakes==3.1.0;python_version>="3.9"',
218218
'pycodestyle==2.9.1;python_version<"3.9"',
219-
'pycodestyle==2.11.0;python_version>="3.9"',
219+
'pycodestyle==2.11.1;python_version>="3.9"',
220220
],
221221
# pip install -e .[ipdb]
222222
# (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)

0 commit comments

Comments
 (0)