Skip to content

Commit f5682d8

Browse files
dependabot[bot]davehunt
authored andcommitted
Bump the minor-patch group with 4 updates (mozilla#1085)
Bumps the minor-patch group with 4 updates: [pydantic-settings](https://github.com/pydantic/pydantic-settings), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `pydantic-settings` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.7.0...v2.7.1) Updates `mypy` from 1.14.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.14.1) Updates `ruff` from 0.8.4 to 0.8.6 - [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.8.4...0.8.6) Updates `pytest-asyncio` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.0...v0.25.1) --- updated-dependencies: - 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-patch dependency-group: minor-patch - dependency-name: pytest-asyncio 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 062f161 commit f5682d8

File tree

2 files changed

+68
-62
lines changed

2 files changed

+68
-62
lines changed

poetry.lock

Lines changed: 65 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pydantic-yaml = "^1.4.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
2020
requests = "^2.32.3"
21-
pydantic-settings = "^2.7.0"
21+
pydantic-settings = "^2.7.1"
2222
pypandoc = "^1.14"
2323

2424
[tool.poetry.group.dev.dependencies]
@@ -35,9 +35,9 @@ responses = "^0.25.3"
3535
httpx = "^0.28.1"
3636
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.8.4"
38+
ruff = "^0.8.6"
3939
pytest-mock = "^3.14.0"
40-
pytest-asyncio = "^0.25.0"
40+
pytest-asyncio = "^0.25.1"
4141

4242

4343
[build-system]

0 commit comments

Comments
 (0)