Skip to content

Commit

Permalink
Fix dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slowaner committed Nov 2, 2023
1 parent 084356a commit 9a488d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ include = ["cybsi/py.typed"]


[tool.poetry.dependencies]
python = ">=3.8,<=3.12"
enum-tools = "0.9.0.post1"
python = ">=3.8,<4.0"
enum-tools = "0.11.0"
httpx = "^0.25.0"
typing-extensions = "^4.7.1"
typing-extensions = "^4.8.0"

[tool.poetry.dev-dependencies]
black = "22.3.0"
Expand Down

0 comments on commit 9a488d7

Please sign in to comment.