diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-01 09:44:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-01 09:44:12 +0100 |
| commit | 7ba53d302d09d9d60df79d9e8068836fde2abda0 (patch) | |
| tree | e8a91b86bacca9945b7c95390e10d7e0d3ec1c9d /requirements-dev.txt | |
| parent | b8e4ebdc0cd3b6dc5f58d8ff54deced2b14b13b1 (diff) | |
[upd] pypi: Bump the minor group with 3 updates (#5401)
Bumps the minor group with 3 updates: [granian](https://github.com/emmett-framework/granian), [selenium](https://github.com/SeleniumHQ/Selenium) and [granian[reload]](https://github.com/emmett-framework/granian).
Updates `granian` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.5.5...v2.5.6)
Updates `selenium` from 4.37.0 to 4.38.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.37.0...selenium-4.38.0)
Updates `granian[reload]` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/emmett-framework/granian/releases)
- [Commits](https://github.com/emmett-framework/granian/compare/v2.5.5...v2.5.6)
---
updated-dependencies:
- dependency-name: granian
dependency-version: 2.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor
- dependency-name: selenium
dependency-version: 4.38.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: granian[reload]
dependency-version: 2.5.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 44e804402..82642b723 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ cov-core==1.15.0 black==25.9.0 pylint==4.0.2 splinter==0.21.0 -selenium==4.37.0 +selenium==4.38.0 Pallets-Sphinx-Themes==2.3.0 Sphinx==8.2.3 ; python_version >= '3.11' Sphinx==8.1.3 ; python_version < '3.11' @@ -23,6 +23,6 @@ wlc==1.16.1 coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 -granian[reload]==2.5.5 +granian[reload]==2.5.6 basedpyright==1.32.1 types-lxml==2025.8.25 |