From 9196234f2901dc54dc161aa432506f20700eddc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 08:15:35 +0000 Subject: [PATCH] chore(deps-dev): bump the types group across 1 directory with 3 updates Bumps the types group with 3 updates in the /requirements directory: [types-pywin32](https://github.com/python/typeshed), [types-setuptools](https://github.com/python/typeshed) and [types-requests](https://github.com/python/typeshed). Updates `types-pywin32` from 308.0.0.20250128 to 309.0.0.20250311 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 75.8.2.20250305 to 76.0.0.20250313 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.32.0.20250301 to 2.32.0.20250306 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pywin32 dependency-type: direct:development update-type: version-update:semver-major 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] --- requirements/dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 15e9253421..15e9658797 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,12 +10,12 @@ pytest-cov==5.0.0; python_version<"3.9" # mypy adds new rules in new minor versions, which could cause our PR check to fail # here we fix its version and upgrade it manually in the future mypy==1.15.0 -types-pywin32==308.0.0.20250128; python_version>="3.9" +types-pywin32==309.0.0.20250311; python_version>="3.9" types-pywin32==308.0.0.20241221; python_version<"3.9" types-PyYAML==6.0.12.20241230 types-chevron==0.14.2.20250103 types-psutil==7.0.0.20250218 -types-setuptools==75.8.2.20250305 +types-setuptools==76.0.0.20250313 types-Pygments==2.19.0.20250305 types-colorama==0.4.15.20240311 types-dateparser==1.2.0.20250208 @@ -25,7 +25,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.20250301; python_version>="3.10" +types-requests==2.32.0.20250306; python_version>="3.10" types-urllib3==1.26.25.14 # Test requirements