Skip to content

Commit 9fe9a6c

Browse files
Bump the python-dependencies group with 2 updates
Bumps the python-dependencies group with 2 updates: [botocore](https://github.com/boto/botocore) and [ruff](https://github.com/astral-sh/ruff). Updates `botocore` from 1.37.13 to 1.37.18 - [Commits](boto/botocore@1.37.13...1.37.18) Updates `ruff` from 0.11.0 to 0.11.2 - [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.11.0...0.11.2) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11a10c7 commit 9fe9a6c

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ package-mode = false
99
[tool.poetry.dependencies]
1010
python = "^3.12"
1111
prometheus-client = "^0.21.1"
12-
botocore = "^1.37.13"
12+
botocore = "^1.37.18"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
black = "^25.1.0"
1616
mypy = "^1.15.0"
17-
ruff = "^0.11.0"
17+
ruff = "^0.11.2"
1818
#pytest = "~7.4.4"
1919
#coverage = { version = "~7.3.2", extras = ["toml"] }
2020
#pytest-asyncio = "~0.23.6"

0 commit comments

Comments
 (0)