Skip to content

Commit

Permalink
Bump beartype from 0.14.1 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [beartype](https://github.com/beartype/beartype) from 0.14.1 to 0.16.0.
- [Release notes](https://github.com/beartype/beartype/releases)
- [Changelog](https://github.com/beartype/beartype/blob/main/doc/RELEASE.rst)
- [Commits](beartype/beartype@v0.14.1...v0.16.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 Sep 18, 2023
1 parent 96b579d commit 8528a62
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 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 @@ -123,7 +123,7 @@ stocktracer = "stocktracer.__main__:main_cli"
[tool.poetry.dependencies]
python = ">=3.10, <3.12"
alive-progress = "~3.1.3"
beartype = "~0.14.0"
beartype = ">=0.14,<0.17"
diskcache = "~5.6.1"
fire = "~0.5.0"
pandas = "~2.0.1"
Expand Down

0 comments on commit 8528a62

Please sign in to comment.