Skip to content

Commit 1e95cd5

Browse files
Bump the pip-dependencies group with 2 updates (#101)
Bumps the pip-dependencies group with 2 updates: [mypy](https://github.com/python/mypy) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.1) Updates `pytest-asyncio` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 928c270 commit 1e95cd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-r requirements.txt
22
aioresponses==0.7.8
33
black==25.1.0
4-
mypy==1.16.1
4+
mypy==1.17.1
55
pre-commit-hooks==5.0.0
66
pre-commit==4.2.0
77
pylint==3.3.7
8-
pytest-asyncio==1.0.0
8+
pytest-asyncio==1.1.0
99
pytest-cov==6.2.1
1010
pytest==8.4.1
1111
reorder-python-imports==3.15.0

0 commit comments

Comments
 (0)