Skip to content

Commit

Permalink
Bump the python-dependencies group with 3 updates (#78)
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 3 updates: [botocore](https://github.com/boto/botocore), [black](https://github.com/psf/black) and [ruff](https://github.com/astral-sh/ruff).


Updates `botocore` from 1.36.6 to 1.36.11
- [Commits](boto/botocore@1.36.6...1.36.11)

Updates `black` from 24.10.0 to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `ruff` from 0.9.3 to 0.9.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.9.3...0.9.4)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 4a93ad1 commit 742e4d6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
94 changes: 47 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
prometheus-client = "^0.21.1"
botocore = "^1.36.6"
botocore = "^1.36.11"

[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
black = "^25.1.0"
mypy = "^1.14.1"
ruff = "^0.9.3"
ruff = "^0.9.4"
#pytest = "~7.4.4"
#coverage = { version = "~7.3.2", extras = ["toml"] }
#pytest-asyncio = "~0.23.6"
Expand Down

0 comments on commit 742e4d6

Please sign in to comment.