Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the types group in /requirements with 5 updates #6854

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2024

Bumps the types group in /requirements with 5 updates:

Package From To
types-pywin32 306.0.0.20240313 306.0.0.20240319
types-psutil 5.9.5.20240311 5.9.5.20240316
types-setuptools 69.1.0.20240310 69.2.0.20240317
types-docutils 0.20.0.20240311 0.20.0.20240317
types-python-dateutil 2.8.19.20240311 2.9.0.20240316

Updates types-pywin32 from 306.0.0.20240313 to 306.0.0.20240319

Commits

Updates types-psutil from 5.9.5.20240311 to 5.9.5.20240316

Commits

Updates types-setuptools from 69.1.0.20240310 to 69.2.0.20240317

Commits

Updates types-docutils from 0.20.0.20240311 to 0.20.0.20240317

Commits

Updates types-python-dateutil from 2.8.19.20240311 to 2.9.0.20240316

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner March 19, 2024 08:51
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2024
@dependabot dependabot bot requested a review from mndeveci March 19, 2024 08:51
@dependabot dependabot bot added the python Pull requests that update Python code label Mar 19, 2024
@dependabot dependabot bot requested a review from lucashuy March 19, 2024 08:51
Bumps the types group in /requirements with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [types-pywin32](https://github.com/python/typeshed) | `306.0.0.20240313` | `306.0.0.20240319` |
| [types-psutil](https://github.com/python/typeshed) | `5.9.5.20240311` | `5.9.5.20240316` |
| [types-setuptools](https://github.com/python/typeshed) | `69.1.0.20240310` | `69.2.0.20240317` |
| [types-docutils](https://github.com/python/typeshed) | `0.20.0.20240311` | `0.20.0.20240317` |
| [types-python-dateutil](https://github.com/python/typeshed) | `2.8.19.20240311` | `2.9.0.20240316` |


Updates `types-pywin32` from 306.0.0.20240313 to 306.0.0.20240319
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-psutil` from 5.9.5.20240311 to 5.9.5.20240316
- [Commits](https://github.com/python/typeshed/commits)

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

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

Updates `types-python-dateutil` from 2.8.19.20240311 to 2.9.0.20240316
- [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-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-docutils
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: types-python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: types
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/develop/types-1f5c1c6081 branch from a318b4d to 4f65d23 Compare March 20, 2024 08:48
@mildaniel mildaniel enabled auto-merge March 20, 2024 16:05
@mildaniel mildaniel added this pull request to the merge queue Mar 20, 2024
Merged via the queue into develop with commit e3e4ddd Mar 20, 2024
58 checks passed
@dependabot dependabot bot deleted the dependabot/pip/requirements/develop/types-1f5c1c6081 branch March 20, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pr/internal python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants