Skip to content

Commit 65fd883

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.36.26 to 1.37.4 - [Commits](boto/botocore@1.36.26...1.37.4) Updates `ruff` from 0.9.7 to 0.9.9 - [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.9.7...0.9.9) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor 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 82f8799 commit 65fd883

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.36.26"
12+
botocore = "^1.37.4"
1313

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

0 commit comments

Comments
 (0)