From d0c0b2b31aad7815675863b652c71c7045c51d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:26:40 +0000 Subject: [PATCH 1/2] chore(deps): bump requests from 2.33.1 to 2.34.2 Bumps [requests](https://github.com/psf/requests) from 2.33.1 to 2.34.2. - [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.33.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1784ab..192763b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [{ name = "eScience Lab, The University of Manchester" }] dependencies = [ "celery==5.6.3", "boto3==1.43.29", - "requests==2.33.1", + "requests==2.34.2", "Flask==3.1.3", "Werkzeug==3.1.8", "redis==8.0.1", diff --git a/requirements-dev.txt b/requirements-dev.txt index 45520c9..169401f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -187,7 +187,7 @@ rdflib[html]==7.6.0 # roc-validator redis==8.0.1 # via ro-crate-validation-service (pyproject.toml) -requests==2.33.1 +requests==2.34.2 # via # moto # requests-cache diff --git a/requirements.txt b/requirements.txt index f258e32..5dcdd3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -147,7 +147,7 @@ rdflib[html]==7.1.4 # roc-validator redis==8.0.1 # via ro-crate-validation-service (pyproject.toml) -requests==2.33.1 +requests==2.34.2 # via # requests-cache # ro-crate-validation-service (pyproject.toml) From b486df2f38928241760ea391650a9b422190add3 Mon Sep 17 00:00:00 2001 From: Douglas Lowe <10961945+douglowe@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:57:07 +0100 Subject: [PATCH 2/2] request package in integration tests updated to match reqs --- .github/workflows/test_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_docker.yml b/.github/workflows/test_docker.yml index b6a88ae..2bd6bc9 100644 --- a/.github/workflows/test_docker.yml +++ b/.github/workflows/test_docker.yml @@ -21,7 +21,7 @@ jobs: run: | python -m pip install --upgrade pip # Keep in sync with requirements-dev.txt - pip install pytest==9.1.0 requests==2.33.1 boto3==1.43.29 + pip install pytest==9.1.0 requests==2.34.2 boto3==1.43.29 - name: Run integration tests (brings up the compose stack) run: |