Skip to content

Commit 22f6876

Browse files
authored
Merge pull request #1283 from seleniumbase/refresh-python-dependencies
Refresh Python dependencies
2 parents 4ca388c + 24239d1 commit 22f6876

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
22
# Minimum Python version: 3.7
33

4-
regex>=2022.3.15
4+
regex>=2022.4.24
55
tqdm>=4.64.0
66
docutils==0.18.1
77
python-dateutil==2.8.2
@@ -16,7 +16,7 @@ Jinja2==3.1.1
1616
click==8.1.2
1717
zipp==3.8.0
1818
readme-renderer==35.0
19-
pymdown-extensions==9.3
19+
pymdown-extensions==9.4
2020
importlib-metadata==4.11.3
2121
bleach==5.0.0
2222
jsmin==3.0.1

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ py==1.11.0;python_version>="3.5"
6464
pytest==4.6.11;python_version<"3.5"
6565
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
6666
pytest==7.0.1;python_version>="3.6" and python_version<"3.7"
67-
pytest==7.1.1;python_version>="3.7"
67+
pytest==7.1.2;python_version>="3.7"
6868
pytest-forked==1.3.0;python_version<"3.6"
6969
pytest-forked==1.4.0;python_version>="3.6"
7070
pytest-html==1.22.1;python_version<"3.6"
@@ -91,7 +91,8 @@ cryptography==2.9.2;python_version<"3.5"
9191
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
9292
cryptography==36.0.2;python_version>="3.6"
9393
pygments==2.5.2;python_version<"3.5"
94-
pygments==2.11.2;python_version>="3.5"
94+
pygments==2.11.2;python_version>="3.5" and python_version<"3.6"
95+
pygments==2.12.0;python_version>="3.6"
9596
prompt-toolkit==1.0.18;python_version<"3.5"
9697
prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"
9798
prompt-toolkit==3.0.29;python_version>="3.6"

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "2.5.0"
2+
__version__ = "2.5.1"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
'pytest==4.6.11;python_version<"3.5"',
190190
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
191191
'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
192-
'pytest==7.1.1;python_version>="3.7"',
192+
'pytest==7.1.2;python_version>="3.7"',
193193
'pytest-forked==1.3.0;python_version<"3.6"',
194194
'pytest-forked==1.4.0;python_version>="3.6"',
195195
'pytest-html==1.22.1;python_version<"3.6"',
@@ -216,7 +216,8 @@
216216
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
217217
'cryptography==36.0.2;python_version>="3.6"',
218218
'pygments==2.5.2;python_version<"3.5"',
219-
'pygments==2.11.2;python_version>="3.5"',
219+
'pygments==2.11.2;python_version>="3.5" and python_version<"3.6"',
220+
'pygments==2.12.0;python_version>="3.6"',
220221
'prompt-toolkit==1.0.18;python_version<"3.5"',
221222
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501
222223
'prompt-toolkit==3.0.29;python_version>="3.6"',

0 commit comments

Comments
 (0)