Skip to content

Commit

Permalink
Bump astroid from 3.3.6 to 3.3.7 (#5507)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <[email protected]>
  • Loading branch information
dependabot[bot] and agners authored Dec 23, 2024
1 parent b44e6d8 commit 0f77021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0f77021

Please sign in to comment.