From 2074746a9dff81886292a7230b64e62f858e55b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:42:53 +0000 Subject: [PATCH 1/7] Bump apiflask from 3.0.2 to 3.1.0 Bumps [apiflask](https://github.com/apiflask/apiflask) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/apiflask/apiflask/releases) - [Changelog](https://github.com/apiflask/apiflask/blob/main/docs/changelog.md) - [Commits](https://github.com/apiflask/apiflask/compare/3.0.2...3.1.0) --- updated-dependencies: - dependency-name: apiflask dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 4fa558e..15719ef 100644 --- a/requirements.in +++ b/requirements.in @@ -5,5 +5,5 @@ Flask==3.1.3 Werkzeug==3.1.6 redis==7.3.0 python-dotenv==1.2.2 -apiflask==3.0.2 +apiflask==3.1.0 roc-validator==0.8.1 diff --git a/requirements.txt b/requirements.txt index 31058e0..52d1e08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ amqp==5.3.1 # via kombu annotated-types==0.7.0 # via pydantic -apiflask==3.0.2 +apiflask==3.1.0 # via -r requirements.in apispec==6.8.2 # via apiflask From 7722ff667278d25894b71a3db99b3b9ca6f5e927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:15:30 +0000 Subject: [PATCH 2/7] Bump requests from 2.32.5 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 4fa558e..d4150d8 100644 --- a/requirements.in +++ b/requirements.in @@ -1,6 +1,6 @@ celery==5.6.2 minio==7.2.20 -requests==2.32.5 +requests==2.33.0 Flask==3.1.3 Werkzeug==3.1.6 redis==7.3.0 diff --git a/requirements.txt b/requirements.txt index 31058e0..89379f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -147,7 +147,7 @@ rdflib[html]==7.1.4 # roc-validator redis==7.3.0 # via -r requirements.in -requests==2.32.5 +requests==2.33.0 # via # -r requirements.in # requests-cache From b389d287d9fcbb1b0531bd1e331bc00949e198df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:22:23 +0000 Subject: [PATCH 3/7] Bump pygments from 2.19.2 to 2.20.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 31058e0..d1d51c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -128,7 +128,7 @@ pydantic[email]==2.12.4 # via apiflask pydantic-core==2.41.5 # via pydantic -pygments==2.19.2 +pygments==2.20.0 # via # enum-tools # rich From c4a62a0bb6391113c9f2d02593339db55f95429d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:52:19 +0000 Subject: [PATCH 4/7] Bump flask-httpauth from 4.8.0 to 4.8.1 Bumps [flask-httpauth](https://github.com/miguelgrinberg/flask-httpauth) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/miguelgrinberg/flask-httpauth/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-HTTPAuth/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/flask-httpauth/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: flask-httpauth dependency-version: 4.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 31058e0..65f87a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,7 +65,7 @@ flask==3.1.3 # apiflask # flask-httpauth # flask-marshmallow -flask-httpauth==4.8.0 +flask-httpauth==4.8.1 # via apiflask flask-marshmallow==1.3.0 # via apiflask From 20b586a153d9076bf7ec75d25f79d15d0e4838ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:44:25 +0000 Subject: [PATCH 5/7] Bump celery from 5.6.2 to 5.6.3 Bumps [celery](https://github.com/celery/celery) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/v5.6.3/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: celery dependency-version: 5.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 6add106..74f4943 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -celery==5.6.2 +celery==5.6.3 minio==7.2.20 requests==2.33.0 Flask==3.1.3 diff --git a/requirements.txt b/requirements.txt index 589ef39..654299c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ blinker==1.9.0 # via flask cattrs==25.1.1 # via requests-cache -celery==5.6.2 +celery==5.6.3 # via -r requirements.in certifi==2025.8.3 # via From 7bb11ebe9c94dc9e913953ad07bbe5db0f373e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:45:40 +0000 Subject: [PATCH 6/7] Bump redis from 7.3.0 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 6add106..b0f677c 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ minio==7.2.20 requests==2.33.0 Flask==3.1.3 Werkzeug==3.1.6 -redis==7.3.0 +redis==7.4.0 python-dotenv==1.2.2 apiflask==3.1.0 roc-validator==0.8.1 diff --git a/requirements.txt b/requirements.txt index ab25e6f..8d4aa25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -145,7 +145,7 @@ rdflib[html]==7.1.4 # owlrl # pyshacl # roc-validator -redis==7.3.0 +redis==7.4.0 # via -r requirements.in requests==2.33.0 # via From b5c1ea5df1e98346ff52aa5651da89dd3b5a762f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:49:32 +0000 Subject: [PATCH 7/7] Bump werkzeug from 3.1.6 to 3.1.7 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.6 to 3.1.7. - [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/3.1.6...3.1.7) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 2093074..6c470fd 100644 --- a/requirements.in +++ b/requirements.in @@ -2,7 +2,7 @@ celery==5.6.3 minio==7.2.20 requests==2.33.0 Flask==3.1.3 -Werkzeug==3.1.6 +Werkzeug==3.1.8 redis==7.4.0 python-dotenv==1.2.2 apiflask==3.1.0 diff --git a/requirements.txt b/requirements.txt index ac12f26..dbb3de8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -201,7 +201,7 @@ wcwidth==0.2.13 # prompt-toolkit webargs==8.7.0 # via apiflask -werkzeug==3.1.6 +werkzeug==3.1.8 # via # -r requirements.in # flask