From 986791962846bdc3777e544892687790726ce080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:30:43 +0000 Subject: [PATCH] chore(deps-dev): bump the types group in /requirements with 3 updates (#7485) Bumps the types group in /requirements with 3 updates: [types-pyyaml](https://github.com/python/typeshed), [types-setuptools](https://github.com/python/typeshed) and [types-requests](https://github.com/python/typeshed). Updates `types-pyyaml` from 6.0.12.20240808 to 6.0.12.20240917 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 74.1.0.20240907 to 75.1.0.20240917 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.32.0.20240907 to 2.32.0.20240914 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: types - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 873c16c083..95a6ae27fd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,10 +9,10 @@ pytest-cov==5.0.0 # here we fix its version and upgrade it manually in the future mypy==1.11.2 types-pywin32==306.0.0.20240822 -types-PyYAML==6.0.12.20240808 +types-PyYAML==6.0.12.20240917 types-chevron==0.14.2.20240310 types-psutil==6.0.0.20240901 -types-setuptools==74.1.0.20240907 +types-setuptools==75.1.0.20240917 types-Pygments==2.18.0.20240506 types-colorama==0.4.15.20240311 types-dateparser==1.2.0.20240420 @@ -22,7 +22,7 @@ types-pyOpenSSL==24.1.0.20240722 # lucashuy: pin `types-request` based on the Python version since newer versions of # the types require a newer version of requests, which is only installed in newer versions of Python types-requests==2.31.0.6; python_version<"3.10" -types-requests==2.32.0.20240907; python_version>="3.10" +types-requests==2.32.0.20240914; python_version>="3.10" types-urllib3==1.26.25.14 # Test requirements