From 5e0971c8e5e30881b834407436110762e47c3e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:07:58 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group across 1 directory with 9 updates Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic), [pyyaml](https://github.com/yaml/pyyaml), [testcontainers](https://github.com/testcontainers/testcontainers-python), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [import-linter](https://github.com/seddonym/import-linter) to permit the latest version. Updates `alembic` to 1.18.4 - [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 `pyyaml` to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) Updates `testcontainers` to 4.14.2 - [Release notes](https://github.com/testcontainers/testcontainers-python/releases) - [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.8.0...testcontainers-v4.14.2) Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.0.3) Updates `pytest-asyncio` to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.3.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v7.1.0) Updates `ruff` to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.0...0.15.12) Updates `mypy` to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.20.2) Updates `import-linter` to 2.11 - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.7...v2.11) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: import-linter dependency-version: '2.11' dependency-type: direct:development dependency-group: development-dependencies - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: testcontainers dependency-version: 4.14.2 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5db02b43..4638fc35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,15 +10,15 @@ explicit = true [dependency-groups] dev = [ - "alembic>=1.13", - "pyyaml>=6.0", - "testcontainers[postgres]>=4.8", - "pytest>=8.0", - "pytest-asyncio>=0.24", - "pytest-cov>=5.0", - "ruff>=0.15", - "mypy>=1.13", - "import-linter>=2.7", + "alembic>=1.18.4", + "pyyaml>=6.0.3", + "testcontainers[postgres]>=4.14.2", + "pytest>=9.0.3", + "pytest-asyncio>=1.3.0", + "pytest-cov>=7.1.0", + "ruff>=0.15.12", + "mypy>=1.20.2", + "import-linter>=2.11", ] # ---------------------------------------------------------------------------