Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the safe group with 16 updates:

Package From To
aioboto3 15.0.0 15.4.0
alembic 1.16.4 1.17.0
orjson 3.11.1 3.11.3
pydantic 2.11.7 2.12.3
pydantic-extra-types 2.10.5 2.10.6
pydantic-settings 2.10.1 2.11.0
python-ulid 3.0.0 3.1.0
sqlmodel 0.0.24 0.0.27
typer 0.16.0 0.19.2
uvloop 0.21.0 0.22.1
mypy 1.17.1 1.18.2
ruff 0.12.7 0.14.1
faker 37.5.3 37.11.0
pytest 8.4.1 8.4.2
pytest-asyncio 1.1.0 1.2.0
pytest-results 0.4.5 0.5.0

Updates aioboto3 from 15.0.0 to 15.4.0

Changelog

Sourced from aioboto3's changelog.

15.4.0 (2025-10-18)

  • Bumped aiobotocore to to 2.25.0

15.3.0 (2025-10-18)

  • Bumped aiobotocore to to 2.24.3 - thanks @​thyhax
  • Contributing documentation updates - thanks @​thyhax
  • Updated Makefile to use uv over poetry - thanks @​thyhax

15.2.0 (2025-10-04)

15.1.0 (2025-08-12)

Commits
  • 1441cc2 Bump to aiobotocore 2.25.0
  • 57b1b09 Bump changelog
  • ea4599e Bump UV actions
  • 9e502cb Merge branch 'thyhax-aiobotocore-2.24.3' into 2.24.3_bump
  • f805fff Update hash for S3 copy operation
  • 542343e Update CHANGELOG
  • 3465c04 Support aiobotocore 2.24.3
  • 37865cf documentation for uv over poetry
  • 6f5712d Updare RTD
  • cb043b9 Merge branch 'shari-ful-main' into aiobotocore_2.24.2
  • Additional commits viewable in compare view

Updates alembic from 1.16.4 to 1.17.0

Release notes

Sourced from alembic's releases.

1.17.0

Released: October 11, 2025

  • [change] [tests] The top-level test runner has been changed to use nox, adding a noxfile.py as well as some included modules. The tox.ini file remains in place so that tox runs will continue to function in the near term, however it will be eventually removed and improvements and maintenance going forward will be only towards noxfile.py.

  • [change] [general] The minimum Python version is now 3.10, as Python 3.9 is EOL.

1.16.5

Released: August 27, 2025

bug

  • [bug] [mysql] Fixed Python-side autogenerate rendering of index expressions in MySQL dialect by aligning it with SQLAlchemy's MySQL index expression rules. Pull request courtesy david-fed.

    References: #1492

  • [bug] [config] Fixed issue where new pyproject.toml config would fail to parse the integer value used for the truncate_slug_length parameter. Pull request courtesy Luís Henrique Allebrandt Schunemann.

    References: #1709

Commits

Updates orjson from 3.11.1 to 3.11.3

Release notes

Sourced from orjson's releases.

3.11.3

Fixed

  • Fix PyPI project metadata when using maturin 1.9.2 or later.

3.11.2

Fixed

  • Fix build using Rust 1.89 on amd64.

Changed

  • Build now depends on Rust 1.85 or later instead of 1.82.
Changelog

Sourced from orjson's changelog.

3.11.3 - 2025-08-26

Fixed

  • Fix PyPI project metadata when using maturin 1.9.2 or later.

3.11.2 - 2025-08-12

Fixed

  • Fix build using Rust 1.89 on amd64.

Changed

  • Build now depends on Rust 1.85 or later instead of 1.82.
Commits

Updates pydantic from 2.11.7 to 2.12.3

Release notes

Sourced from pydantic's releases.

v2.12.3 2025-10-17

v2.12.3 (2025-10-17)

What's Changed

This is the third 2.13 patch release, fixing issues related to the FieldInfo class, and reverting a change to the supported after model validator function signatures.

  • Raise a warning when an invalid after model validator function signature is raised by @​Viicos in #12414. Starting in 2.12.0, using class methods for after model validators raised an error, but the error wasn't raised concistently. We decided to emit a deprecation warning instead.
  • Add FieldInfo.asdict() method, improve documentation around FieldInfo by @​Viicos in #12411. This also adds back support for mutations on FieldInfo classes, that are reused as Annotated metadata. However, note that this is still not a supported pattern. Instead, please refer to the added example in the documentation.

The blog post section on changes was also updated to document the changes related to serialize_as_any.

Full Changelog: pydantic/pydantic@v2.12.2...v2.12.3

v2.12.2 2025-10-14

v2.12.2 (2025-10-14)

What's Changed

Fixes

  • Release a new pydantic-core version, as a corrupted CPython 3.10 manylinux2014_aarch64 wheel got uploaded (pydantic-core#1843).
  • Fix issue with recursive generic models with a parent model class by @​Viicos in #12398

Full Changelog: pydantic/pydantic@v2.12.1...v2.12.2

v2.12.1 2025-10-13

v2.12.1 (2025-10-13)

GitHub release

What's Changed

This is the first 2.12 patch release, addressing most (but not all yet) regressions from the initial 2.12.0 release.

Fixes

New Contributors

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.12.3 (2025-10-17)

GitHub release

What's Changed

This is the third 2.13 patch release, fixing issues related to the FieldInfo class, and reverting a change to the supported after model validator function signatures.

  • Raise a warning when an invalid after model validator function signature is raised by @​Viicos in #12414. Starting in 2.12.0, using class methods for after model validators raised an error, but the error wasn't raised concistently. We decided to emit a deprecation warning instead.
  • Add FieldInfo.asdict() method, improve documentation around FieldInfo by @​Viicos in #12411. This also add back support for mutations on FieldInfo classes, that are reused as Annotated metadata. However, note that this is still not a supported pattern. Instead, please refer to the added example in the documentation.

The blog post section on changes was also updated to document the changes related to serialize_as_any.

v2.12.2 (2025-10-14)

GitHub release

What's Changed

Fixes

  • Release a new pydantic-core version, as a corrupted CPython 3.10 manylinux2014_aarch64 wheel got uploaded (pydantic-core#1843).
  • Fix issue with recursive generic models with a parent model class by @​Viicos in #12398

v2.12.1 (2025-10-13)

GitHub release

What's Changed

This is the first 2.12 patch release, addressing most (but not all yet) regressions from the initial 2.12.0 release.

Fixes

New Contributors

... (truncated)

Commits
  • 1a8850d Prepare release 2.12.3
  • 09dbcf2 Add FieldInfo.asdict() method, improve documentation around FieldInfo
  • 5da4331 Improve documentation about serialize as any behavior
  • 9c86324 Raise a warning when an invalid after model validator function signature is r...
  • 36a73c6 Update pydantic-extra-types dependency to version >=2.10.6
  • 1e616a3 Prepare release v2.12.2
  • dc302e2 Fix issue with recursive generic models with a parent model class
  • 6876485 Bump pydantic-core to v2.41.4
  • b4076c6 Prepare release 2.12.1
  • b67f072 Bump pydantic-core to v2.41.3
  • Additional commits viewable in compare view

Updates pydantic-extra-types from 2.10.5 to 2.10.6

Release notes

Sourced from pydantic-extra-types's releases.

v2.10.6

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-extra-types@v2.10.5...v2.10.6

Commits

Updates pydantic-settings from 2.10.1 to 2.11.0

Release notes

Sourced from pydantic-settings's releases.

v2.11.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@2.10.1...v2.11.0

Commits

Updates python-ulid from 3.0.0 to 3.1.0

Release notes

Sourced from python-ulid's releases.

3.1.0

Changed

  • Added Python 3.13 to the trove classifiers.
  • Optimze @property to @cached_property @​WH-2099
  • When generating ULIDs within the same millisecond, the library will ensure monotonic sort order by incrementing the randomness component by 1 bit. This process is described in the spec.

Fixed

  • Sharpen regular expression for Pydantic @​aplhk.
  • Fix Sphinx warnings when referencing ULID from an external project. @​BoboTiG .
Changelog

Sourced from python-ulid's changelog.

3.1.0_ - 2025-08-18

Changed

* Added Python 3.13 to the trove classifiers.
* Optimze ``@property`` to ``@cached_property`` `@WH-2099 <https://github.com/WH-2099>`_.
* When generating ULIDs within the same millisecond, the library will ensure monotonic sort order by
  incrementing the randomness component by 1 bit. This process is descrbied in the
  `spec <https://github.com/ulid/spec/blob/master/README.md#monotonicity>`_.

Fixed

* Sharpen regular expression for Pydantic `@aplhk &lt;https://github.com/aplhk&gt;`_.
* Fix Sphinx warnings when referencing ULID from an external project. `@BoboTiG &lt;https://github.com/BoboTiG&gt;`_.
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/mdomke/python-ulid/commit/12277593be322123b2f6ff39fbe329a3eb0b7c15&quot;&gt;&lt;code&gt;1227759&lt;/code&gt;&lt;/a> chore: Always specify byteorder for Python 3.9</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/14683ee0df6e4a2966ceb32d3497bc5d3a9d7079&quot;&gt;&lt;code&gt;14683ee&lt;/code&gt;&lt;/a> Implement same ms monotonic sort order</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/51b4ab8dace5661a1689f4bcaaefbc529d0c4632&quot;&gt;&lt;code&gt;51b4ab8&lt;/code&gt;&lt;/a> chore: Add changelog for 3.1.0</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/c36c65f7730422591f6302a60d6a00324c7ba9a2&quot;&gt;&lt;code&gt;c36c65f&lt;/code&gt;&lt;/a> Improve Sphinx interdoc</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/dfc3b9cee46518514d44fb34fd5d36d6f414b965&quot;&gt;&lt;code&gt;dfc3b9c&lt;/code&gt;&lt;/a> Fix sphinx warnings (<a href="https://redirect.github.com/mdomke/python-ulid/issues/35&quot;&gt;#35&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/mdomke/python-ulid/commit/59cd43d0d5aa3a8bf509f8da516d0c27597d020b&quot;&gt;&lt;code&gt;59cd43d&lt;/code&gt;&lt;/a> Add uv and freezegun dependencies</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/9e56decb2b16ec8d6ebaccdc200de264e69f96e3&quot;&gt;&lt;code&gt;9e56dec&lt;/code&gt;&lt;/a> Optimize regex pattern</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/9b3168bed2938e7de4a4d4565aec62a3eab7f5c5&quot;&gt;&lt;code&gt;9b3168b&lt;/code&gt;&lt;/a> Update tooling, type checking and linting</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/929ef8ac34ef953c980490dd875b3100fc4351aa&quot;&gt;&lt;code&gt;929ef8a&lt;/code&gt;&lt;/a> Move dev dependences into pyproject.toml</li>
<li><a href="https://github.com/mdomke/python-ulid/commit/a1434e82a854f1796ba4ad5da5a095789038f506&quot;&gt;&lt;code&gt;a1434e8&lt;/code&gt;&lt;/a> optimize property to cached_property (<a href="https://redirect.github.com/mdomke/python-ulid/issues/37&quot;&gt;#37&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/mdomke/python-ulid/compare/3.0.0...3.1.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates sqlmodel from 0.0.24 to 0.0.27

Release notes

Sourced from sqlmodel's releases.

0.0.27

Upgrades

0.0.26

Fixes

  • 🐛 Fix attribute handling in model_dump for compatibility with the latest Pydantic versions. PR #1595 by @​spazm.

Docs

Internal

0.0.25

Features

  • ✨ Add overload for exec method to support insert, update, delete statements. PR #1342 by @​seriaati.

Upgrades

  • ⬆️ Drop support for Python 3.7, require Python 3.8 or above. PR #1316 by @​svlandeg.

Docs

  • ✏️ Fix typos in docs/tutorial/relationship-attributes/cascade-delete-relationships.md. PR #1543 by @​YuriiMotov.
  • 🍱 Update SVG files, a single file per diagram, sans-serif fonts. PR #1373 by @​tiangolo.
  • 📝 Grammar tweak in docs/tutorial/insert.md. PR #1368 by @​brettcannon.
  • 📝 Update docs/tutorial/fastapi/relationships.md. PR #1365 by @​Foxerine.
  • ✏️ Tweak the grammar in docs/learn/index.md. PR #1363 by @​brettcannon.
  • 📝 Update all docs references to Optional to use the new syntax in Python 3.10, e.g. int | None. PR #1351 by @​tiangolo.
  • 📝 Update install and usage with FastAPI CLI in FastAPI tutorial. PR #1350 by @​tiangolo.
  • 📝 Update FastAPI tutorial docs to use the new model.sqlmodel_update() instead of old setattr(). PR #1117 by @​jpizquierdo.
  • ✏️ Update docs/virtual-environments.md. PR #1321 by @​sylvainHellin.

... (truncated)

Changelog

Sourced from sqlmodel's changelog.

0.0.27

Upgrades

0.0.26

Fixes

  • 🐛 Fix attribute handling in model_dump for compatibility with the latest Pydantic versions. PR #1595 by @​spazm.

Docs

Internal

0.0.25

Features

  • ✨ Add overload for exec method to support insert, update, delete statements. PR #1342 by @​seriaati.

Upgrades

  • ⬆️ Drop support for Python 3.7, require Python 3.8 or above. PR #1316 by @​svlandeg.

Docs

  • ✏️ Fix typos in docs/tutorial/relationship-attributes/cascade-delete-relationships.md. PR #1543 by @​YuriiMotov.
  • 🍱 Update SVG files, a single file per diagram, sans-serif fonts. PR #1373 by @​tiangolo.
  • 📝 Grammar tweak in docs/tutorial/insert.md. PR #1368 by @​brettcannon.
  • 📝 Update docs/tutorial/fastapi/relationships.md. PR #1365 by @​Foxerine.
  • ✏️ Tweak the grammar in docs/learn/index.md. PR #1363 by @​brettcannon.
  • 📝 Update all docs references to Optional to use the new syntax in Python 3.10, e.g. int | None. PR #1351 by @​tiangolo.

... (truncated)

Commits
  • a85de91 🔖 Release version 0.0.27
  • f9f4faf 📝 Update release notes
  • 45215fc ⬆️ Add support for Python 3.14 (#1578)
  • 0cbf2e6 🔖 Release version 0.0.26
  • 5644ab4 📝 Update release notes
  • f751e1c ⬆ Bump mypy from 1.4.1 to 1.18.2 (#1560)
  • 2d3b25d 📝 Update release notes
  • 35a652e ✅ Add test that runs select with 3 or 4 arguments (#1590)
  • b7fd32d 📝 Update release notes
  • 0402496 🐛 Fix attribute handling in model_dump for compatibility with the latest Py...
  • Additional commits viewable in compare view

Updates typer from 0.16.0 to 0.19.2

Release notes

Sourced from typer's releases.

0.19.2

Fixes

  • 🐛 Fix list convertor with an empty list default factory . PR #1350 by @​svlandeg.

Refactors

Internal

0.19.1

Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.

Fixes

  • 🐛 Ensure that Optional[list] values work correctly with callbacks. PR #1018 by @​solesensei.

0.19.0

Features

  • ✨ Support typing.Literal to define a set of predefined choices. PR #429 by @​blackary.
  • ✨ Allow setting an environment variable to None in CliRunner.invoke. PR #1303 by @​arjenzorgdoc.

Refactors

Docs

0.18.0

Fixes

  • 👽️ Ensure compatibility with Click 8.3.0 by restoring the original value_is_missing function. PR #1333 by @​svlandeg.

Upgrades

  • 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR #1346 by @​tiangolo.

0.17.5

Fixes

  • ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR #1336 by @​svlandeg.

... (truncated)

Changelog

Sourced from typer's changelog.

0.19.2

Fixes

  • 🐛 Fix list convertor with an empty list default factory . PR #1350 by @​svlandeg.

Refactors

Internal

0.19.1

Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.

Fixes

  • 🐛 Ensure that Optional[list] values work correctly with callbacks. PR #1018 by @​solesensei.

0.19.0

Features

  • ✨ Support typing.Literal to define a set of predefined choices. PR #429 by @​blackary.
  • ✨ Allow setting an environment variable to None in CliRunner.invoke. PR #1303 by @​arjenzorgdoc.

Refactors

Docs

0.18.0

Fixes

  • 👽️ Ensure compatibility with Click 8.3.0 by restoring the original value_is_missing function. PR #1333 by @​svlandeg.

Upgrades

  • 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR #1346 by @​tiangolo.

... (truncated)

Commits
  • dc07284 🔖 Release version 0.19.2
  • a84fa46 📝 Update release notes

Bumps the safe group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [aioboto3](https://github.com/terricain/aioboto3) | `15.0.0` | `15.4.0` |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.16.4` | `1.17.0` |
| [orjson](https://github.com/ijl/orjson) | `3.11.1` | `3.11.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.3` |
| [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) | `2.10.5` | `2.10.6` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.11.0` |
| [python-ulid](https://github.com/mdomke/python-ulid) | `3.0.0` | `3.1.0` |
| [sqlmodel](https://github.com/fastapi/sqlmodel) | `0.0.24` | `0.0.27` |
| [typer](https://github.com/fastapi/typer) | `0.16.0` | `0.19.2` |
| [uvloop](https://github.com/MagicStack/uvloop) | `0.21.0` | `0.22.1` |
| [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.7` | `0.14.1` |
| [faker](https://github.com/joke2k/faker) | `37.5.3` | `37.11.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.1.0` | `1.2.0` |
| [pytest-results](https://github.com/100nm/pytest-results) | `0.4.5` | `0.5.0` |


Updates `aioboto3` from 15.0.0 to 15.4.0
- [Changelog](https://github.com/terricain/aioboto3/blob/main/CHANGELOG.rst)
- [Commits](terricain/aioboto3@v15.0.0...v15.4.0)

Updates `alembic` from 1.16.4 to 1.17.0
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `orjson` from 3.11.1 to 3.11.3
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.11.1...3.11.3)

Updates `pydantic` from 2.11.7 to 2.12.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.7...v2.12.3)

Updates `pydantic-extra-types` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic-extra-types/releases)
- [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic-extra-types@v2.10.5...v2.10.6)

Updates `pydantic-settings` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@2.10.1...v2.11.0)

Updates `python-ulid` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/mdomke/python-ulid/releases)
- [Changelog](https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst)
- [Commits](mdomke/python-ulid@3.0.0...3.1.0)

Updates `sqlmodel` from 0.0.24 to 0.0.27
- [Release notes](https://github.com/fastapi/sqlmodel/releases)
- [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md)
- [Commits](fastapi/sqlmodel@0.0.24...0.0.27)

Updates `typer` from 0.16.0 to 0.19.2
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.16.0...0.19.2)

Updates `uvloop` from 0.21.0 to 0.22.1
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](MagicStack/uvloop@v0.21.0...v0.22.1)

Updates `mypy` from 1.17.1 to 1.18.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.17.1...v1.18.2)

Updates `ruff` from 0.12.7 to 0.14.1
- [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.12.7...0.14.1)

Updates `faker` from 37.5.3 to 37.11.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v37.5.3...v37.11.0)

Updates `pytest` from 8.4.1 to 8.4.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.1...8.4.2)

Updates `pytest-asyncio` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.1.0...v1.2.0)

Updates `pytest-results` from 0.4.5 to 0.5.0
- [Release notes](https://github.com/100nm/pytest-results/releases)
- [Commits](100nm/pytest-results@0.4.5...0.5.0)

---
updated-dependencies:
- dependency-name: aioboto3
  dependency-version: 15.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: alembic
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: orjson
  dependency-version: 3.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: pydantic
  dependency-version: 2.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: pydantic-extra-types
  dependency-version: 2.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: pydantic-settings
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: python-ulid
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: sqlmodel
  dependency-version: 0.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: typer
  dependency-version: 0.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: uvloop
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: mypy
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: ruff
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: faker
  dependency-version: 37.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: pytest
  dependency-version: 8.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: pytest-asyncio
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: pytest-results
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant