mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 10:06:34 +00:00
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:
parent
b44e6d8cd3
commit
0f77021bcc
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user