diff --git a/auth/end-user/web/requirements.txt b/auth/end-user/web/requirements.txt index f59e46df976..6a10cd933ca 100644 --- a/auth/end-user/web/requirements.txt +++ b/auth/end-user/web/requirements.txt @@ -2,5 +2,5 @@ google-auth==2.17.3 google-auth-oauthlib==1.0.0 google-auth-httplib2==0.1.0 google-api-python-client==2.86.0 -flask==2.1.0 +flask==2.2.5 requests==2.28.2 diff --git a/dataflow/run_template/requirements-test.txt b/dataflow/run_template/requirements-test.txt index 0c509b17ca2..9a58d0d1461 100644 --- a/dataflow/run_template/requirements-test.txt +++ b/dataflow/run_template/requirements-test.txt @@ -1,4 +1,4 @@ pytest==7.0.1 -flask==2.1.0 +flask==2.2.5 backoff==2.2.1; python_version < "3.7" backoff==2.2.1; python_version >= "3.7" diff --git a/functions/concepts-filesystem/requirements-test.txt b/functions/concepts-filesystem/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/concepts-filesystem/requirements-test.txt +++ b/functions/concepts-filesystem/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/concepts-requests/requirements-test.txt b/functions/concepts-requests/requirements-test.txt index 16c985ac897..56fabfe2c5d 100644 --- a/functions/concepts-requests/requirements-test.txt +++ b/functions/concepts-requests/requirements-test.txt @@ -1,4 +1,4 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 requests==2.28.2 responses==0.17.0; python_version < '3.7' diff --git a/functions/concepts-stateless/requirements-test.txt b/functions/concepts-stateless/requirements-test.txt index 474ff7c906a..ee4b3fd52ed 100644 --- a/functions/concepts-stateless/requirements-test.txt +++ b/functions/concepts-stateless/requirements-test.txt @@ -1,3 +1,3 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 functions-framework==3.3.0 diff --git a/functions/env_vars/requirements-test.txt b/functions/env_vars/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/env_vars/requirements-test.txt +++ b/functions/env_vars/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/helloworld/requirements.txt b/functions/helloworld/requirements.txt index 197d95f3d68..27c99901895 100644 --- a/functions/helloworld/requirements.txt +++ b/functions/helloworld/requirements.txt @@ -1,3 +1,3 @@ functions-framework==3.3.0 -flask==2.1.0 +flask==2.2.5 google-cloud-error-reporting==1.9.1 diff --git a/functions/http/requirements-test.txt b/functions/http/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/http/requirements-test.txt +++ b/functions/http/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/memorystore/redis/requirements-test.txt b/functions/memorystore/redis/requirements-test.txt index 51d5058e018..3858db52b06 100644 --- a/functions/memorystore/redis/requirements-test.txt +++ b/functions/memorystore/redis/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.2.2 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/security/requirements-test.txt b/functions/security/requirements-test.txt index bf149b16abf..d803388025c 100644 --- a/functions/security/requirements-test.txt +++ b/functions/security/requirements-test.txt @@ -1,3 +1,3 @@ -flask==2.1.0 +flask==2.2.5 mock==5.0.2 pytest==7.0.1 diff --git a/functions/slack/requirements.txt b/functions/slack/requirements.txt index f283ce396e6..9cb26de60b5 100644 --- a/functions/slack/requirements.txt +++ b/functions/slack/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==2.86.0 -flask==2.1.0 +flask==2.2.5 functions-framework==3.3.0 slackclient==2.9.4 diff --git a/functions/tips-avoid-infinite-retries/requirements-test.txt b/functions/tips-avoid-infinite-retries/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/tips-avoid-infinite-retries/requirements-test.txt +++ b/functions/tips-avoid-infinite-retries/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/tips-connection-pooling/requirements-test.txt b/functions/tips-connection-pooling/requirements-test.txt index 16c985ac897..56fabfe2c5d 100644 --- a/functions/tips-connection-pooling/requirements-test.txt +++ b/functions/tips-connection-pooling/requirements-test.txt @@ -1,4 +1,4 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 requests==2.28.2 responses==0.17.0; python_version < '3.7' diff --git a/functions/tips-gcp-apis/requirements-test.txt b/functions/tips-gcp-apis/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/tips-gcp-apis/requirements-test.txt +++ b/functions/tips-gcp-apis/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/tips-lazy-globals/requirements-test.txt b/functions/tips-lazy-globals/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/tips-lazy-globals/requirements-test.txt +++ b/functions/tips-lazy-globals/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/tips-retry/requirements-test.txt b/functions/tips-retry/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/tips-retry/requirements-test.txt +++ b/functions/tips-retry/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/tips-scopes/requirements-test.txt b/functions/tips-scopes/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/tips-scopes/requirements-test.txt +++ b/functions/tips-scopes/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/v2/http_logging/requirements-test.txt b/functions/v2/http_logging/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/v2/http_logging/requirements-test.txt +++ b/functions/v2/http_logging/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/v2/tips-avoid-infinite-retries/requirements-test.txt b/functions/v2/tips-avoid-infinite-retries/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/v2/tips-avoid-infinite-retries/requirements-test.txt +++ b/functions/v2/tips-avoid-infinite-retries/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1 diff --git a/functions/v2/tips-retry/requirements-test.txt b/functions/v2/tips-retry/requirements-test.txt index e80042419ca..3858db52b06 100644 --- a/functions/v2/tips-retry/requirements-test.txt +++ b/functions/v2/tips-retry/requirements-test.txt @@ -1,2 +1,2 @@ -flask==2.1.0 +flask==2.2.5 pytest==7.0.1