Skip to content

Commit

Permalink
pin click version
Browse files Browse the repository at this point in the history
pinning click to version 8.1.3 because click 8.1.4 and 8.1.5 have a
conflict with mypy 1.4.1

see:
pallets/click#255
  • Loading branch information
adamshire123 committed Jul 14, 2023
1 parent a739d92 commit da50c26
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name = "pypi"

[packages]
boto3 = "*"
click = "*"
flatdict ="*"
sentry-sdk = "*"
freezegun = "*"
requests ="*"
paramiko = "*"
fabric = {extras = ["pytest"], version = "*"}
decorator = "*"
click = "==8.1.3"

[dev-packages]
bandit = "*"
Expand Down
56 changes: 28 additions & 28 deletions Pipfile.lock

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

0 comments on commit da50c26

Please sign in to comment.