From 8ca0f37a502d63df1ef7b9266b2bc0623266ceb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 12:38:54 +0000 Subject: [PATCH 01/12] Bump certifi from 2021.10.8 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index d61fdc7..3a86a2f 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -3,7 +3,7 @@ anyio==3.3.4 atomicwrites==1.4.0 attrs==21.2.0 Babel==2.9.1 -certifi==2021.10.8 +certifi==2022.12.7 charset-normalizer==2.0.7 colorama==0.4.4 coverage==6.1.2 From 12b9e079eb44661f78c8ca0c87aac52746a307c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:50:12 +0000 Subject: [PATCH 02/12] Bump pygments from 2.10.0 to 2.15.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.10.0 to 2.15.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.10.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index 3a86a2f..35ba8a0 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -19,7 +19,7 @@ MarkupSafe==2.0.1 packaging==21.2 pluggy==1.0.0 py==1.11.0 -Pygments==2.10.0 +Pygments==2.15.0 pyparsing==2.4.7 pytest==6.2.5 pytest-asyncio==0.16.0 From c811d4d682939195a12f78a1c32c82dd495a733b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:22:49 +0000 Subject: [PATCH 03/12] Bump urllib3 from 1.26.7 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index 3a86a2f..4fe72c0 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -39,4 +39,4 @@ sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 toml==0.10.2 tomli==1.2.2 -urllib3==1.26.7 +urllib3==1.26.18 From d4dbdd8ddb18c2336e7a6a89c8d7bc8bc4bdde9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:04:24 +0000 Subject: [PATCH 04/12] Bump jinja2 from 3.0.3 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3. - [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/3.0.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index 4fe72c0..cc4129a 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -14,7 +14,7 @@ httpx==0.23.0 idna==3.3 imagesize==1.3.0 iniconfig==1.1.1 -Jinja2==3.0.3 +Jinja2==3.1.3 MarkupSafe==2.0.1 packaging==21.2 pluggy==1.0.0 From 6d6977cfc5ad6f95a5464a18ab9a846db83b15df Mon Sep 17 00:00:00 2001 From: Johannes Lichtenberger Date: Tue, 6 Feb 2024 18:20:57 +0100 Subject: [PATCH 05/12] Update data.py --- tests/data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data.py b/tests/data.py index 66f3108..119d1ef 100644 --- a/tests/data.py +++ b/tests/data.py @@ -4,8 +4,8 @@ "baz": "hello", "tada": [{"foo": "bar"}, {"baz": False}, "boo", {}, []], } -post_query = """let $nodeKey := sdb:nodekey(jn:doc('Query','query_resource1').foo[[2]]) +post_query = """let $nodeKey := sdb:nodekey(jn:doc('Query','query_resource1').foo[2]) return $nodeKey""" -resource_query = """let $nodeKey := sdb:nodekey($$.foo[[2]]) +resource_query = """let $nodeKey := sdb:nodekey($$.foo[2]) return $nodeKey""" From 33f30bb83cc6d3205fbe84ec9b798ff33fba87ca Mon Sep 17 00:00:00 2001 From: Johannes Lichtenberger Date: Tue, 6 Feb 2024 18:32:47 +0100 Subject: [PATCH 06/12] Update json_store.py --- pysirix/json_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysirix/json_store.py b/pysirix/json_store.py index 2fda3c8..a1d3db9 100644 --- a/pysirix/json_store.py +++ b/pysirix/json_store.py @@ -349,7 +349,7 @@ def delete_records(self, query_dict: Dict) -> Union[str, Awaitable[str]]: f"{query_function_include}" f"let $doc := jn:doc('{self.db_name}','{self.name}'){self.root}" f" let $m := for $i at $pos in $doc where local:q($i, {stringify(query_dict)}) return $pos - 1" - " for $i in $m order by $i descending return delete json $doc[[$i]]" + " for $i in $m order by $i descending return delete json $doc[$i]" ) return self._client.post_query({"query": query}) From ac9bd9b9a59160bf5f26c15815d6c7aa6f352107 Mon Sep 17 00:00:00 2001 From: Johannes Lichtenberger Date: Mon, 8 Apr 2024 18:07:22 +0200 Subject: [PATCH 07/12] Update docker-compose.yml --- tests/resources/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/docker-compose.yml b/tests/resources/docker-compose.yml index 072c6a2..a4610ce 100644 --- a/tests/resources/docker-compose.yml +++ b/tests/resources/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: keycloak: - image: jboss/keycloak:7.0.1 + image: quay.io/keycloak/keycloak:7.0.1 ports: - 8080:8080 environment: From 17db36e62ce82c4ec5abb6129c28be30aaba4aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:40:52 +0000 Subject: [PATCH 08/12] Bump jinja2 from 3.1.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 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/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index cc4129a..c9d884f 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -14,7 +14,7 @@ httpx==0.23.0 idna==3.3 imagesize==1.3.0 iniconfig==1.1.1 -Jinja2==3.1.3 +Jinja2==3.1.4 MarkupSafe==2.0.1 packaging==21.2 pluggy==1.0.0 From a3de50cb1bfa4bdb4c7743a6957a7afd87de1144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:31:35 +0000 Subject: [PATCH 09/12] Bump idna from 3.3 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.3...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index c9d884f..8b7a0bb 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -11,7 +11,7 @@ docutils==0.17.1 h11==0.12.0 httpcore==0.15.0 httpx==0.23.0 -idna==3.3 +idna==3.7 imagesize==1.3.0 iniconfig==1.1.1 Jinja2==3.1.4 From 722a2e5ef5c9797af3426335248c03d9051ef90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 00:45:24 +0000 Subject: [PATCH 10/12] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index 8b7a0bb..2002e40 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -25,7 +25,7 @@ pytest==6.2.5 pytest-asyncio==0.16.0 pytest-cov==3.0.0 pytz==2021.3 -requests==2.26.0 +requests==2.32.0 rfc3986==1.5.0 sniffio==1.2.0 snowballstemmer==2.2.0 From 8faa6354b4834038ee94f586de7e69cf13c07557 Mon Sep 17 00:00:00 2001 From: Johannes Lichtenberger Date: Tue, 21 May 2024 12:40:11 +0200 Subject: [PATCH 11/12] Update requirements-all.txt --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index eba001c..292315e 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -25,7 +25,7 @@ pytest==6.2.5 pytest-asyncio==0.16.0 pytest-cov==3.0.0 pytz==2021.3 -requests==2.32.0 +requests==2.31.0 rfc3986==1.5.0 sniffio==1.2.0 snowballstemmer==2.2.0 From e2e3106aa3d94b1ec57a7d9ee719126859c7fce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:25:05 +0000 Subject: [PATCH 12/12] Bump urllib3 from 1.26.18 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-all.txt b/requirements-all.txt index 292315e..2b0d43d 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -39,4 +39,4 @@ sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 toml==0.10.2 tomli==1.2.2 -urllib3==1.26.18 +urllib3==1.26.19