Skip to content

Commit 1c64126

Browse files
authored
Upgrade differently to 1.0.1 (#4)
1 parent 01df198 commit 1c64126

File tree

4 files changed

+44
-81
lines changed

4 files changed

+44
-81
lines changed

.github/workflows/codeql-analysis.yml

-38
This file was deleted.

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[packages]
77
ansiscape = "~=1.1.0"
88
boto3 = "~=1.18"
9-
differently = "~=1.0"
9+
differently = "~=1.0.1"
1010
pyyaml = "~=6.0"
1111
tabulate = "~=0.8"
1212

Pipfile.lock

+38-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
},
4545
include_package_data=True,
4646
install_requires=[
47-
"ansiscape >= 1.1, < 2.0",
48-
"boto3 >= 1.18, < 2.0",
49-
"differently >= 1.0, < 2.0",
50-
"pyyaml >= 6.0, < 7.0",
51-
"tabulate >= 0.8, < 1.0",
47+
"ansiscape >= 1.1, < 2.0",
48+
"boto3 >= 1.18, < 2.0",
49+
"differently >= 1.0.1, < 2.0",
50+
"pyyaml >= 6.0, < 7.0",
51+
"tabulate >= 0.8, < 1.0",
5252
],
5353
license="MIT",
5454
long_description=long_description,

0 commit comments

Comments
 (0)