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 9ad7d0c commit c8c0e34
Show file tree
Hide file tree
Showing 16 changed files with 957 additions and 2,202 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typing_extensions>=4.7
flask==2.3.3 # BSD 3-clause
flask-caching<=2.0.1 # BSD 3-clause
flask_cors==5.0.0
waitress>=3.0.0 # Zope ZPL 2.1
waitress>=3.0.1 # Zope ZPL 2.1
python-gitlab==3.13.0
tosca>=0.0.8
tenacity>=6.1.0 # Apache-2.0
2 changes: 1 addition & 1 deletion server-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gunicorn==22.0.0
redis==4.3.5
redis==4.4.4
4 changes: 2 additions & 2 deletions unfurl/templates/python3.10/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.0"
waitress = ">=3.0.1"
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 = "==20.1.0"
gunicorn = "==22.0.0"
redis = "==4.4.4"

[dev-packages]
Expand Down
335 changes: 179 additions & 156 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 @@ -26,7 +26,7 @@ typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.0"
waitress = ">=3.0.1"
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 = "==20.1.0"
gunicorn = "==22.0.0"
redis = "==4.4.4"

[dev-packages]
Expand Down
323 changes: 173 additions & 150 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 @@ -26,7 +26,7 @@ typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.0"
waitress = ">=3.0.1"
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 = "==20.1.0"
gunicorn = "==22.0.0"
redis = "==4.4.4"

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unfurl/templates/python3.13/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.0"
waitress = ">=3.0.1"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tenacity = ">=6.1.0"
Expand Down
317 changes: 170 additions & 147 deletions unfurl/templates/python3.13/Pipfile.lock

Large diffs are not rendered by default.

49 changes: 0 additions & 49 deletions unfurl/templates/python3.7/Pipfile

This file was deleted.

1,347 changes: 0 additions & 1,347 deletions unfurl/templates/python3.7/Pipfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion unfurl/templates/python3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ supervisor = "*"
google-cloud-compute = "==1.3.2"
google-cloud-dns = "==0.34.0"
google-auth = "*"
gunicorn = "==20.1.0"
gunicorn = "==22.0.0"
redis = "==4.4.4"

[dev-packages]
Expand Down
106 changes: 71 additions & 35 deletions unfurl/templates/python3.8/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.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typing-extensions = ">=4.7"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==5.0.0"
waitress = ">=3.0.0"
waitress = ">=3.0.1"
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 = "==20.1.0"
gunicorn = "==22.0.0"
redis = "==4.4.4"

[dev-packages]
Expand Down
Loading

0 comments on commit c8c0e34

Please sign in to comment.