Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: [mypy](https://github.com/python/mypy) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `mypy` from 1.5.1 to 1.6.0
- [Commits](python/mypy@v1.5.1...v1.6.0)

Updates `pre-commit` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and thehale committed Oct 16, 2023
1 parent f3199f7 commit 914fe3d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ plotly = "^5.17.0"

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
mypy = "^1.5"
pre-commit = "^3.4.0"
mypy = "^1.6"
pre-commit = "^3.5.0"
pytest = "^7.4.2"
liccheck = "^0.9.2"

Expand Down

0 comments on commit 914fe3d

Please sign in to comment.