Skip to content

Commit

Permalink
chore(deps-dev): bump the types group across 1 directory with 4 updat…
Browse files Browse the repository at this point in the history
…es (#7276)

Bumps the types group with 4 updates in the /requirements directory: [types-pyyaml](https://github.com/python/typeshed), [types-setuptools](https://github.com/python/typeshed), [types-docutils](https://github.com/python/typeshed) and [types-pyopenssl](https://github.com/python/typeshed).


Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240724
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-setuptools` from 70.3.0.20240710 to 71.1.0.20240724
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-docutils` from 0.21.0.20240711 to 0.21.0.20240724
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pyopenssl` from 24.1.0.20240425 to 24.1.0.20240722
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-pyyaml
  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-major
  dependency-group: types
- dependency-name: types-docutils
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 77f42ee commit f0f178f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ pytest-cov==5.0.0
# here we fix its version and upgrade it manually in the future
mypy==1.10.1
types-pywin32==306.0.0.20240408
types-PyYAML==6.0.12.20240311
types-PyYAML==6.0.12.20240724
types-chevron==0.14.2.20240310
types-psutil==6.0.0.20240621
types-setuptools==70.3.0.20240710
types-setuptools==71.1.0.20240724
types-Pygments==2.18.0.20240506
types-colorama==0.4.15.20240311
types-dateparser==1.2.0.20240420
types-docutils==0.21.0.20240711
types-docutils==0.21.0.20240724
types-jsonschema==4.23.0.20240712
types-pyOpenSSL==24.1.0.20240425
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
types-requests==2.31.0.6; python_version<"3.10"
Expand Down

0 comments on commit f0f178f

Please sign in to comment.