diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-15 09:04:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 09:04:50 +0100 |
| commit | 45a4b8ad1c5c5b6c90c64a0940b42e1f1ba1880e (patch) | |
| tree | 9c3c34cf1a2fcba8ddaf89d1550c6d216397f021 /requirements-dev.txt | |
| parent | d14d695966acc027887f5aa79511fe00d19b133f (diff) | |
[upd] pypi: Bump the minor group with 3 updates (#5443)
Bumps the minor group with 3 updates: [certifi](https://github.com/certifi/python-certifi), [pylint](https://github.com/pylint-dev/pylint) and [basedpyright](https://github.com/detachhead/basedpyright).
Updates `certifi` from 2025.10.5 to 2025.11.12
- [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12)
Updates `pylint` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.2...v4.0.3)
Updates `basedpyright` from 1.32.1 to 1.33.0
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](https://github.com/detachhead/basedpyright/compare/v1.32.1...v1.33.0)
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 dabe1f075..18111f573 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.2.0 nose2[coverage_plugin]==0.15.1 cov-core==1.15.0 black==25.9.0 -pylint==4.0.2 +pylint==4.0.3 splinter==0.21.0 selenium==4.38.0 Pallets-Sphinx-Themes==2.3.0 @@ -24,5 +24,5 @@ coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 granian[reload]==2.5.7 -basedpyright==1.32.1 +basedpyright==1.33.0 types-lxml==2025.8.25 |