Skip to content

Commit 9a58cd5

Browse files
authored
Merge pull request #1347 from seleniumbase/refresh-python-dependencies
Refresh Python dependencies
2 parents 3019472 + e6bcde4 commit 9a58cd5

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta property="og:image" content="https://seleniumbase.io/cdn/img/mac_sb_logo_5.png" />
66
<link rel="icon" href="https://seleniumbase.io/img/green_logo2.png" />
77

8-
<h2 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_logo_10t.png" alt="SeleniumBase" title="SeleniumBase" width="250" /></a></h2>
8+
<h2 align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/mac_sb_banner_t.png" alt="SeleniumBase" title="SeleniumBase" width="760" /></a></h2>
99

1010
<p align="center">
11-
<b>Everything you need to test websites.</b>
11+
<b>Everything you need to test web apps.</b>
1212
</p>
1313

1414
<!-- View on GitHub -->
@@ -23,7 +23,7 @@
2323
<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master"> <img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt="SeleniumBase Azure Pipelines" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a>
2424
</p>
2525

26-
<p align="center">SeleniumBase is a complete framework for browser automation + testing with <a href="https://docs.pytest.org/en/latest/index.html">pytest</a>.<br />The API simplifies <a href="https://www.selenium.dev/documentation/">Selenium</a>'s out-of-the-box API, allowing cleaner, maintainable code. <br />Includes advanced features such as a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">Dashboard</a>, a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md">Recorder</a>, and <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">JS code generators</a>.</p>
26+
<p align="center">SeleniumBase is a complete framework for web automation & testing with <a href="https://github.com/pytest-dev/pytest">pytest</a>.<br />Simplifies <a href="https://github.com/SeleniumHQ/selenium">Selenium</a>'s out-of-the-box API, resulting in cleaner, maintainable code. <br />Includes advanced tools such as a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">Dashboard</a>, a <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/recorder_mode.md">Recorder</a>, and <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/js_package_manager.md">JS code generators</a>.</p>
2727

2828
<p align="center">
2929
<a href="#python_installation">🚀 Start</a> |
@@ -44,18 +44,17 @@
4444
<br />
4545
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/github/workflows/ReadMe.md">🤖 CI</a> |
4646
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/translations.md">🌏 Translator</a> |
47-
<a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/boilerplates">♻️ Templates</a> |
4847
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/presenter/ReadMe.md">🎞️ Presenter</a> |
48+
<a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/boilerplates">♻️ Templates</a> |
4949
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/mobile_testing.md">📱 Mobile</a> |
5050
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md">🌐 Grid</a> |
5151
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/dialog_boxes/ReadMe.md">🛂 Dialog</a>
5252
</p>
5353

5454
<p align="left">
5555
✅ Smart-waiting code prevents flaky tests.<br />
56-
✅ Supports Windows, Linux, and macOS.<br />
5756
✅ Supports Chromium, Firefox, and Safari.<br />
58-
Includes <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">dashboards and reporting tools</a>.
57+
Supports Linux, macOS, and Windows.<br />
5958
</p>
6059

6160
--------

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ wheel>=0.37.1
1515
attrs>=21.4.0
1616
PyYAML>=6.0;python_version>="3.6"
1717
traitlets>=4.3.3;python_version<"3.7"
18-
traitlets>=5.2.1.post0;python_version>="3.7"
18+
traitlets>=5.2.2.post1;python_version>="3.7"
1919
certifi>=2021.10.8;python_version<"3.5"
2020
certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"
2121
certifi>=2022.5.18.1;python_version>="3.6"
2222
filelock>=3.2.1;python_version<"3.6"
2323
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
24-
filelock>=3.7.0;python_version>="3.7"
24+
filelock>=3.7.1;python_version>="3.7"
2525
platformdirs>=2.0.2;python_version<"3.6"
2626
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
2727
platformdirs>=2.5.2;python_version>="3.7"

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.3"
2+
__version__ = "3.2.4"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
print("\n*** Installing build: *** (Required for PyPI uploads)\n")
5050
os.system("python -m pip install --upgrade 'build>=0.7.0'")
5151
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
52-
os.system("python -m pip install --upgrade 'twine>=4.0.0'")
52+
os.system("python -m pip install --upgrade 'twine>=4.0.1'")
5353
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
5454
os.system("python -m pip install --upgrade 'tqdm>=4.64.0'")
5555
print("\n*** Rebuilding distribution packages: ***\n")
@@ -140,13 +140,13 @@
140140
"attrs>=21.4.0",
141141
'PyYAML>=6.0;python_version>="3.6"',
142142
'traitlets>=4.3.3;python_version<"3.7"',
143-
'traitlets>=5.2.1.post0;python_version>="3.7"',
143+
'traitlets>=5.2.2.post1;python_version>="3.7"',
144144
'certifi>=2021.10.8;python_version<"3.5"',
145145
'certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"',
146146
'certifi>=2022.5.18.1;python_version>="3.6"',
147147
'filelock>=3.2.1;python_version<"3.6"',
148148
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
149-
'filelock>=3.7.0;python_version>="3.7"',
149+
'filelock>=3.7.1;python_version>="3.7"',
150150
'platformdirs>=2.0.2;python_version<"3.6"',
151151
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
152152
'platformdirs>=2.5.2;python_version>="3.7"',

0 commit comments

Comments
 (0)