diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-10 15:01:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 15:01:55 +0100 |
commit | 32f47f04990e85c4872b94ece0e028838b22e35d (patch) | |
tree | 679832df696e6c7b6bf4b32ab7e66207fa57235b | |
parent | 8168a6b3862376c28664743b83eb5a844b1ad20c (diff) | |
download | pylint-git-32f47f04990e85c4872b94ece0e028838b22e35d.tar.gz |
Bump astroid from 2.9.2 to 2.9.3 (#5658)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.9.2...v2.9.3)
---
updated-dependencies:
- dependency-name: astroid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
-rw-r--r-- | requirements_test_min.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_min.txt b/requirements_test_min.txt index 605fcf255..4b71e937a 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,6 +1,6 @@ -e . # astroid dependency is also defined in setup.cfg -astroid==2.9.2 # Pinned to a specific version for tests +astroid==2.9.3 # Pinned to a specific version for tests pytest~=6.2 pytest-benchmark~=3.4 gitpython>3 |