diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-24 11:11:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-24 11:11:34 +0200 |
| commit | b770a46e1f8f339b2bb2a53faba80e9c9a5b1611 (patch) | |
| tree | e21cb67c74e86c3a3c7b4563d8f8356cd71b90f6 | |
| parent | 2c880f6084e5780a86d3cd3b64995cc5b9990d08 (diff) | |
[upd] pypi: Bump the minor group across 1 directory with 5 updates (#5372)
Bumps the minor group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [typer-slim](https://github.com/fastapi/typer) | `0.19.2` | `0.20.0` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.14.1` | `4.15.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `4.0.1` | `4.0.2` |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.36.0` | `4.37.0` |
| [basedpyright](https://github.com/detachhead/basedpyright) | `1.31.7` | `1.32.1` |
Updates `typer-slim` from 0.19.2 to 0.20.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.19.2...0.20.0)
Updates `typing-extensions` from 4.14.1 to 4.15.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.14.1...4.15.0)
Updates `pylint` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.1...v4.0.2)
Updates `selenium` from 4.36.0 to 4.37.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.36.0...selenium-4.37.0)
Updates `basedpyright` from 1.31.7 to 1.32.1
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](https://github.com/detachhead/basedpyright/compare/v1.31.7...v1.32.1)
| -rw-r--r-- | requirements-dev.txt | 6 | ||||
| -rw-r--r-- | requirements.txt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 3b229b216..44e804402 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,9 +2,9 @@ mock==5.2.0 nose2[coverage_plugin]==0.15.1 cov-core==1.15.0 black==25.9.0 -pylint==4.0.1 +pylint==4.0.2 splinter==0.21.0 -selenium==4.36.0 +selenium==4.37.0 Pallets-Sphinx-Themes==2.3.0 Sphinx==8.2.3 ; python_version >= '3.11' Sphinx==8.1.3 ; python_version < '3.11' @@ -24,5 +24,5 @@ coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 granian[reload]==2.5.5 -basedpyright==1.31.7 +basedpyright==1.32.1 types-lxml==2025.8.25 diff --git a/requirements.txt b/requirements.txt index 70ed9b2e8..0755cb920 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 tomli==2.3.0; python_version < '3.11' msgspec==0.19.0 -typer-slim==0.19.2 +typer-slim==0.20.0 isodate==0.7.2 whitenoise==6.11.0 -typing-extensions==4.14.1 +typing-extensions==4.15.0 |