From e1661551dce55c46f2ef49b044b336903e8e3a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:46:48 -0800 Subject: [PATCH 1/2] chore(deps-dev): bump the types group across 1 directory with 7 updates (#7829) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 From fd990bfe8426773b4ad70cf74cd09001fa111e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:46:57 -0800 Subject: [PATCH 2/2] chore(deps-dev): bump coverage from 7.6.9 to 7.6.10 in /requirements (#7822) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.9 to 7.6.10. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.9...7.6.10) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4c27846f01..69e6efa9cb 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,6 +1,6 @@ -r pre-dev.txt -coverage==7.6.9; python_version>="3.9" +coverage==7.6.10; python_version>="3.9" coverage==7.6.1; python_version<"3.9" pytest-cov==6.0.0; python_version>="3.9" pytest-cov==5.0.0; python_version<"3.9"