From 8cb45e36a2580a1c9530cf3836fac367595be7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:25:29 +0000 Subject: [PATCH] chore(deps): bump the types group in /requirements with 11 updates (#6534) Bumps the types group in /requirements with 11 updates: | Package | From | To | | --- | --- | --- | | [types-python-dateutil](https://github.com/python/typeshed) | `2.8.19.14` | `2.8.19.20240106` | | [types-pywin32](https://github.com/python/typeshed) | `306.0.0.8` | `306.0.0.20240106` | | [types-chevron](https://github.com/python/typeshed) | `0.14.2.5` | `0.14.2.20240106` | | [types-psutil](https://github.com/python/typeshed) | `5.9.5.17` | `5.9.5.20240106` | | [types-setuptools](https://github.com/python/typeshed) | `69.0.0.0` | `69.0.0.20240106` | | [types-pygments](https://github.com/python/typeshed) | `2.17.0.0` | `2.17.0.20240106` | | [types-colorama](https://github.com/python/typeshed) | `0.4.15.12` | `0.4.15.20240106` | | [types-dateparser](https://github.com/python/typeshed) | `1.1.4.10` | `1.1.4.20240106` | | [types-docutils](https://github.com/python/typeshed) | `0.20.0.3` | `0.20.0.20240106` | | [types-jsonschema](https://github.com/python/typeshed) | `4.20.0.0` | `4.20.0.20240105` | | [types-pyopenssl](https://github.com/python/typeshed) | `23.3.0.0` | `23.3.0.20240106` | Updates `types-python-dateutil` from 2.8.19.14 to 2.8.19.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pywin32` from 306.0.0.8 to 306.0.0.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-chevron` from 0.14.2.5 to 0.14.2.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-psutil` from 5.9.5.17 to 5.9.5.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 69.0.0.0 to 69.0.0.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pygments` from 2.17.0.0 to 2.17.0.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-colorama` from 0.4.15.12 to 0.4.15.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-dateparser` from 1.1.4.10 to 1.1.4.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-docutils` from 0.20.0.3 to 0.20.0.20240106 - [Commits](https://github.com/python/typeshed/commits) Updates `types-jsonschema` from 4.20.0.0 to 4.20.0.20240105 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pyopenssl` from 23.3.0.0 to 23.3.0.20240106 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: types - dependency-name: types-pywin32 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-patch dependency-group: types - dependency-name: types-pygments dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-colorama dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-dateparser dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types - dependency-name: types-docutils 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 - dependency-name: types-pyopenssl 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> Co-authored-by: Lucas <12496191+lucashuy@users.noreply.github.com> --- requirements/dev.txt | 20 ++++++++++---------- requirements/reproducible-linux.txt | 6 +++--- requirements/reproducible-mac.txt | 6 +++--- requirements/reproducible-win.txt | 6 +++--- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d37ee0d260..9a9cbadb88 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,17 +8,17 @@ pytest-cov==4.1.0 # 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.8.0 -types-pywin32==306.0.0.8 +types-pywin32==306.0.0.20240106 types-PyYAML==6.0.12.12 -types-chevron==0.14.2.5 -types-psutil==5.9.5.17 -types-setuptools==69.0.0.0 -types-Pygments==2.17.0.0 -types-colorama==0.4.15.12 -types-dateparser==1.1.4.10 -types-docutils==0.20.0.3 -types-jsonschema==4.20.0.0 -types-pyOpenSSL==23.3.0.0 +types-chevron==0.14.2.20240106 +types-psutil==5.9.5.20240106 +types-setuptools==69.0.0.20240106 +types-Pygments==2.17.0.20240106 +types-colorama==0.4.15.20240106 +types-dateparser==1.1.4.20240106 +types-docutils==0.20.0.20240106 +types-jsonschema==4.20.0.20240105 +types-pyOpenSSL==23.3.0.20240106 # as of types-requests>=2.31.0.7, this now requires `urllib3>2`, pin we are able to upgrade types-requests==2.31.0.6 types-urllib3==1.26.25.14 diff --git a/requirements/reproducible-linux.txt b/requirements/reproducible-linux.txt index f59433fa8a..1f8064456b 100644 --- a/requirements/reproducible-linux.txt +++ b/requirements/reproducible-linux.txt @@ -947,9 +947,9 @@ types-awscrt==0.20.0 \ --hash=sha256:99778c952e1eae10cc7a53468413001177026c9434345bf00120bb2ea5b79109 \ --hash=sha256:e872b65d041687ec7fb49fb4dcb871ff10ade5efeca02722e037a03bff81db7e # via botocore-stubs -types-python-dateutil==2.8.19.14 \ - --hash=sha256:1f4f10ac98bb8b16ade9dbee3518d9ace017821d94b057a425b069f834737f4b \ - --hash=sha256:f977b8de27787639986b4e28963263fd0e5158942b3ecef91b9335c130cb1ce9 +types-python-dateutil==2.8.19.20240106 \ + --hash=sha256:1f8db221c3b98e6ca02ea83a58371b22c374f42ae5bbdf186db9c9a76581459f \ + --hash=sha256:efbbdc54590d0f16152fa103c9879c7d4a00e82078f6e2cf01769042165acaa2 # via arrow types-s3transfer==0.10.0 \ --hash=sha256:35e4998c25df7f8985ad69dedc8e4860e8af3b43b7615e940d53c00d413bdc69 \ diff --git a/requirements/reproducible-mac.txt b/requirements/reproducible-mac.txt index cb5230681a..d3bef98f63 100644 --- a/requirements/reproducible-mac.txt +++ b/requirements/reproducible-mac.txt @@ -979,9 +979,9 @@ types-awscrt==0.20.0 \ --hash=sha256:99778c952e1eae10cc7a53468413001177026c9434345bf00120bb2ea5b79109 \ --hash=sha256:e872b65d041687ec7fb49fb4dcb871ff10ade5efeca02722e037a03bff81db7e # via botocore-stubs -types-python-dateutil==2.8.19.14 \ - --hash=sha256:1f4f10ac98bb8b16ade9dbee3518d9ace017821d94b057a425b069f834737f4b \ - --hash=sha256:f977b8de27787639986b4e28963263fd0e5158942b3ecef91b9335c130cb1ce9 +types-python-dateutil==2.8.19.20240106 \ + --hash=sha256:1f8db221c3b98e6ca02ea83a58371b22c374f42ae5bbdf186db9c9a76581459f \ + --hash=sha256:efbbdc54590d0f16152fa103c9879c7d4a00e82078f6e2cf01769042165acaa2 # via arrow types-s3transfer==0.10.0 \ --hash=sha256:35e4998c25df7f8985ad69dedc8e4860e8af3b43b7615e940d53c00d413bdc69 \ diff --git a/requirements/reproducible-win.txt b/requirements/reproducible-win.txt index db779b6872..1666867dcd 100644 --- a/requirements/reproducible-win.txt +++ b/requirements/reproducible-win.txt @@ -967,9 +967,9 @@ types-awscrt==0.20.0 \ --hash=sha256:99778c952e1eae10cc7a53468413001177026c9434345bf00120bb2ea5b79109 \ --hash=sha256:e872b65d041687ec7fb49fb4dcb871ff10ade5efeca02722e037a03bff81db7e # via botocore-stubs -types-python-dateutil==2.8.19.14 \ - --hash=sha256:1f4f10ac98bb8b16ade9dbee3518d9ace017821d94b057a425b069f834737f4b \ - --hash=sha256:f977b8de27787639986b4e28963263fd0e5158942b3ecef91b9335c130cb1ce9 +types-python-dateutil==2.8.19.20240106 \ + --hash=sha256:1f8db221c3b98e6ca02ea83a58371b22c374f42ae5bbdf186db9c9a76581459f \ + --hash=sha256:efbbdc54590d0f16152fa103c9879c7d4a00e82078f6e2cf01769042165acaa2 # via arrow types-s3transfer==0.10.0 \ --hash=sha256:35e4998c25df7f8985ad69dedc8e4860e8af3b43b7615e940d53c00d413bdc69 \