Skip to content

Commit

Permalink
[deps] Update selenium requirement from <4.24,>=4.10 to >=4.10,<4.29
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 6c93115 commit 873a2b8
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 @@ -47,7 +47,7 @@
'drf-yasg~=1.21.7',
],
'celery': ['celery~=5.4.0'],
'selenium': ['selenium>=4.10,<4.24'],
'selenium': ['selenium>=4.10,<4.29'],
},
classifiers=[
'Development Status :: 5 - Production/Stable ',
Expand Down

0 comments on commit 873a2b8

Please sign in to comment.