diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-23 07:05:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-23 07:05:17 +0000 |
| commit | 27b162f1ea7f47998aaed1b2b74d21be32e026d5 (patch) | |
| tree | e2ce4bbf040395650288322635ba5bff4b56a90a | |
| parent | 1a7b6872b57eed2a85f29ca41141572ae49d5ecc (diff) | |
Bump pylint from 2.15.0 to 2.15.3
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.0 to 2.15.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.0...v2.15.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 ce0139975..c4ff9428c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==4.0.3 nose2[coverage_plugin]==0.12.0 cov-core==1.15.0 black==22.8.0 -pylint==2.15.0 +pylint==2.15.3 splinter==0.18.1 selenium==4.4.3 twine==4.0.1 |