Skip to content

Commit edb4787

Browse files
Bump the minor-patch group with 3 updates (#1092)
Bumps the minor-patch group with 3 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [responses](https://github.com/getsentry/responses) and [ruff](https://github.com/astral-sh/ruff). Updates `sentry-sdk` from 2.19.2 to 2.20.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.19.2...2.20.0) Updates `responses` from 0.25.5 to 0.25.6 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.25.5...0.25.6) Updates `ruff` from 0.9.1 to 0.9.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.9.1...0.9.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-patch 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 a03eed7 commit edb4787

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ uvicorn = {extras = ["standard"], version = "^0.34.0"}
1313
atlassian-python-api = "^3.41.18"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.5"
16-
sentry-sdk = {extras = ["fastapi"], version = "^2.19.2"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.20.0"}
1717
pydantic-yaml = "^1.4.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
@@ -31,11 +31,11 @@ pytest = "^8.3.4"
3131
yamllint = "^1.35.1"
3232
pytest-dotenv = "^0.5.2"
3333
types-requests = "^2.32.0"
34-
responses = "^0.25.5"
34+
responses = "^0.25.6"
3535
httpx = "^0.28.1"
3636
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.9.1"
38+
ruff = "^0.9.2"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.25.2"
4141

0 commit comments

Comments
 (0)