We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9445bb1 commit 90330d6Copy full SHA for 90330d6
requirements.txt
@@ -72,4 +72,4 @@ mccabe==0.7.0
72
pyflakes==2.5.0;python_version<"3.9"
73
pyflakes==3.1.0;python_version>="3.9"
74
pycodestyle==2.9.1;python_version<"3.9"
75
-pycodestyle==2.11.0;python_version>="3.9"
+pycodestyle==2.11.1;python_version>="3.9"
setup.py
@@ -216,7 +216,7 @@
216
'pyflakes==2.5.0;python_version<"3.9"',
217
'pyflakes==3.1.0;python_version>="3.9"',
218
'pycodestyle==2.9.1;python_version<"3.9"',
219
- 'pycodestyle==2.11.0;python_version>="3.9"',
+ 'pycodestyle==2.11.1;python_version>="3.9"',
220
],
221
# pip install -e .[ipdb]
222
# (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)
0 commit comments