Skip to content

Commit b87f4fd

Browse files
Bump sentinel from 0.3.0 to 1.0.0 (#32)
Bumps [sentinel](https://github.com/eddieantonio/sentinel) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/eddieantonio/sentinel/releases) - [Commits](eddieantonio/sentinel@0.3.0...1.0.0) --- updated-dependencies: - dependency-name: sentinel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2585016 commit b87f4fd

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

poetry.lock

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version_scheme = "no-guess-dev"
4242
python = "^3.8"
4343
sqlalchemy = ">=1.4"
4444
strawberry-graphql = ">=0.95"
45-
sentinel = "^0.3.0"
45+
sentinel = ">=0.3,<1.1"
4646
greenlet = {version = ">=3.0.0rc1", python = ">=3.12"}
4747

4848
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)