Skip to content

Commit

Permalink
build: update ansible requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Dec 18, 2024
1 parent 4dd371b commit 19e2fef
Show file tree
Hide file tree
Showing 13 changed files with 1,806 additions and 1,642 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pipenv==2024.0.0 # MIT
click>=8.0.1,<8.1.4 # BSD 3-clause
jsonschema[format_nongpl] # MIT
ruamel.yaml==0.17.21
# use range because ansible-core support for 3.7 stops at 2.11.12
ansible-core >= 2.11.12, <= 2.15.9 # gpl 3
GitPython==3.1.41; python_version>='3.7' # BSD
# use range because ansible-core support for 3.8 stops at 2.13.13
ansible-core >= 2.13.13, <= 2.15.13 # gpl 3
GitPython==3.1.41 # BSD
rich==12.4.4 # MIT
rich-click>=1.8.0 # MIT
# the following are all Apache 2.0 (note: don't put comments on -r lines)
Expand Down
4 changes: 2 additions & 2 deletions unfurl/templates/python3.10/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipenv = "==2024.0.0"
click = "<8.1.4,>=8.0.1"
jsonschema = {extras = ["format_nongpl"], version = "*"}
"ruamel.yaml" = "==0.17.21"
ansible-core = "<=2.15.9,>=2.11.12"
ansible-core = "==2.15.13"
gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
Expand All @@ -28,7 +28,7 @@ flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tosca = ">=0.1.0"
tenacity = ">=6.1.0"
docker = {extras = ["tls"], version = "*"}
kubernetes = "==24.2.0"
Expand Down
651 changes: 349 additions & 302 deletions unfurl/templates/python3.10/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unfurl/templates/python3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipenv = "==2024.0.0"
click = "<8.1.4,>=8.0.1"
jsonschema = {extras = ["format_nongpl"], version = "*"}
"ruamel.yaml" = "==0.17.21"
ansible-core = "<=2.15.9,>=2.11.12"
ansible-core = "==2.15.13"
gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
Expand All @@ -28,7 +28,7 @@ flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tosca = ">=0.1.0"
tenacity = ">=6.1.0"
docker = {extras = ["tls"], version = "*"}
kubernetes = "==24.2.0"
Expand Down
603 changes: 308 additions & 295 deletions unfurl/templates/python3.11/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unfurl/templates/python3.12/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipenv = "==2024.0.0"
click = "<8.1.4,>=8.0.1"
jsonschema = {extras = ["format_nongpl"], version = "*"}
"ruamel.yaml" = "==0.17.21"
ansible-core = "<=2.15.9,>=2.11.12"
ansible-core = "==2.15.13"
gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
Expand All @@ -28,7 +28,7 @@ flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tosca = ">=0.1.0"
tenacity = ">=6.1.0"
docker = {extras = ["tls"], version = "*"}
kubernetes = "==24.2.0"
Expand Down
603 changes: 308 additions & 295 deletions unfurl/templates/python3.12/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unfurl/templates/python3.13/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipenv = "==2024.0.0"
click = "<8.1.4,>=8.0.1"
jsonschema = {extras = ["format_nongpl"], version = "*"}
"ruamel.yaml" = "==0.17.21"
ansible-core = "<=2.15.9,>=2.11.12"
ansible-core = "==2.15.13"
gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
Expand All @@ -28,7 +28,7 @@ flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tosca = ">=0.1.0"
tenacity = ">=6.1.0"
docker = {extras = ["tls"], version = "*"}
kubernetes = "==24.2.0"
Expand Down
604 changes: 308 additions & 296 deletions unfurl/templates/python3.13/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unfurl/templates/python3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipenv = "==2024.0.0"
click = "<8.1.4,>=8.0.1"
jsonschema = {extras = ["format_nongpl"], version = "*"}
"ruamel.yaml" = "==0.17.21"
ansible-core = "<=2.15.9,>=2.11.12"
ansible-core = "<=2.15.13,>=2.13.13"
gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
Expand All @@ -28,7 +28,7 @@ flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tosca = ">=0.1.0"
tenacity = ">=6.1.0"
docker = {extras = ["tls"], version = "*"}
kubernetes = "==24.2.0"
Expand Down
307 changes: 169 additions & 138 deletions unfurl/templates/python3.8/Pipfile.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unfurl/templates/python3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipenv = "==2024.0.0"
click = "<8.1.4,>=8.0.1"
jsonschema = {extras = ["format_nongpl"], version = "*"}
"ruamel.yaml" = "==0.17.21"
ansible-core = "<=2.15.9,>=2.11.12"
ansible-core = "==2.15.13"
gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
Expand All @@ -28,7 +28,7 @@ flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tosca = ">=0.1.0"
tenacity = ">=6.1.0"
docker = {extras = ["tls"], version = "*"}
kubernetes = "==24.2.0"
Expand Down
650 changes: 349 additions & 301 deletions unfurl/templates/python3.9/Pipfile.lock

Large diffs are not rendered by default.

0 comments on commit 19e2fef

Please sign in to comment.