Skip to content

Commit

Permalink
Bump selenium from 4.23.1 to 4.24.0 in /tests/application_tests
Browse files Browse the repository at this point in the history
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.23.1 to 4.24.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.24.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fniessink committed Aug 29, 2024
1 parent 3d3ac83 commit 25d6fea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/application_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers = [
dependencies = [
"axe-selenium-python==2.1.6",
"requests==2.32.3",
"selenium==4.23.1",
"selenium==4.24.0",
]
optional-dependencies.dev = [
"pip==24.2",
Expand Down
6 changes: 3 additions & 3 deletions tests/application_tests/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
# via application-tests (pyproject.toml)
selenium==4.23.1 \
--hash=sha256:128d099e66284437e7128d2279176ec7a06e6ec7426e167f5d34987166bd8f46 \
--hash=sha256:3a8d9f23dc636bd3840dd56f00c2739e32ec0c1e34a821dd553e15babef24477
selenium==4.24.0 \
--hash=sha256:42c23f60753d5415b261b236cecbd69bd4eb5271e1563915f546b443cb6b71c6 \
--hash=sha256:88281e5b5b90fe231868905d5ea745b9ee5e30db280b33498cc73fb0fa06d571
# via
# application-tests (pyproject.toml)
# axe-selenium-python
Expand Down
6 changes: 3 additions & 3 deletions tests/application_tests/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
# via application-tests (pyproject.toml)
selenium==4.23.1 \
--hash=sha256:128d099e66284437e7128d2279176ec7a06e6ec7426e167f5d34987166bd8f46 \
--hash=sha256:3a8d9f23dc636bd3840dd56f00c2739e32ec0c1e34a821dd553e15babef24477
selenium==4.24.0 \
--hash=sha256:42c23f60753d5415b261b236cecbd69bd4eb5271e1563915f546b443cb6b71c6 \
--hash=sha256:88281e5b5b90fe231868905d5ea745b9ee5e30db280b33498cc73fb0fa06d571
# via
# application-tests (pyproject.toml)
# axe-selenium-python
Expand Down

0 comments on commit 25d6fea

Please sign in to comment.