From 31bf6f93392c9164d8203c2a0c06ac189044caee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 23:58:36 +0000 Subject: [PATCH 1/7] Bump black from 24.4.2 to 24.8.0 in /dev Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.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/24.4.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index b6eef643..d152b804 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,5 +1,5 @@ autoflake==2.3.1 -black==24.4.2 +black==24.8.0 flake8==7.1.0 isort==5.13.2 mypy==1.11.1 From 3acb9ce61608d850d3fd0e678224fed5c3c6ba3f Mon Sep 17 00:00:00 2001 From: Luisa Date: Mon, 5 Aug 2024 15:45:42 +0200 Subject: [PATCH 2/7] Make changes for custom anonymous group --- models.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/models.yml b/models.yml index 0e583dfd..9d663927 100644 --- a/models.yml +++ b/models.yml @@ -1838,6 +1838,10 @@ meeting: type: relation to: group/admin_group_for_meeting_id restriction_mode: B + anonymous_group_id: + type: relation + to: group/anonymous_group_for_meeting_id + restriction_mode: B structure_level: id: @@ -1947,6 +1951,11 @@ group: to: meeting/admin_group_id on_delete: PROTECT restriction_mode: A + anonymous_group_for_meeting_id: + type: relation + to: meeting/anonymous_group_id + on_delete: PROTECT + restriction_mode: A mediafile_access_group_ids: type: relation-list to: mediafile/access_group_ids From aceab7ce3c7899acb5e5eb36255d81c279902c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:30:54 +0000 Subject: [PATCH 3/7] Bump flake8 from 7.1.0 to 7.1.1 in /dev 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] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index d152b804..136689e5 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,6 +1,6 @@ autoflake==2.3.1 black==24.8.0 -flake8==7.1.0 +flake8==7.1.1 isort==5.13.2 mypy==1.11.1 pytest==8.3.2 From d3787303ff8362cf66fac36fc0c111528675937a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:45:45 +0000 Subject: [PATCH 4/7] Bump types-pyyaml from 6.0.12.20240724 to 6.0.12.20240808 in /dev Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240724 to 6.0.12.20240808. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 136689e5..26640a55 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -9,5 +9,5 @@ pyyaml==6.0.1 simplejson==3.19.2 # typing -types-PyYAML==6.0.12.20240724 +types-PyYAML==6.0.12.20240808 types-simplejson==3.19.0.20240801 From 7e582d67ba82dd6a576132afa12332bf0e8997f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:45:52 +0000 Subject: [PATCH 5/7] Bump pyyaml from 6.0.1 to 6.0.2 in /dev Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 136689e5..95fd9114 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -5,7 +5,7 @@ isort==5.13.2 mypy==1.11.1 pytest==8.3.2 pyupgrade==3.17.0 -pyyaml==6.0.1 +pyyaml==6.0.2 simplejson==3.19.2 # typing From d85a18a30f651e935885ff36b5bf986fbe2aa08a Mon Sep 17 00:00:00 2001 From: Bastian Rihm Date: Tue, 13 Aug 2024 12:07:53 +0200 Subject: [PATCH 6/7] Change restriction mode of `active_meeting_ids` to `A` --- models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.yml b/models.yml index 15b4d531..b1e78ac0 100644 --- a/models.yml +++ b/models.yml @@ -179,7 +179,7 @@ organization: to: committee/organization_id active_meeting_ids: type: relation-list - restriction_mode: B + restriction_mode: A to: meeting/is_active_in_organization_id archived_meeting_ids: type: relation-list From 1eb5b302e1b36753f81ba61b2e41d5791d4afb0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 23:59:48 +0000 Subject: [PATCH 7/7] Bump simplejson from 3.19.2 to 3.19.3 in /dev Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.19.2 to 3.19.3. - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt) - [Commits](https://github.com/simplejson/simplejson/compare/v3.19.2...v3.19.3) --- updated-dependencies: - dependency-name: simplejson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 9d9e913b..c883cbd3 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -6,7 +6,7 @@ mypy==1.11.1 pytest==8.3.2 pyupgrade==3.17.0 pyyaml==6.0.2 -simplejson==3.19.2 +simplejson==3.19.3 # typing types-PyYAML==6.0.12.20240808