Skip to content

Commit 36fa94d

Browse files
Bump the python-dependencies group with 2 updates (#86)
Bumps the python-dependencies group with 2 updates: [botocore](https://github.com/boto/botocore) and [types-pyyaml](https://github.com/python/typeshed). Updates `botocore` from 1.37.18 to 1.37.23 - [Commits](boto/botocore@1.37.18...1.37.23) Updates `types-pyyaml` from 6.0.12.20241230 to 6.0.12.20250326 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9068e8b commit 36fa94d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: poetry.lock

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

Diff for: pyproject.toml

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

1414
[tool.poetry.group.dev.dependencies]
1515
black = "^25.1.0"
@@ -20,7 +20,7 @@ ruff = "^0.11.2"
2020
#pytest-asyncio = "~0.23.6"
2121
#pytest-kubernetes = "~0.3.0"
2222
#types-requests = "^2.31.0.2"
23-
types-pyyaml = "^6.0.12.20241230"
23+
types-pyyaml = "^6.0.12.20250326"
2424
memray = "^1.16.0"
2525

2626
[build-system]

0 commit comments

Comments
 (0)