Skip to content

Commit 3547a1e

Browse files
build(deps): bump the python-dependencies group with 8 updates (#153)
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [uvicorn[standard]](https://github.com/Kludex/uvicorn), [prek](https://github.com/j178/prek), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [ty](https://github.com/astral-sh/ty) and [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) to permit the latest version. Updates `pydantic` from 2.13.0 to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.0...v2.13.3) Updates `pydantic-settings` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.13.1...v2.14.0) Updates `uvicorn[standard]` to 0.46.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.44.0...0.46.0) Updates `prek` from 0.3.9 to 0.3.10 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.3.9...v0.3.10) Updates `ruff` from 0.15.10 to 0.15.11 - [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.15.10...0.15.11) Updates `mypy` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.1...v1.20.2) Updates `ty` from 0.0.30 to 0.0.32 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.30...0.0.32) Updates `pytest-randomly` from 4.0.1 to 4.1.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-randomly@4.0.1...4.1.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: uvicorn[standard] dependency-version: 0.46.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: prek dependency-version: 0.3.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ty dependency-version: 0.0.32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest-randomly dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1639dc7 commit 3547a1e

2 files changed

Lines changed: 139 additions & 135 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dependencies = [
1010
## Metrics
1111
"sentry-sdk>=2.58.0",
1212
## Settings and configuration
13-
"pydantic>=2.13.0",
14-
"pydantic-settings>=2.13.1",
13+
"pydantic>=2.13.3",
14+
"pydantic-settings>=2.14.0",
1515
## Web
1616
"gunicorn>=25.3.0",
1717
"uvicorn-worker>=0.4.0",
18-
"uvicorn[standard]>=0.44.0",
18+
"uvicorn[standard]>=0.46.0",
1919
"litestar[brotli]>=2.21.1",
2020
"imsosorry>=1.3.0",
2121
]
@@ -27,15 +27,15 @@ documentation = "https://docs.letsbuilda.dev/api.letsbuilda.dev/"
2727
[dependency-groups]
2828
dev = [
2929
"nox>=2026.4.10",
30-
"prek>=0.3.8",
31-
"ruff>=0.15.10",
32-
"mypy>=1.20.0",
33-
"ty>=0.0.29",
30+
"prek>=0.3.10",
31+
"ruff>=0.15.11",
32+
"mypy>=1.20.2",
33+
"ty>=0.0.32",
3434
]
3535
tests = [
3636
"pytest>=9.0.3",
3737
"coverage>=7.13.5",
38-
"pytest-randomly>=4.0.1",
38+
"pytest-randomly>=4.1.0",
3939
"pytest-codspeed>=4.3.0",
4040
]
4141
docs = [

0 commit comments

Comments
 (0)