Skip to content

Commit 39c014d

Browse files
depend(deps): bump selenium from 4.8.3 to 4.9.1 (#309)
* ci(deps): bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#303) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@0bf742b...a56da0b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * depend(deps): bump selenium from 4.8.3 to 4.9.1 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.8.3 to 4.9.1. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.9.1) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Hozic <[email protected]>
1 parent b17c19b commit 39c014d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build package
3232
run: python3 -m build
3333
- name: Publish package
34-
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
34+
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_API_TOKEN }}

requirements/web.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
selenium==4.9.0
1+
selenium==4.9.1
22
undetected-chromedriver==3.4.6

0 commit comments

Comments
 (0)