Skip to content

Commit

Permalink
Bump the development group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the development group with 3 updates: [black](https://github.com/psf/black), [types-setuptools](https://github.com/python/typeshed) and [pytest](https://github.com/pytest-dev/pytest).


Updates `black` from 23.12.1 to 24.1.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.1.1)

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

Updates `pytest` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 298770d commit 7473fe9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mypy = ">=0.950,<1.9"
types-dataclasses = "^0.6.5"
types-setuptools = ">=65.3,<70.0"
# Testing Framework
pytest = "^7.1"
pytest = ">=7.1,<9.0"
ruff = "0.1.14"

[tool.poetry.extras]
Expand Down

0 comments on commit 7473fe9

Please sign in to comment.