From c1c88bab0e54553966d51c6ea0d50c621d801e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:21:19 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates Bumps the pip group with 1 update in the /hooks/python/configuring-your-server directory: [flask](https://github.com/pallets/flask). Bumps the pip group with 1 update in the /hooks/python/flask-github-webhooks directory: [pyopenssl](https://github.com/pyca/pyopenssl). Updates `flask` from 2.3.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.3.2...3.1.3) Updates `pyopenssl` from 17.5.0 to 26.0.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/17.5.0...26.0.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- hooks/python/configuring-your-server/requirements.txt | 2 +- hooks/python/flask-github-webhooks/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/python/configuring-your-server/requirements.txt b/hooks/python/configuring-your-server/requirements.txt index 19acec61d..79d75936f 100644 --- a/hooks/python/configuring-your-server/requirements.txt +++ b/hooks/python/configuring-your-server/requirements.txt @@ -1 +1 @@ -flask==2.3.2 \ No newline at end of file +flask==3.1.3 \ No newline at end of file diff --git a/hooks/python/flask-github-webhooks/requirements.txt b/hooks/python/flask-github-webhooks/requirements.txt index e6779f4c3..47d495d55 100644 --- a/hooks/python/flask-github-webhooks/requirements.txt +++ b/hooks/python/flask-github-webhooks/requirements.txt @@ -1,4 +1,4 @@ Flask ipaddress requests -pyOpenSSL==17.5.0 \ No newline at end of file +pyOpenSSL==26.0.0 \ No newline at end of file