Skip to content

Commit eb0f8a4

Browse files
Bump the minor-patch group with 3 updates (#1139)
Bumps the minor-patch group with 3 updates: [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api), [sentry-sdk](https://github.com/getsentry/sentry-python) and [ruff](https://github.com/astral-sh/ruff). Updates `atlassian-python-api` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/atlassian-api/atlassian-python-api/releases) - [Commits](atlassian-api/atlassian-python-api@4.0.3...4.0.4) Updates `sentry-sdk` from 2.27.0 to 2.28.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.27.0...2.28.0) Updates `ruff` from 0.11.9 to 0.11.10 - [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.11.9...0.11.10) --- updated-dependencies: - dependency-name: atlassian-python-api dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: sentry-sdk dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.11.10 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 703ebaa commit eb0f8a4

File tree

2 files changed

+30
-31
lines changed

2 files changed

+30
-31
lines changed

poetry.lock

Lines changed: 27 additions & 28 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
@@ -10,10 +10,10 @@ python = ">=3.12, <3.14"
1010
fastapi = "^0.115.12"
1111
pydantic = {version = "^2.11.4", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.34.2"}
13-
atlassian-python-api = "^4.0.3"
13+
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.27.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.28.0"}
1717
pydantic-yaml = "^1.4.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
@@ -36,7 +36,7 @@ responses = "^0.25.7"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.7.0"
39-
ruff = "^0.11.9"
39+
ruff = "^0.11.10"
4040
pytest-mock = "^3.14.0"
4141
pytest-asyncio = "^0.26.0"
4242

0 commit comments

Comments
 (0)