Skip to content

Commit

Permalink
Resolve version compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
taleksovska committed Sep 20, 2024
1 parent edd3944 commit 705d075
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Homepage = "https://github.com/keitaroinc/enabler"
Issues = "https://github.com/keitaroinc/enabler/issues"

[tool.poetry.dependencies]
click = "7.1.1"
click-log = "0.3.2"
click-spinner = "0.1.8"
docker = "4.2.0"
gitpython = "3.1.41"
click = "^7.1"
click-log = "^0.3.2"
click-spinner = "^0.1.8"
docker = "^4.2.0"
gitpython = "^3.1.41"
paramiko = "^2.7.1"
semver = "^2.9.1"
cryptography = "^2.9.1"
Expand Down

0 comments on commit 705d075

Please sign in to comment.