From 4556b57ebcd852cd0c84c9b2ff8130c9963cb060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:16:37 +0000 Subject: [PATCH] chore(deps-dev): bump the types group across 1 directory with 5 updates Bumps the types group with 5 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [types-pywin32](https://github.com/python/typeshed) | `308.0.0.20241128` | `308.0.0.20241221` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240917` | `6.0.12.20241221` | | [types-psutil](https://github.com/python/typeshed) | `6.1.0.20241102` | `6.1.0.20241221` | | [types-setuptools](https://github.com/python/typeshed) | `75.6.0.20241126` | `75.6.0.20241223` | | [types-jsonschema](https://github.com/python/typeshed) | `4.23.0.20240813` | `4.23.0.20241208` | Updates `types-pywin32` from 308.0.0.20241128 to 308.0.0.20241221 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241221 - [Commits](https://github.com/python/typeshed/commits) Updates `types-psutil` from 6.1.0.20241102 to 6.1.0.20241221 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 75.6.0.20241126 to 75.6.0.20241223 - [Commits](https://github.com/python/typeshed/commits) Updates `types-jsonschema` from 4.23.0.20240813 to 4.23.0.20241208 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pywin32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-psutil 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-patch dependency-group: types - dependency-name: types-jsonschema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index de9e4c5575..0b4f25803a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,16 +10,16 @@ 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.13.0 -types-pywin32==308.0.0.20241128 -types-PyYAML==6.0.12.20240917 +types-pywin32==308.0.0.20241221 +types-PyYAML==6.0.12.20241221 types-chevron==0.14.2.20240310 -types-psutil==6.1.0.20241102 -types-setuptools==75.6.0.20241126 +types-psutil==6.1.0.20241221 +types-setuptools==75.6.0.20241223 types-Pygments==2.18.0.20240506 types-colorama==0.4.15.20240311 types-dateparser==1.2.0.20240420 types-docutils==0.21.0.20241128 -types-jsonschema==4.23.0.20240813 +types-jsonschema==4.23.0.20241208 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