Skip to content

Commit

Permalink
Bump cappa from 0.15.4 to 0.16.1
Browse files Browse the repository at this point in the history
Bumps [cappa](https://github.com/dancardin/cappa) from 0.15.4 to 0.16.1.
- [Release notes](https://github.com/dancardin/cappa/releases)
- [Changelog](https://github.com/DanCardin/cappa/blob/main/CHANGELOG.md)
- [Commits](DanCardin/cappa@v0.15.4...v0.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 5c5b665 commit 699987b
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 @@ -32,7 +32,7 @@ python = ">=3.8,<4"
pyyaml = { version = ">=6.0", optional = true }
requests = "*"
pydantic = { extras = ["email"], version = ">=1.7,<3.0" }
cappa = {version = ">=0.14.3,<0.16.0", optional = true}
cappa = {version = ">=0.14.3,<0.17.0", optional = true}

[tool.poetry.extras]
yaml = ["PyYAML"]
Expand Down

0 comments on commit 699987b

Please sign in to comment.