Skip to content

Commit d7ad0af

Browse files
Bump the minor-patch group with 5 updates (#1093)
Bumps the minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.6` | `0.115.7` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` | | [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api) | `3.41.18` | `3.41.19` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.2` | `0.9.3` | Updates `fastapi` from 0.115.6 to 0.115.7 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.6...0.115.7) Updates `pydantic` from 2.10.5 to 2.10.6 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.5...v2.10.6) Updates `atlassian-python-api` from 3.41.18 to 3.41.19 - [Release notes](https://github.com/atlassian-api/atlassian-python-api/releases) - [Commits](atlassian-api/atlassian-python-api@3.41.18...3.41.19) Updates `pre-commit` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0) Updates `ruff` from 0.9.2 to 0.9.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.9.2...0.9.3) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: atlassian-python-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pre-commit dependency-type: direct:development 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 edb4787 commit d7ad0af

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ license = "MPL"
77

88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.14"
10-
fastapi = "^0.115.6"
11-
pydantic = {version = "^2.10.5", extras = ["email"]}
10+
fastapi = "^0.115.7"
11+
pydantic = {version = "^2.10.6", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.34.0"}
13-
atlassian-python-api = "^3.41.18"
13+
atlassian-python-api = "^3.41.19"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.5"
1616
sentry-sdk = {extras = ["fastapi"], version = "^2.20.0"}
@@ -22,7 +22,7 @@ pydantic-settings = "^2.7.1"
2222
pypandoc = "^1.15"
2323

2424
[tool.poetry.group.dev.dependencies]
25-
pre-commit = "^4.0.1"
25+
pre-commit = "^4.1.0"
2626
coverage = {extras = ["toml"], version = "^7.6"}
2727
mypy = "^1.14"
2828
detect-secrets = "^1.5.0"
@@ -35,7 +35,7 @@ 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.2"
38+
ruff = "^0.9.3"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.25.2"
4141

0 commit comments

Comments
 (0)