Skip to content

Commit

Permalink
regenerate Pipfile.lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Nov 13, 2024
1 parent ab741b7 commit ac4cf6a
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 74 deletions.
2 changes: 1 addition & 1 deletion unfurl/templates/python3.10/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
23 changes: 12 additions & 11 deletions unfurl/templates/python3.10/Pipfile.lock

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

2 changes: 1 addition & 1 deletion unfurl/templates/python3.11/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
23 changes: 11 additions & 12 deletions unfurl/templates/python3.11/Pipfile.lock

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

2 changes: 1 addition & 1 deletion unfurl/templates/python3.12/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
23 changes: 12 additions & 11 deletions unfurl/templates/python3.12/Pipfile.lock

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

2 changes: 1 addition & 1 deletion unfurl/templates/python3.13/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
23 changes: 12 additions & 11 deletions unfurl/templates/python3.13/Pipfile.lock

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

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
23 changes: 11 additions & 12 deletions unfurl/templates/python3.8/Pipfile.lock

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

2 changes: 1 addition & 1 deletion unfurl/templates/python3.9/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
Loading

0 comments on commit ac4cf6a

Please sign in to comment.