Bump astroid from 3.3.6 to 3.3.7 (#5507)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
dependabot[bot] 2024-12-23 14:26:07 +01:00 committed by GitHub
parent b44e6d8cd3
commit 0f77021bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -274,6 +274,10 @@ jobs:
run: |
echo "Failed to restore Python virtual environment from cache"
exit 1
- name: Install additional system dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends libpulse0
- name: Register pylint problem matcher
run: |
echo "::add-matcher::.github/workflows/matchers/pylint.json"

View File

@ -1,4 +1,4 @@
astroid==3.3.6
astroid==3.3.7
coverage==7.6.9
pre-commit==4.0.1
pylint==3.3.2