Skip to content

Commit

Permalink
chore(deps): bump the types group in /requirements with 11 updates (#…
Browse files Browse the repository at this point in the history
…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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas <[email protected]>
  • Loading branch information
dependabot[bot] and lucashuy authored Jan 12, 2024
1 parent a79a138 commit 8cb45e3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions requirements/reproducible-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8cb45e3

Please sign in to comment.