Skip to content

Commit

Permalink
update Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Nov 12, 2024
1 parent 3ee0b68 commit ab741b7
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 86 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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)
MarkupSafe<=2.1.1 # newer version broken with jinja2
jinja2==3.1.3 # BSD 3-clause
jinja2==3.1.4 # BSD 3-clause
typing_extensions>=4.7
flask==2.3.3 # BSD 3-clause
flask-caching<=2.0.1 # BSD 3-clause
Expand Down
6 changes: 3 additions & 3 deletions unfurl/templates/python3.10/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
markupsafe = "<=2.1.1"
jinja2 = "==3.1.3"
jinja2 = "==3.1.4"
typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.1"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tenacity = ">=6.1.0"
Expand All @@ -38,7 +38,7 @@ supervisor = "*"
google-cloud-compute = "==1.3.2"
google-cloud-dns = "==0.34.0"
google-auth = "*"
gunicorn = "==22.0.0"
gunicorn = "==20.1.0"
redis = "==4.4.4"

[dev-packages]
Expand Down
23 changes: 11 additions & 12 deletions unfurl/templates/python3.10/Pipfile.lock

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

6 changes: 3 additions & 3 deletions unfurl/templates/python3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
markupsafe = "<=2.1.1"
jinja2 = "==3.1.3"
jinja2 = "==3.1.4"
typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.1"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tenacity = ">=6.1.0"
Expand All @@ -38,7 +38,7 @@ supervisor = "*"
google-cloud-compute = "==1.3.2"
google-cloud-dns = "==0.34.0"
google-auth = "*"
gunicorn = "==22.0.0"
gunicorn = "==20.1.0"
redis = "==4.4.4"

[dev-packages]
Expand Down
22 changes: 11 additions & 11 deletions unfurl/templates/python3.11/Pipfile.lock

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

6 changes: 3 additions & 3 deletions unfurl/templates/python3.12/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
markupsafe = "<=2.1.1"
jinja2 = "==3.1.3"
jinja2 = "==3.1.4"
typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.1"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tenacity = ">=6.1.0"
Expand All @@ -38,7 +38,7 @@ supervisor = "*"
google-cloud-compute = "==1.3.2"
google-cloud-dns = "==0.34.0"
google-auth = "*"
gunicorn = "==22.0.0"
gunicorn = "==20.1.0"
redis = "==4.4.4"

[dev-packages]
Expand Down
23 changes: 11 additions & 12 deletions unfurl/templates/python3.12/Pipfile.lock

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

4 changes: 2 additions & 2 deletions unfurl/templates/python3.13/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
markupsafe = "<=2.1.1"
jinja2 = "==3.1.3"
jinja2 = "==3.1.4"
typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.1"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tenacity = ">=6.1.0"
Expand Down
15 changes: 7 additions & 8 deletions unfurl/templates/python3.13/Pipfile.lock

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

6 changes: 3 additions & 3 deletions unfurl/templates/python3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
markupsafe = "<=2.1.1"
jinja2 = "==3.1.3"
jinja2 = "==3.1.4"
typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.0"
waitress = "*"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tenacity = ">=6.1.0"
Expand All @@ -38,7 +38,7 @@ supervisor = "*"
google-cloud-compute = "==1.3.2"
google-cloud-dns = "==0.34.0"
google-auth = "*"
gunicorn = "==22.0.0"
gunicorn = "==20.1.0"
redis = "==4.4.4"

[dev-packages]
Expand Down
Loading

0 comments on commit ab741b7

Please sign in to comment.