Skip to content

Commit

Permalink
build(deps): bump beartype from 0.13.1 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [beartype](https://github.com/beartype/beartype) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/beartype/beartype/releases)
- [Changelog](https://github.com/beartype/beartype/blob/main/doc/RELEASE.rst)
- [Commits](beartype/beartype@v0.13.1...v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and harens committed May 2, 2023
1 parent 2fa9c54 commit 7cbbef6
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 @@ -25,7 +25,7 @@ documentation = "https://seaport.rtfd.io/"
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
click = "^8.1.3"
beartype = ">=0.12,<0.14"
beartype = ">=0.12,<0.15"
typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 7cbbef6

Please sign in to comment.