Skip to content

Commit

Permalink
[Resolve #1203] Updating packaging requirement (#1211)
Browse files Browse the repository at this point in the history
Supporting newer versions of packaging.
  • Loading branch information
jfalkenstein committed Mar 29, 2022
1 parent b2ba807 commit 33e9c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deepdiff>=5.5.0,<6.0
Jinja2>=3.0,<4
jsonschema>=3.2,<3.3
networkx>=2.4,<2.6
packaging>=16.8,<17.0
packaging>=16.8,<22.0
PyYaml>=5.1,<6.0
sceptre-cmd-resolver>=1.1.3,<2
sceptre-file-resolver>=1.0.4,<2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_version(rel_path):
"Jinja2>=3.0,<4",
"jsonschema>=3.2,<3.3",
"colorama>=0.3.9",
"packaging>=16.8,<17.0",
"packaging>=16.8,<22.0",
"sceptre-cmd-resolver>=1.1.3,<2",
"sceptre-file-resolver>=1.0.4,<2",
"six>=1.11.0,<2.0.0",
Expand Down

0 comments on commit 33e9c98

Please sign in to comment.