From 9fffeb6b8dfb86953a7a266604670924e9e86fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:32:40 +0000 Subject: [PATCH 1/2] Bump flask-cors from 4.0.1 to 5.0.0 in /docassemble_webapp Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.1...5.0.0) --- updated-dependencies: - dependency-name: flask-cors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docassemble_webapp/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docassemble_webapp/setup.py b/docassemble_webapp/setup.py index 0629e9b2f..ff2ef6679 100644 --- a/docassemble_webapp/setup.py +++ b/docassemble_webapp/setup.py @@ -96,7 +96,7 @@ def read(fname): "exceptiongroup==1.2.2", "Flask==3.0.3", "flask-babel==4.0.0", - "Flask-Cors==4.0.1", + "Flask-Cors==5.0.0", "Flask-Login==0.6.3", "Flask-Mail==0.10.0", "Flask-SocketIO==5.3.6", From 9e7aa9ecfaa83d08ebaa28d6267e4a257bc639d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:45:45 +0000 Subject: [PATCH 2/2] Bump cryptography from 43.0.0 to 43.0.1 in /docassemble_base Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docassemble_base/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docassemble_base/setup.py b/docassemble_base/setup.py index 1a5d78805..8239456da 100644 --- a/docassemble_base/setup.py +++ b/docassemble_base/setup.py @@ -85,7 +85,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d "colorama==0.4.6", "commonmark==0.9.1", "convertapi==1.8.0", - "cryptography==43.0.0", + "cryptography==43.0.1", "cssselect2==0.7.0", "defusedxml==0.7.1", "Deprecated==1.2.14",