From 69978ab46b7d8a6c8a56c97181e329022361dbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:44:44 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 6 updates Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython), [jinja2](https://github.com/pallets/jinja), [werkzeug](https://github.com/pallets/werkzeug), [flask](https://github.com/pallets/flask), [black](https://github.com/psf/black) and [flask-cors](https://github.com/corydolphin/flask-cors) to permit the latest version. Updates `gitpython` from 3.1.18 to 3.1.41 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.18...3.1.41) Updates `jinja2` to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.7...3.1.4) Updates `werkzeug` from 1.0 to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/1.0.0...3.0.3) Updates `gitpython` from 3.1.18 to 3.1.41 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.18...3.1.41) Updates `werkzeug` from 1.0 to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/1.0.0...3.0.3) Updates `flask` from 2.2.2 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/2.2.2...2.2.5) Updates `black` from 22.10.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.10.0...24.3.0) Updates `flask-cors` from 3.0.10 to 4.0.1 - [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/3.0.10...4.0.1) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 4 ++-- knowledge_repo_v2/service/requirements.txt | 6 +++--- requirements.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8aeb6b58c..497c1a0e2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ cooked_input flask Flask-Migrate gitdb -gitpython==3.1.18 +gitpython==3.1.41 tabulate pyyaml markdown==3.3.4 @@ -21,5 +21,5 @@ ldap3 requests weasyprint ipython_genutils -werkzeug==1.0 +werkzeug==3.0.3 MarkupSafe==2.0.1 diff --git a/knowledge_repo_v2/service/requirements.txt b/knowledge_repo_v2/service/requirements.txt index 2e90418ae..c787156b0 100644 --- a/knowledge_repo_v2/service/requirements.txt +++ b/knowledge_repo_v2/service/requirements.txt @@ -1,6 +1,6 @@ -black==22.10.0 -flask==2.2.2 -flask-cors==3.0.10 +black==24.3.0 +flask==2.2.5 +flask-cors==4.0.1 flask-sqlalchemy==3.0.2 pylint==2.15.6 pycodestyle==2.9.1 diff --git a/requirements.txt b/requirements.txt index ee0219e5d..eaccfaeea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cooked_input flask Flask-Migrate gitdb -gitpython==3.1.18 +gitpython==3.1.41 tabulate==0.8.9 pyyaml markdown==3.3.4 @@ -20,7 +20,7 @@ traitlets ldap3 requests weasyprint -jinja2>=2.7,<=3.0.3 -werkzeug>=1.0,<=2.0.3 +jinja2>=2.7,<=3.1.4 +werkzeug>=1.0,<=3.0.3 multiprocess importlib-metadata<=4.13.0