Skip to content

Commit 6cfeb2b

Browse files
Bump ruff from 0.6.9 to 0.14.4
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.14.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.9...0.14.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8628b8d commit 6cfeb2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev-genai-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ruamel.yaml==0.17.21
1515
flaky>=3.8.1
1616
pre-commit==3.7.0; python_version >= '3.9'
1717
pre-commit==3.5.0; python_version < '3.9'
18-
ruff==0.6.9
18+
ruff==0.14.4
1919

2020
# opentelemetry dependencies:
2121
opentelemetry-exporter-otlp-proto-grpc

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ ruamel.yaml==0.17.21
1515
flaky>=3.8.1
1616
pre-commit==3.7.0; python_version >= '3.9'
1717
pre-commit==3.5.0; python_version < '3.9'
18-
ruff==0.6.9
18+
ruff==0.14.4

gen-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
astor==0.8.1
33
jinja2==3.1.6
44
markupsafe==2.0.1
5-
ruff==0.6.9
5+
ruff==0.14.4
66
requests
77
tomli
88
tomli_w

0 commit comments

Comments
 (0)