Skip to content

Commit f94871b

Browse files
build(deps): bump injector from 0.20.1 to 0.21.0 (#60)
Bumps [injector](https://github.com/alecthomas/injector) from 0.20.1 to 0.21.0. - [Changelog](https://github.com/python-injector/injector/blob/master/CHANGES) - [Commits](python-injector/injector@0.20.1...0.21.0) --- updated-dependencies: - dependency-name: injector dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 688340d commit f94871b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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
@@ -9,7 +9,7 @@ packages = [{include = "banshee", from = "src"}]
99
[tool.poetry.dependencies]
1010
python = "^3.10"
1111
exceptiongroup = {version = "^1.0.0-rc.3"}
12-
injector = {version = ">=0.19,<0.21", optional = true}
12+
injector = {version = ">=0.19,<0.22", optional = true}
1313

1414
[tool.poetry.group.docs.dependencies]
1515
myst-parser = ">=0.17.2,<0.19.0"

0 commit comments

Comments
 (0)