Skip to content

Commit

Permalink
[deps] Update selenium requirement from <4.23,>=4.10 to >=4.10,<4.24
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](https://github.com/SeleniumHQ/Selenium/commits)

---
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>
Co-authored-by: Federico Capoano <[email protected]>
  • Loading branch information
dependabot[bot] and nemesifier authored Aug 2, 2024
1 parent bb7110c commit 4386512
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 @@ -63,7 +63,7 @@
'drf-yasg~=1.21.7',
],
'celery': ['celery~=5.3.0'],
'selenium': ['selenium>=4.10,<4.23'],
'selenium': ['selenium>=4.10,<4.24'],
},
classifiers=[
'Development Status :: 5 - Production/Stable ',
Expand Down

0 comments on commit 4386512

Please sign in to comment.