From c08d267cbecc8fa253e434f6a0f8d8f47a7dc6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:18:44 +0000 Subject: [PATCH] chore(deps-dev): bump the types group across 1 directory with 7 updates Bumps the types group with 7 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.20241230` | | [types-chevron](https://github.com/python/typeshed) | `0.14.2.20240310` | `0.14.2.20250103` | | [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.8.0.20250110` | | [types-pygments](https://github.com/python/typeshed) | `2.18.0.20240506` | `2.19.0.20250107` | | [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.20241230 - [Commits](https://github.com/python/typeshed/commits) Updates `types-chevron` from 0.14.2.20240310 to 0.14.2.20250103 - [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.8.0.20250110 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pygments` from 2.18.0.20240506 to 2.19.0.20250107 - [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-chevron 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-minor dependency-group: types - dependency-name: types-pygments dependency-type: direct:development update-type: version-update:semver-minor 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 0c7e00665e..4c27846f01 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.14.1 -types-pywin32==308.0.0.20241128 -types-PyYAML==6.0.12.20240917 -types-chevron==0.14.2.20240310 -types-psutil==6.1.0.20241102 -types-setuptools==75.6.0.20241126 -types-Pygments==2.18.0.20240506 +types-pywin32==308.0.0.20241221 +types-PyYAML==6.0.12.20241230 +types-chevron==0.14.2.20250103 +types-psutil==6.1.0.20241221 +types-setuptools==75.8.0.20250110 +types-Pygments==2.19.0.20250107 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