Skip to content

Commit 64e2172

Browse files
chore(deps-dev): update poethepoet requirement from <0.40,>=0.32.1 to >=0.32.1,<0.41 in /backend (#5195)
chore(deps-dev): update poethepoet requirement in /backend 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.32.1...v0.40.0) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.40.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30675c6 commit 64e2172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev = [
4646
"types-markdown>=3.7.0.20241204,<4",
4747
"types-pyyaml>=6.0.12.20241230,<7",
4848
"types-python-dateutil>=2.9.0.20241206,<3",
49-
"poethepoet>=0.32.1,<0.40",
49+
"poethepoet>=0.32.1,<0.41",
5050
"django-extensions>=3.2.3,<5",
5151
]
5252
test = [

0 commit comments

Comments
 (0)