From be5f0535b842bd774732e77feda899286af37619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:29:14 +0000 Subject: [PATCH 1/2] Bump pydantic from 2.8.2 to 2.9.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.9.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.9.2) --- updated-dependencies: - dependency-name: pydantic 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 1f92fbc..081dade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ harrier==0.13.2 -pydantic==2.8.2 +pydantic==2.9.2 aiohttp-devtools==1.1.2 black==24.8.0 flake8==7.1.1 From 5447a7f7ff43997badc498ed1ee940954840e0ff Mon Sep 17 00:00:00 2001 From: Sebastian Prentice Date: Thu, 31 Oct 2024 15:00:35 +0000 Subject: [PATCH 2/2] update actions --- data/actions.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/actions.json b/data/actions.json index 5e92e70..e094be6 100644 --- a/data/actions.json +++ b/data/actions.json @@ -903,6 +903,13 @@ "help_text": "When an Administrator exports data about Users.", "subject_types": [] }, + { + "key": "CLIENTS_EXPORT", + "value": "CLIENTS_EXPORT", + "msg": "Exported Clients", + "help_text": "When an Administrator exports data about Clients.", + "subject_types": [] + }, { "key": "EDITED_SYSTEM_SETTINGS", "value": "EDITED_SYSTEM_SETTINGS",