Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 3 updates in the /log directory: [mypy](https://github.com/python/mypy), [types-redis](https://github.com/python/typeshed) and [types-setuptools](https://github.com/python/typeshed).


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

Updates `types-redis` from 4.6.0.20240819 to 4.6.0.20241004
- [Commits](https://github.com/python/typeshed/commits)

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

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: types-redis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 56f1c0d commit 37a6589
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 36 deletions.
76 changes: 41 additions & 35 deletions log/poetry.lock

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

2 changes: 1 addition & 1 deletion log/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ redis = "=3.3.11"
[tool.poetry.group.dev.dependencies]
mypy = "^1.4.1"
types-redis = "<5"
types-setuptools = ">=68,<74"
types-setuptools = ">=68,<76"

[tool.mypy]
python_version = "3.11"
Expand Down

0 comments on commit 37a6589

Please sign in to comment.