Skip to content

Commit 95b8538

Browse files
build(deps): Update devind-core requirement from ^0.3.0 to >=0.3,<0.5
Updates the requirements on [devind-core](https://github.com/devind-team/devind-django-helpers) to permit the latest version. - [Release notes](https://github.com/devind-team/devind-django-helpers/releases) - [Changelog](https://github.com/devind-team/devind-django-helpers/blob/main/CHANGELOG.md) - [Commits](https://github.com/devind-team/devind-django-helpers/commits) --- updated-dependencies: - dependency-name: devind-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4dad91 commit 95b8538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^3.9"
19-
devind-core = "^0.3.0"
19+
devind-core = ">=0.3,<0.5"
2020
Django = "^3"
2121
graphene-django = "^2.15.0"
2222
devind-helpers = "^0.3"

0 commit comments

Comments
 (0)