Skip to content

Commit

Permalink
Merge pull request #42 from PerfectThymeTech/marvinbuss/update_dep
Browse files Browse the repository at this point in the history
Update Python and Terraform Dependencies
  • Loading branch information
marvinbuss authored Sep 24, 2024
2 parents 5c4c5e3 + 5fb5974 commit ed3c34c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_webappDeployTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ jobs:
app-name: ${{ inputs.webapp_name }}
package: ${{ inputs.webapp_directory }}
startup-command: "gunicorn --bind 0.0.0.0 --worker-class aiohttp.worker.GunicornWebWorker --timeout 600 app:APP"
# restart: true
2 changes: 1 addition & 1 deletion code/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ botbuilder-core~=4.16.2
botbuilder-azure~=4.16.2
botbuilder-integration-aiohttp~=4.16.2
botbuilder-dialogs~=4.16.2
openai~=1.46.1
openai~=1.47.1
opentelemetry-instrumentation-aiohttp-client~=0.48b0
opentelemetry-instrumentation-aiohttp-server~=0.48b0
pydantic~=2.9.2
Expand Down
2 changes: 1 addition & 1 deletion code/infra/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.2.0"
version = "4.3.0"
}
azapi = {
source = "azure/azapi"
Expand Down

0 comments on commit ed3c34c

Please sign in to comment.