Skip to content

Commit 7353470

Browse files
Bump the tests-dependencies group across 1 directory with 5 updates
Bumps the tests-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest-alembic](https://github.com/schireson/pytest-alembic) | `0.11.1` | `0.12.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.26.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.1.1` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.14.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.5` | Updates `pytest-alembic` from 0.11.1 to 0.12.1 - [Release notes](https://github.com/schireson/pytest-alembic/releases) - [Changelog](https://github.com/schireson/pytest-alembic/blob/main/CHANGELOG.md) - [Commits](schireson/pytest-alembic@v0.11.1...v0.12.1) Updates `pytest-asyncio` from 0.23.8 to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.26.0) Updates `pytest-cov` from 5.0.0 to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.1.1) Updates `pytest-mock` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.0...v3.14.1) Updates `pytest` from 8.3.2 to 8.3.5 - [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.3.2...8.3.5) --- updated-dependencies: - dependency-name: pytest-alembic dependency-version: 0.12.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tests-dependencies - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tests-dependencies - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: tests-dependencies - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tests-dependencies - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tests-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eacecea commit 7353470

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ httpx==0.27.0 # needed for tests as a replacement of reque
44
mypy==1.10.1
55
pandas-stubs == 2.2.2.240807
66
psycopg[binary]==3.2.1 # PostgreSQL adapter for synchronous operations at startup (database initializations & migrations), binary installation is the easiest way to install it
7-
pytest-alembic==0.11.1
8-
pytest-asyncio==0.23.8
9-
pytest-cov==5.0.0
10-
pytest-mock==3.14.0
11-
pytest==8.3.2
7+
pytest-alembic==0.12.1
8+
pytest-asyncio==0.26.0
9+
pytest-cov==6.1.1
10+
pytest-mock==3.14.1
11+
pytest==8.3.5
1212
ruff==0.11.8
1313
types-aiofiles==24.1.0.20240626
1414
types-Authlib==1.5.0.20250416

0 commit comments

Comments
 (0)