Skip to content

Commit

Permalink
fix: relax dependency pins
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede committed Oct 13, 2023
1 parent 5087785 commit ef73b42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aioelectricitymaps"
version = "0.1.2"
version = "0.1.3"
description = "Async Python 3 wrapper for Electricity maps"
authors = ["Jan-Philipp Benecke <jan-philipp@bnck.me>"]
repository = "https://github.com/jpbede/aioelectricitymaps"
Expand All @@ -11,9 +11,9 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.10"
aiohttp = "^3.8.5"
dataclasses-json = "^0.6.1"
python = ">=3.10,<4"
aiohttp = ">=3.8.0"
dataclasses-json = ">=0.6.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
Expand Down

0 comments on commit ef73b42

Please sign in to comment.