Skip to content

Commit

Permalink
build(deps-dev): bump the pulumi-dev group in /pulumi with 2 updates (#…
Browse files Browse the repository at this point in the history
…51)

Bumps the pulumi-dev group in /pulumi with 2 updates: [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/python/typeshed).


Updates `mypy` from 1.11.2 to 1.12.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.12.0)

Updates `types-requests` from 2.32.0.20240914 to 2.32.0.20241016
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pulumi-dev
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pulumi-dev
...

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 Oct 16, 2024
1 parent 2e783e2 commit 10c9a95
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 34 deletions.
69 changes: 37 additions & 32 deletions pulumi/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pulumi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ diagrams = "^0.23.4"

[tool.poetry.group.dev.dependencies]
awscli-local = "^0.22.0"
mypy = "^1.10.1"
mypy = "^1.12.0"
ruff = "^0.6.9"
pydantic = "^2.9.2"
types-requests = "^2.32.0.20240914"
types-requests = "^2.32.0.20241016"

[tool.ruff]
output-format = "github"
Expand Down

0 comments on commit 10c9a95

Please sign in to comment.