Skip to content

Commit

Permalink
Adjusted (& sorted) deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikrb committed Jan 31, 2024
1 parent 884e0a0 commit 8f32039
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kassalappy"
version = "1.0.4"
version = "1.0.5"
description = "Python client for the Kassal.app API"
authors = ["Bendik R. Brenne <[email protected]>"]
license = "MIT"
Expand All @@ -13,10 +13,10 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
aiohttp = "3.9.*"
asyncclick = "8.*"
pydantic = "^2.5"
tabulate = "0.9.*"
aiohttp = "3.9.*"
pydantic = "^2.6.0"

[tool.poetry.group.dev.dependencies]
pylint = "3.0.2"
Expand Down

0 comments on commit 8f32039

Please sign in to comment.