Skip to content

Commit 3b99064

Browse files
Bump the minor-patch group with 2 updates (#1070)
Bumps the minor-patch group with 2 updates: [sentry-sdk](https://github.com/getsentry/sentry-python) and [ruff](https://github.com/astral-sh/ruff). Updates `sentry-sdk` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.17.0...2.18.0) Updates `ruff` from 0.7.2 to 0.7.3 - [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.7.2...0.7.3) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 499e877 commit 3b99064

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

poetry.lock

Lines changed: 25 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ uvicorn = {extras = ["standard"], version = "^0.32.0"}
1313
atlassian-python-api = "^3.41.16"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.4"
16-
sentry-sdk = {extras = ["fastapi"], version = "^2.17.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.18.0"}
1717
pydantic-yaml = "^1.3.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
@@ -35,7 +35,7 @@ responses = "^0.25.3"
3535
httpx = "^0.27.2"
3636
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.7.2"
38+
ruff = "^0.7.3"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.24.0"
4141

0 commit comments

Comments
 (0)