Skip to content

Commit

Permalink
Upgrade differently to 1.0.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cariad committed Oct 30, 2021
1 parent 01df198 commit 1c64126
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 81 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
ansiscape = "~=1.1.0"
boto3 = "~=1.18"
differently = "~=1.0"
differently = "~=1.0.1"
pyyaml = "~=6.0"
tabulate = "~=0.8"

Expand Down
75 changes: 38 additions & 37 deletions Pipfile.lock

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

10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
include_package_data=True,
install_requires=[
"ansiscape >= 1.1, < 2.0",
"boto3 >= 1.18, < 2.0",
"differently >= 1.0, < 2.0",
"pyyaml >= 6.0, < 7.0",
"tabulate >= 0.8, < 1.0",
"ansiscape >= 1.1, < 2.0",
"boto3 >= 1.18, < 2.0",
"differently >= 1.0.1, < 2.0",
"pyyaml >= 6.0, < 7.0",
"tabulate >= 0.8, < 1.0",
],
license="MIT",
long_description=long_description,
Expand Down

0 comments on commit 1c64126

Please sign in to comment.