diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-15 07:33:16 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-12-23 07:31:57 +0100 |
commit | ed085a38bd6ec319ef7d48d25b8b6c81c5c6e7a1 (patch) | |
tree | dcdb1d9f7bf7e2e7a63ed417bd0b394a72cbfb88 /requirements-dev.txt | |
parent | 2136c978ffd5b2223fdd9b23dfe036adf780133d (diff) | |
download | searxng-ed085a38bd6ec319ef7d48d25b8b6c81c5c6e7a1.tar.gz searxng-ed085a38bd6ec319ef7d48d25b8b6c81c5c6e7a1.zip |
Bump pylint from 3.0.2 to 3.0.3
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.2...v3.0.3)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 14cca66a0..f22ba25dd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.1.0 nose2[coverage_plugin]==0.14.0 cov-core==1.15.0 black==22.12.0 -pylint==3.0.2 +pylint==3.0.3 splinter==0.20.1 selenium==4.16.0 twine==4.0.2 |