Skip to content

Commit

Permalink
[deps] Update selenium requirement from ~=4.10.0 to >=4.10,<4.23
Browse files Browse the repository at this point in the history
Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.10.0...selenium-4.22.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent a934835 commit a2c2ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'drf-yasg~=1.21.7',
],
'celery': ['celery~=5.3.0'],
'selenium': ['selenium~=4.10.0'],
'selenium': ['selenium>=4.10,<4.23'],
},
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit a2c2ab3

Please sign in to comment.