Skip to content

Commit

Permalink
chore(deps-dev): bump the types group across 1 directory with 7 updat…
Browse files Browse the repository at this point in the history
…es (#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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 4b3322c commit 1bb0874
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bb0874

Please sign in to comment.