From 43c829e64d28aec53aef0c60802b5f822a03e181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:40:03 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 3 updates Bumps the pip group with 3 updates in the / directory: [django](https://github.com/django/django), [flask](https://github.com/pallets/flask) and m2crypto. Bumps the pip group with 1 update in the /demo-django directory: [django](https://github.com/django/django). Bumps the pip group with 1 update in the /demo-flask directory: [flask](https://github.com/pallets/flask). Updates `django` from 1.6.5 to 4.2.22 - [Commits](https://github.com/django/django/compare/1.6.5...4.2.22) Updates `flask` from 0.10.1 to 2.2.5 - [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/0.10.1...2.2.5) Updates `m2crypto` from 0.22.3 to 0.41.0 Updates `django` from 1.6.5 to 4.2.22 - [Commits](https://github.com/django/django/compare/1.6.5...4.2.22) Updates `flask` from 0.10.1 to 2.2.5 - [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/0.10.1...2.2.5) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.22 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: m2crypto dependency-version: 0.41.0 dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-version: 4.2.22 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- demo-django/requirements.txt | 2 +- demo-flask/requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demo-django/requirements.txt b/demo-django/requirements.txt index 5a55855e..c5b7afba 100644 --- a/demo-django/requirements.txt +++ b/demo-django/requirements.txt @@ -1 +1 @@ -Django==1.6.5 +Django==4.2.22 diff --git a/demo-flask/requirements.txt b/demo-flask/requirements.txt index 335836f7..0f4e7dbf 100644 --- a/demo-flask/requirements.txt +++ b/demo-flask/requirements.txt @@ -1 +1 @@ -flask==0.10.1 +flask==2.2.5 diff --git a/setup.py b/setup.py index e6ebaf5e..e41080fe 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ }, test_suite='tests', install_requires=[ - 'M2Crypto==0.22.3', + 'M2Crypto==0.41.0', 'dm.xmlsec.binding==1.3.2', 'isodate==0.5.0', 'defusedxml==0.4.1',