Skip to content

Commit

Permalink
Bump beartype from 0.14.1 to 0.16.4
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.4.
- [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.4)

---
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 Nov 27, 2023
1 parent 4afc0e6 commit 745f1f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 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 745f1f9

Please sign in to comment.