Skip to content

Commit ddb33b9

Browse files
Bump the minor-patch group with 3 updates (#1128)
Bumps the minor-patch group with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [uvicorn](https://github.com/encode/uvicorn) and [ruff](https://github.com/astral-sh/ruff). Updates `pydantic` from 2.11.2 to 2.11.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.2...v2.11.3) Updates `uvicorn` from 0.34.0 to 0.34.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](encode/uvicorn@0.34.0...0.34.1) Updates `ruff` from 0.11.4 to 0.11.5 - [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.4...0.11.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: uvicorn dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.11.5 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 944bcc5 commit ddb33b9

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

poetry.lock

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ license = "MPL"
88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.14"
1010
fastapi = "^0.115.12"
11-
pydantic = {version = "^2.11.2", extras = ["email"]}
12-
uvicorn = {extras = ["standard"], version = "^0.34.0"}
11+
pydantic = {version = "^2.11.3", extras = ["email"]}
12+
uvicorn = {extras = ["standard"], version = "^0.34.1"}
1313
atlassian-python-api = "^3.41.21"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.6"
@@ -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.4"
39+
ruff = "^0.11.5"
4040
pytest-mock = "^3.14.0"
4141
pytest-asyncio = "^0.26.0"
4242

0 commit comments

Comments
 (0)