Skip to content

Commit

Permalink
Bump the dev-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates: [mypy](https://github.com/python/mypy), [taskipy](https://github.com/taskipy/taskipy), [types-beautifulsoup4](https://github.com/python/typeshed) and [types-requests](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 `taskipy` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](taskipy/taskipy@1.13.0...1.14.0)

Updates `types-beautifulsoup4` from 4.12.0.20240907 to 4.12.0.20241020
- [Commits](https://github.com/python/typeshed/commits)

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: dev-dependencies
- dependency-name: taskipy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: types-beautifulsoup4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 167b915 commit f5b969b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 39 deletions.
82 changes: 44 additions & 38 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rich = "^13.3.2"
requests = "^2.28.2"

[tool.poetry.group.dev.dependencies]
mypy = ">=0.991,<1.12"
mypy = ">=0.991,<1.14"
pre-commit = ">=2.20,<4.0"
taskipy = "^1.10.3"
types-pillow = ">=9.4.0.17,<11.0.0.0"
Expand Down

0 comments on commit f5b969b

Please sign in to comment.