Skip to content

Commit 97eed9e

Browse files
authored
Merge pull request #6471 from opsmill/pog-package-updates-20250515
Update Python packages
2 parents c306518 + f0df6c6 commit 97eed9e

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
submodules: true
106106
- name: "Setup environment"
107-
run: "pip install ruff==0.11.0"
107+
run: "pip install ruff==0.11.9"
108108
- name: "Linting: ruff check"
109109
run: "ruff check . --exclude python_sdk"
110110
- name: "Linting: ruff format"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
16-
rev: v0.11.0
16+
rev: v0.11.9
1717
hooks:
1818
# Run the linter.
1919
- id: ruff

poetry.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pre-commit = "^2.20.0"
9090
types-toml = "*"
9191
types-ujson = "*"
9292
types-pyyaml = "*"
93-
ruff = "0.11.0"
93+
ruff = "0.11.9"
9494
invoke = "2.2.0"
9595
pytest-benchmark = "^4.0.0"
9696
pytest-codspeed = "^2.2.0"

0 commit comments

Comments
 (0)