diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-17 07:03:33 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-10-17 15:42:22 +0200 |
| commit | 602a73df9aafe4d99a155a27f2394850b147e8ba (patch) | |
| tree | 4c20490135f7ba9166b4ef13377e3c1c4cb1311c /requirements-dev.txt | |
| parent | 57622793bf80b90a651a566178ae139f64ea5d93 (diff) | |
[upd] pypi: Bump pylint from 3.3.9 to 4.0.1
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.9 to 4.0.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.9...v4.0.1)
---
updated-dependencies:
- dependency-name: pylint
dependency-version: 4.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements-dev.txt')
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 97ff09799..3b229b216 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==3.3.9 +pylint==4.0.1 splinter==0.21.0 selenium==4.36.0 Pallets-Sphinx-Themes==2.3.0 |