Skip to content

Commit

Permalink
Merge pull request #2720 from seleniumbase/refresh-dependencies
Browse files Browse the repository at this point in the history
Refresh Python dependencies
  • Loading branch information
mdmintz authored Apr 26, 2024
2 parents cd3f13f + 5a9f768 commit b77a1c0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions mkdocs_build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# mkdocs dependencies for generating the seleniumbase.io website
# Minimum Python version: 3.8 (for generating docs only)

regex>=2023.12.25
pymdown-extensions>=10.7.1
regex>=2024.4.16
pymdown-extensions>=10.8
pipdeptree>=2.18.1
python-dateutil>=2.8.2
Markdown==3.6
Expand All @@ -19,8 +19,8 @@ paginate==0.5.6
lxml==5.2.1
pyquery==2.0.0
readtime==3.0.0
mkdocs==1.5.3
mkdocs-material==9.5.17
mkdocs==1.6.0
mkdocs-material==9.5.19
mkdocs-exclude-search==0.6.6
mkdocs-simple-hooks==0.1.5
mkdocs-material-extensions==1.3.1
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ wheel>=0.42.0;python_version<"3.8"
wheel>=0.43.0;python_version>="3.8"
attrs>=23.2.0
certifi>=2024.2.2
exceptiongroup>=1.2.1
filelock>=3.12.2;python_version<"3.8"
filelock>=3.13.4;python_version>="3.8"
platformdirs>=4.0.0;python_version<"3.8"
platformdirs>=4.2.0;python_version>="3.8"
platformdirs>=4.2.1;python_version>="3.8"
typing-extensions>=4.11.0;python_version>="3.8"
parse>=1.20.1
parse-type>=0.6.2
Expand All @@ -30,15 +31,15 @@ trio==0.25.0;python_version>="3.8"
trio-websocket==0.11.1
wsproto==1.2.0
selenium==4.11.2;python_version<"3.8"
selenium==4.19.0;python_version>="3.8"
selenium==4.20.0;python_version>="3.8"
cssselect==1.2.0
sortedcontainers==2.4.0
fasteners==0.19
execnet==2.0.2;python_version<"3.8"
execnet==2.1.1;python_version>="3.8"
iniconfig==2.0.0
pluggy==1.2.0;python_version<"3.8"
pluggy==1.4.0;python_version>="3.8"
pluggy==1.5.0;python_version>="3.8"
py==1.11.0
pytest==7.4.4;python_version<"3.8"
pytest==8.1.1;python_version>="3.8"
Expand All @@ -60,7 +61,6 @@ pyreadline3==3.4.1;platform_system=="Windows"
tabcompleter==1.3.0
pdbp==1.5.0
colorama==0.4.6
exceptiongroup==1.2.0
pyotp==2.9.0
markdown-it-py==2.2.0;python_version<"3.8"
markdown-it-py==3.0.0;python_version>="3.8"
Expand All @@ -71,7 +71,7 @@ rich==13.7.1
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

coverage==7.2.7;python_version<"3.8"
coverage>=7.4.4;python_version>="3.8"
coverage>=7.5.0;python_version>="3.8"
pytest-cov==4.1.0;python_version<"3.8"
pytest-cov>=5.0.0;python_version>="3.8"
flake8==5.0.4;python_version<"3.9"
Expand Down
2 changes: 1 addition & 1 deletion seleniumbase/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# seleniumbase package
__version__ = "4.25.4"
__version__ = "4.26.0"
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,11 @@
'wheel>=0.43.0;python_version>="3.8"',
'attrs>=23.2.0',
"certifi>=2024.2.2",
"exceptiongroup>=1.2.1",
'filelock>=3.12.2;python_version<"3.8"',
'filelock>=3.13.4;python_version>="3.8"',
'platformdirs>=4.0.0;python_version<"3.8"',
'platformdirs>=4.2.0;python_version>="3.8"',
'platformdirs>=4.2.1;python_version>="3.8"',
'typing-extensions>=4.11.0;python_version>="3.8"',
'parse>=1.20.1',
'parse-type>=0.6.2',
Expand All @@ -178,15 +179,15 @@
'trio-websocket==0.11.1',
'wsproto==1.2.0',
'selenium==4.11.2;python_version<"3.8"',
'selenium==4.19.0;python_version>="3.8"',
'selenium==4.20.0;python_version>="3.8"',
'cssselect==1.2.0',
"sortedcontainers==2.4.0",
'fasteners==0.19',
'execnet==2.0.2;python_version<"3.8"',
'execnet==2.1.1;python_version>="3.8"',
'iniconfig==2.0.0',
'pluggy==1.2.0;python_version<"3.8"',
'pluggy==1.4.0;python_version>="3.8"',
'pluggy==1.5.0;python_version>="3.8"',
"py==1.11.0",
'pytest==7.4.4;python_version<"3.8"',
'pytest==8.1.1;python_version>="3.8"',
Expand All @@ -208,7 +209,6 @@
"tabcompleter==1.3.0",
"pdbp==1.5.0",
'colorama==0.4.6',
'exceptiongroup==1.2.0',
'pyotp==2.9.0',
'markdown-it-py==2.2.0;python_version<"3.8"',
'markdown-it-py==3.0.0;python_version>="3.8"',
Expand All @@ -228,7 +228,7 @@
# Usage: coverage run -m pytest; coverage html; coverage report
"coverage": [
'coverage==7.2.7;python_version<"3.8"',
'coverage>=7.4.4;python_version>="3.8"',
'coverage>=7.5.0;python_version>="3.8"',
'pytest-cov==4.1.0;python_version<"3.8"',
'pytest-cov>=5.0.0;python_version>="3.8"',
],
Expand Down

0 comments on commit b77a1c0

Please sign in to comment.