diff --git a/aws-py-django-voting-app/frontend/requirements.txt b/aws-py-django-voting-app/frontend/requirements.txt index c375e5a71..3da7aa44b 100644 --- a/aws-py-django-voting-app/frontend/requirements.txt +++ b/aws-py-django-voting-app/frontend/requirements.txt @@ -1,2 +1,2 @@ -django==5.1.8 +django==5.1.14 mysqlclient==2.2.7 diff --git a/aws-ts-stackreference-architecture/application/src/backend/requirements.txt b/aws-ts-stackreference-architecture/application/src/backend/requirements.txt index 20f4d207f..eb8afb60b 100644 --- a/aws-ts-stackreference-architecture/application/src/backend/requirements.txt +++ b/aws-ts-stackreference-architecture/application/src/backend/requirements.txt @@ -1,9 +1,9 @@ Click==8.1.8 dnspython==2.7.0 -Flask==3.1.0 +Flask==3.1.1 itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe>=1.0 Werkzeug==3.1.3 -requests==2.32.3 -pg8000==1.31.2 \ No newline at end of file +requests==2.32.4 +pg8000==1.31.5 \ No newline at end of file diff --git a/azure-go-call-azure-sdk/go.mod b/azure-go-call-azure-sdk/go.mod index 56902e391..95fa91731 100644 --- a/azure-go-call-azure-sdk/go.mod +++ b/azure-go-call-azure-sdk/go.mod @@ -46,7 +46,7 @@ require ( github.com/go-git/go-billy/v5 v5.6.1 // indirect github.com/go-git/go-git/v5 v5.13.1 // indirect github.com/gogo/protobuf v1.3.2 // indirect - github.com/golang-jwt/jwt/v4 v4.5.1 // indirect + github.com/golang-jwt/jwt/v4 v4.5.2 // indirect github.com/golang/glog v1.2.4 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/google/uuid v1.6.0 // indirect