Skip to content

Commit e0f94c8

Browse files
authored
Merge pull request #1371 from seleniumbase/refresh-python-dependencies
Refresh Python dependencies
2 parents 8387e89 + 203999a commit e0f94c8

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lunr==0.6.2
2525
nltk==3.7
2626
watchdog==2.1.9
2727
mkdocs==1.3.0
28-
mkdocs-material==8.3.6
28+
mkdocs-material==8.3.7
2929
mkdocs-exclude-search==0.6.4
3030
mkdocs-simple-hooks==0.1.5
3131
mkdocs-material-extensions==1.0.3

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
99
setuptools>=62.6.0;python_version>="3.7"
10-
setuptools-scm>=5.0.2;python_version<"3.6"
11-
setuptools-scm>=6.4.2;python_version>="3.6"
1210
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1311
tomli>=2.0.1;python_version>="3.7"
1412
wheel>=0.37.1
@@ -127,7 +125,8 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
127125
Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
128126
Pillow==9.1.1;python_version>="3.7"
129127
typing-extensions==3.10.0.2;python_version<"3.6"
130-
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"
128+
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
129+
typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"
131130
rich==12.4.4;python_version>="3.6" and python_version<"4.0"
132131
tornado==5.1.1;python_version<"3.5"
133132
tornado==6.1;python_version>="3.5"

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__ = "3.2.11"
2+
__version__ = "3.2.12"

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@
132132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134134
'setuptools>=62.6.0;python_version>="3.7"',
135-
'setuptools-scm>=5.0.2;python_version<"3.6"',
136-
'setuptools-scm>=6.4.2;python_version>="3.6"',
137135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
138136
'tomli>=2.0.1;python_version>="3.7"',
139137
"wheel>=0.37.1",
@@ -252,7 +250,8 @@
252250
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
253251
'Pillow==9.1.1;python_version>="3.7"',
254252
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
255-
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
253+
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
254+
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
256255
'rich==12.4.4;python_version>="3.6" and python_version<"4.0"',
257256
'tornado==5.1.1;python_version<"3.5"',
258257
'tornado==6.1;python_version>="3.5"',

0 commit comments

Comments
 (0)