Skip to content

Commit 9358593

Browse files
Bump the packages group across 1 directory with 3 updates
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py), [pytest](https://github.com/pytest-dev/pytest) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `fakeredis` to 2.30.0 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](cunla/fakeredis-py@v2.29.0...v2.30.0) Updates `pytest` to 8.4.0 - [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.0...8.4.0) Updates `pytest-cov` to 6.2.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.30.0 dependency-type: direct:development dependency-group: packages - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development dependency-group: packages - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e56e06f commit 9358593

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.dev/requirements_dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
debugpy>=1.8.0
2-
fakeredis~=2.29
2+
fakeredis~=2.30
33
httpx~=0.28.1
44
invoke~=2.2
55
pre-commit~=4.2
6-
pytest~=8.3
7-
pytest-cov~=6.1
6+
pytest~=8.4
7+
pytest-cov~=6.2
88

99
# httpx is necessary due to the use of fastapi/starlette's TestClient
1010
# See https://fastapi.tiangolo.com/tutorial/testing/?h=testclient#using-testclient

0 commit comments

Comments
 (0)