Skip to content

Commit

Permalink
Fix drop hard pins for pypi packages (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 31, 2022
1 parent d1f690d commit ac6608f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 45 deletions.
64 changes: 24 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ profile = "black"

[tool.poetry.dependencies]
python = "^3.9"
bleak = "^0.15.1"
tzdata = "^2022.1"
tzlocal = "^4.1"
aioconsole = "^0.4.1"
bleak-retry-connector = "^1.11.0"
bleak = ">=0.15.1"
tzdata = ">=2022.1"
tzlocal = ">=4.1"
aioconsole = ">=0.4.1"
bleak-retry-connector = ">=1.11.0"

[tool.poetry.dev-dependencies]
pytest = "^7.0.0"
Expand Down

0 comments on commit ac6608f

Please sign in to comment.