Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump the pylint group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pylint group with 2 updates: [astroid](https://github.com/pylint-dev/astroid) and [pylint](https://github.com/pylint-dev/pylint).


Updates `astroid` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.2.3...v3.2.4)

Updates `pylint` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.5...v3.2.6)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pylint
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pylint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent a4ab232 commit c0ea71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-i https://pypi.org/simple

astroid==3.2.3 ; python_full_version >= '3.7.2'
astroid==3.2.4 ; python_full_version >= '3.7.2'

asyncmock==0.4.2

Expand Down Expand Up @@ -46,7 +46,7 @@ platformdirs==4.2.2 ; python_version >= '3.7'

pluggy==1.5.0 ; python_version >= '3.7'

pylint==3.2.5
pylint==3.2.6

pytest==8.3.1

Expand Down

0 comments on commit c0ea71e

Please sign in to comment.