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: [hypothesis](https://github.com/HypothesisWorks/hypothesis), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff) and [refurb](https://github.com/dosisod/refurb).


Updates `hypothesis` from 6.88.1 to 6.88.4
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.88.1...hypothesis-python-6.88.4)

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

Updates `ruff` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.4...v0.1.5)

Updates `refurb` from 1.22.1 to 1.23.0
- [Release notes](https://github.com/dosisod/refurb/releases)
- [Commits](dosisod/refurb@v1.22.1...v1.23.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: refurb
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and insolor committed Nov 14, 2023
1 parent c12478c commit 5baa417
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
92 changes: 46 additions & 46 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ tkinter-layout-helpers = "^0.3.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
hypothesis = "^6.88.1"
black = "^23.10.1"
hypothesis = "^6.88.4"
black = "^23.11.0"
isort = "^5.12.0"
ruff = "^0.1.4"
refurb = "^1.22.1"
ruff = "^0.1.5"
refurb = "^1.23.0"
flake8 = "^6.1.0"

[build-system]
Expand Down

0 comments on commit 5baa417

Please sign in to comment.