From 1faa545473d7d55d9b08d189c435be63ead1a25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:39:18 +0000 Subject: [PATCH 1/4] Bump rdflib from 7.0.0 to 7.1.1 Bumps [rdflib](https://github.com/RDFLib/rdflib) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/RDFLib/rdflib/releases) - [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md) - [Commits](https://github.com/RDFLib/rdflib/compare/7.0.0...7.1.1) --- updated-dependencies: - dependency-name: rdflib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e24c76..106a889 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Flask==3.0.3 Flask-Cors==5.0.0 pyaml==24.9.0 python-gitlab==4.12.1 -rdflib==7.0.0 +rdflib==7.1.1 requests==2.32.3 SPARQLTransformer==2.4.0 PyGithub==2.3.0 From 3240a42169d581d21a0f87ebebff182017ace737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:39:29 +0000 Subject: [PATCH 2/4] Bump pygithub from 2.3.0 to 2.5.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.3.0...v2.5.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e24c76..bf5a0f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ python-gitlab==4.12.1 rdflib==7.0.0 requests==2.32.3 SPARQLTransformer==2.4.0 -PyGithub==2.3.0 +PyGithub==2.5.0 gunicorn==23.0.0; sys_platform!="win32" waitress>=1.4.2; sys_platform=="win32" From 3f7fb4eafca7520897b607a5936318161c6b0443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:39:33 +0000 Subject: [PATCH 3/4] Bump flake8 from 7.1.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index b7a2071..367506c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,3 @@ mock==5.1.0 pytest==8.3.3 -flake8==7.1.0 +flake8==7.1.1 From 585cd022c3f446007e36cb3a71e0d6c208891d8f Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Thu, 30 Jan 2025 22:33:43 +0000 Subject: [PATCH 4/4] Add six for testing --- requirements-test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-test.txt b/requirements-test.txt index b7a2071..e8511f3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,4 @@ mock==5.1.0 pytest==8.3.3 flake8==7.1.0 +six==1.17.0 \ No newline at end of file