Skip to content

Commit 7b9cc7a

Browse files
Bump the minor-patch group with 4 updates (#1164)
Bumps the minor-patch group with 4 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `sentry-sdk` from 2.32.0 to 2.33.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.32.0...2.33.0) Updates `mypy` from 1.16.1 to 1.17.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.0) Updates `ruff` from 0.12.3 to 0.12.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.12.3...0.12.4) Updates `pytest-asyncio` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.12.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor 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 8639ec3 commit 7b9cc7a

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ uvicorn = {extras = ["standard"], version = "^0.35.0"}
1313
atlassian-python-api = "^4.0.4"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.6"
16-
sentry-sdk = {extras = ["fastapi"], version = "^2.32.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.33.0"}
1717
pydantic-yaml = "^1.5.1"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
@@ -25,7 +25,7 @@ pypandoc = "^1.15"
2525
click = "^8.2.1"
2626
pre-commit = "^4.2.0"
2727
coverage = {extras = ["toml"], version = "^7.9"}
28-
mypy = "^1.16"
28+
mypy = "^1.17"
2929
detect-secrets = "^1.5.0"
3030
bandit = "^1.8.6"
3131
pytest = "^8.4.1"
@@ -36,9 +36,9 @@ responses = "^0.25.7"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.8.1"
39-
ruff = "^0.12.3"
39+
ruff = "^0.12.4"
4040
pytest-mock = "^3.14.1"
41-
pytest-asyncio = "^1.0.0"
41+
pytest-asyncio = "^1.1.0"
4242

4343
[tool.poetry.scripts]
4444
jbi = "jbi.__main__:cli"

0 commit comments

Comments
 (0)