Skip to content

Commit

Permalink
Dependency version requirement updates and version bump
Browse files Browse the repository at this point in the history
Signed-off-by: noblecloud <[email protected]>
  • Loading branch information
noblecloud committed Jul 20, 2022
1 parent 4e959cb commit 33084ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
19 changes: 8 additions & 11 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "LevityDash"
authors = ["noblecloud <[email protected]>"]
description = "A lightweight, desktop native, multi-source, modulear dashboard for macOS, Windows and Linux"

version = "0.1.0-beta.8"
version = "0.1.0-beta.10"
readme = "README.md"
license = "MIT"

Expand Down Expand Up @@ -39,7 +39,7 @@ LevityDash = 'LevityDash:__main__.run'
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
pylunar = "^0.6.0"
WeatherUnits = "^0.6.0"
WeatherUnits = "^0.6.3"
numpy = "^1.18.0"
pytz = "^2022.1"
qasync = "^0.23.0"
Expand All @@ -60,8 +60,8 @@ appdirs = "^1.4.4"

[tool.poetry.dev-dependencies]
pyinstaller = "^5.1"
certifi = "^2021.10.8"
WeatherUnits = { develop = true, path = "../WeatherUnits"}
certifi = "^2022"
WeatherUnits = { develop = true, path = "../WeatherUnits" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 33084ea

Please sign in to comment.