Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3-astroid/3.3.8 package update #38285

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
py3-astroid/3.3.8 package update
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
  • Loading branch information
wolfi-bot committed Dec 24, 2024
commit e2fdf1f3b0d26f425baf06ac1a4bc3218245aee3
4 changes: 2 additions & 2 deletions py3-astroid.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: py3-astroid
version: 3.3.7
version: 3.3.8
epoch: 0
description: A common base representation of python source code for pylint and other projects
copyright:
Expand Down Expand Up @@ -31,7 +31,7 @@ pipeline:
with:
repository: https://github.com/pylint-dev/astroid
tag: v${{package.version}}
expected-commit: 50916d64150da365d4234b48afec73008f2a81f1
expected-commit: d52799b6e8359d89f20f020d77e98a71d2cde20f

subpackages:
- range: py-versions
Expand Down
Loading