8000 Update poethepoet requirement from <0.31 to <0.32 by dependabot[bot] · Pull Request #679 · crate/crate-python · GitHub
[go: up one dir, main page]

Skip to content

Update poethepoet requirement from <0.31 to <0.32 #679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Update poethepoet requirement from <0.31 to <0.32
Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version.
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.1.0...v0.31.0)

---
updated-dependencies:
- dependency-name: poethepoet
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
commit 5cf1bcd9670808abd05c8b73ea0c4c1b94c34b51
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def read(path):
"certifi",
"createcoverage>=1,<2",
"mypy<1.14",
"poethepoet<0.31",
"poethepoet<0.32",
"ruff<0.8",
"stopit>=1.1.2,<2",
"tox>=3,<5",
Expand Down
0