Skip to content

Commit f8e368e

Browse files
mikeprosserniMike Prosser
andauthored
Fix dependency: hightime = ">=0.2.2" (#772)
* hightime = ">=0.2.2" * update changelog * revert poetry.lock and use --no-update --------- Co-authored-by: Mike Prosser <[email protected]>
1 parent 7a36f92 commit f8e368e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
3333

3434
* ### Major Changes
3535
* Removed the `docs` extra and converted it to a Poetry dependency group.
36+
* Updated hightime dependency from `^0.2.2` to `>=0.2.2` to allow for newer versions.
3637

3738
* ### Known Issues
3839
* ...

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ numpy = [
4444
deprecation = ">=2.1"
4545
grpcio = { version = ">=1.49.0,<2.0", optional = true }
4646
protobuf = { version = ">=4.21", optional = true }
47-
hightime = "^0.2.2"
47+
hightime = ">=0.2.2"
4848
tzlocal = "^5.0"
4949
python-decouple = ">=3.8"
5050
click = ">=8.0.0"

0 commit comments

Comments
 (0)