Skip to content

Commit

Permalink
build(deps): Bump enum-tools from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [enum-tools](https://github.com/domdfcoding/enum_tools) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/domdfcoding/enum_tools/releases)
- [Commits](domdfcoding/enum_tools@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: enum-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bcyran committed Jun 1, 2024
1 parent cdc1221 commit 6bd6e67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ click = { version = "^8.0.3", optional = true }
appdirs = { version = "^1.4.4", optional = true }
Sphinx = { version = "^7.2.6", optional = true }
furo = { version = "^2024.1.29", optional = true }
enum-tools = {extras = ["sphinx"], version = "^0.11.0", optional = true }
enum-tools = {extras = ["sphinx"], version = "^0.12.0", optional = true }

[tool.poetry.extras]
cli = ["click", "appdirs"]
Expand Down

0 comments on commit 6bd6e67

Please sign in to comment.