diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-27 07:51:02 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-12-28 09:05:21 +0100 |
commit | 120a519c5cdc3989255830e945033a38f1c942a4 (patch) | |
tree | f039a4c05e5be59eb7dcf3175335d3f143ef91e5 | |
parent | 402a09963ea2d6b3c91659f3df26212ac3779bb4 (diff) | |
download | searxng-120a519c5cdc3989255830e945033a38f1c942a4.tar.gz searxng-120a519c5cdc3989255830e945033a38f1c942a4.zip |
[upd] pypi: Bump pylint from 3.3.2 to 3.3.3
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 373e6ff0c..d2269b38c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.1.0 nose2[coverage_plugin]==0.15.1 cov-core==1.15.0 black==24.3.0 -pylint==3.3.2 +pylint==3.3.3 splinter==0.21.0 selenium==4.27.1 Pallets-Sphinx-Themes==2.3.0 |