diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-27 07:51:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-27 07:51:02 +0000 |
commit | a692b2cd9699227ae515e0863168fed14f680357 (patch) | |
tree | 5f62361341eaeecbfe7f079eea7218be382acd07 | |
parent | 73e395c8ceecf015e1fa3c56b8c8e09780472604 (diff) | |
download | searxng-a692b2cd9699227ae515e0863168fed14f680357.tar.gz searxng-a692b2cd9699227ae515e0863168fed14f680357.zip |
[upd] pypi: Bump pylint from 3.3.2 to 3.3.3dependabot/pip/master/pylint-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 |