From 8ad93a8a75914f98be017bd55afc9c24db29b332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 03:48:41 +0000 Subject: [PATCH] Bump the python-packages group with 3 updates Bumps the python-packages group with 3 updates: [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest) and [types-pyyaml](https://github.com/python/typeshed). Updates `mypy` from 1.10.1 to 1.11.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) Updates `pytest` from 8.2.2 to 8.3.2 - [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.2.2...8.3.2) Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240724 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c95adb2..0727f9c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -mypy==1.10.1 +mypy==1.11.0 pre-commit==3.7.1 -pytest==8.2.2 +pytest==8.3.2 pytest-asyncio==0.23.8 -types-PyYAML==6.0.12.20240311 +types-PyYAML==6.0.12.20240724