Skip to content

Commit 5648793

Browse files
build(deps): bump the uv-non-major group with 18 updates
Bumps the uv-non-major group with 18 updates: | Package | From | To | | --- | --- | --- | | [apitally[fastapi]](https://github.com/apitally/apitally-py) | `0.24.0` | `0.24.1` | | [authlib](https://github.com/authlib/authlib) | `1.6.7` | `1.6.8` | | [fastapi](https://github.com/fastapi/fastapi) | `0.128.0` | `0.129.0` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `9.0.23` | `9.0.24` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `2.35.0` | `2.53.0` | | [starlette](https://github.com/Kludex/starlette) | `0.49.1` | `0.52.1` | | [typer](https://github.com/fastapi/typer) | `0.21.1` | `0.23.1` | | [apitally](https://github.com/apitally/apitally-py) | `0.24.0` | `0.24.1` | | [babel](https://github.com/python-babel/babel) | `2.17.0` | `2.18.0` | | [cfgv](https://github.com/asottile/cfgv) | `3.4.0` | `3.5.0` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.10.2` | `7.13.4` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.18.0` | `3.24.2` | | [identify](https://github.com/pre-commit/identify) | `2.6.12` | `2.6.16` | | [nodeenv](https://github.com/ekalinin/nodeenv) | `1.9.1` | `1.10.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.8` | `4.9.2` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.35.0` | `2.53.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.32.0` | `20.37.0` | Updates `apitally[fastapi]` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/apitally/apitally-py/releases) - [Commits](apitally/apitally-py@v0.24.0...v0.24.1) Updates `authlib` from 1.6.7 to 1.6.8 - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst) - [Commits](authlib/authlib@v1.6.7...v1.6.8) Updates `fastapi` from 0.128.0 to 0.129.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.128.0...0.129.0) Updates `phonenumbers` from 9.0.23 to 9.0.24 - [Commits](daviddrysdale/python-phonenumbers@v9.0.23...v9.0.24) Updates `sentry-sdk[fastapi]` from 2.35.0 to 2.53.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.35.0...2.53.0) Updates `starlette` from 0.49.1 to 0.52.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.49.1...0.52.1) Updates `typer` from 0.21.1 to 0.23.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.21.1...0.23.1) Updates `apitally` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/apitally/apitally-py/releases) - [Commits](apitally/apitally-py@v0.24.0...v0.24.1) Updates `babel` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.17.0...v2.18.0) Updates `cfgv` from 3.4.0 to 3.5.0 - [Commits](asottile/cfgv@v3.4.0...v3.5.0) Updates `coverage` from 7.10.2 to 7.13.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.2...7.13.4) Updates `filelock` from 3.18.0 to 3.24.2 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.18.0...3.24.2) Updates `identify` from 2.6.12 to 2.6.16 - [Commits](pre-commit/identify@v2.6.12...v2.6.16) Updates `nodeenv` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](ekalinin/nodeenv@1.9.1...1.10.0) Updates `platformdirs` from 4.3.8 to 4.9.2 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.3.8...4.9.2) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `sentry-sdk` from 2.35.0 to 2.53.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.35.0...2.53.0) Updates `virtualenv` from 20.32.0 to 20.37.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/commits) --- updated-dependencies: - dependency-name: apitally[fastapi] dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-non-major - dependency-name: authlib dependency-version: 1.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-non-major - dependency-name: fastapi dependency-version: 0.129.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: phonenumbers dependency-version: 9.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-non-major - dependency-name: sentry-sdk[fastapi] dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: starlette dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: typer dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: apitally dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-non-major - dependency-name: babel dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: cfgv dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: coverage dependency-version: 7.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: filelock dependency-version: 3.24.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: identify dependency-version: 2.6.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-non-major - dependency-name: nodeenv dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: platformdirs dependency-version: 4.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: uv-non-major - dependency-name: sentry-sdk dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major - dependency-name: virtualenv dependency-version: 20.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-non-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95bfb60 commit 5648793

3 files changed

Lines changed: 261 additions & 137 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ dependencies = [
1313
"alembic==1.18.4",
1414
"annotated-types==0.7.0",
1515
"anyio==4.12.1",
16-
"apitally[fastapi]==0.24.0",
16+
"apitally[fastapi]==0.24.1",
1717
"asgiref==3.11.1",
1818
"asn1crypto==1.5.1",
1919
"asyncpg==0.31.0",
2020
"attrs==25.4.0",
21-
"authlib==1.6.7",
21+
"authlib==1.6.8",
2222
"bcrypt==4.3.0",
2323
"cachetools==5.5.2",
2424
"certifi==2025.8.3",
@@ -30,7 +30,7 @@ dependencies = [
3030
"dnspython==2.8.0",
3131
"dotenv==0.9.9",
3232
"email-validator==2.3.0",
33-
"fastapi==0.128.0",
33+
"fastapi==0.129.0",
3434
"fastapi-pagination==0.15.10",
3535
"frozenlist==1.8.0",
3636
"geoalchemy2==0.18.1",
@@ -58,7 +58,7 @@ dependencies = [
5858
"pandas==2.3.2",
5959
"pandas-stubs~=2.3.2",
6060
"pg8000==1.31.5",
61-
"phonenumbers==9.0.23",
61+
"phonenumbers==9.0.24",
6262
"pillow==11.3.0",
6363
"pluggy==1.6.0",
6464
"pre-commit==4.5.1",
@@ -84,17 +84,17 @@ dependencies = [
8484
"requests==2.32.5",
8585
"rsa==4.9.1",
8686
"scramp==1.4.8",
87-
"sentry-sdk[fastapi]==2.35.0",
87+
"sentry-sdk[fastapi]==2.53.0",
8888
"shapely==2.1.2",
8989
"six==1.17.0",
9090
"sniffio==1.3.1",
9191
"sqlalchemy==2.0.46",
9292
"sqlalchemy-continuum==1.6.0",
9393
"sqlalchemy-searchable==2.1.0",
9494
"sqlalchemy-utils==0.42.1",
95-
"starlette==0.49.1",
95+
"starlette==0.52.1",
9696
"starlette-admin[i18n]==0.16.0",
97-
"typer==0.21.1",
97+
"typer==0.23.1",
9898
"typing-extensions==4.15.0",
9999
"typing-inspection==0.4.2",
100100
"tzdata==2025.3",

0 commit comments

Comments
 (0)