Skip to content

Commit 04caa89

Browse files
Bump the minor-patch group with 4 updates (#1022)
Bumps the minor-patch group with 4 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `sentry-sdk` from 2.6.0 to 2.7.1 - [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.6.0...2.7.1) Updates `pydantic-settings` from 2.3.3 to 2.3.4 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.3.3...v2.3.4) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.10.1) Updates `ruff` from 0.4.10 to 0.5.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.10...0.5.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: mypy 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-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 3cd5028 commit 04caa89

File tree

2 files changed

+59
-58
lines changed

2 files changed

+59
-58
lines changed

poetry.lock

Lines changed: 56 additions & 55 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,12 +13,12 @@ uvicorn = {extras = ["standard"], version = "^0.30.1"}
1313
atlassian-python-api = "^3.41.14"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.4"
16-
sentry-sdk = {extras = ["fastapi"], version = "^2.6.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.7.1"}
1717
pydantic-yaml = "^1.3.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
2020
requests = "^2.32.3"
21-
pydantic-settings = "^2.3.3"
21+
pydantic-settings = "^2.3.4"
2222
pypandoc = "^1.13"
2323

2424
[tool.poetry.group.dev.dependencies]
@@ -35,7 +35,7 @@ responses = "^0.25.3"
3535
httpx = "^0.27.0"
3636
factory-boy = "^3.3.0"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.4.10"
38+
ruff = "^0.5.0"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.23.7"
4141

0 commit comments

Comments
 (0)