From 275cf2c5408264ef7d49f6892683ffff35202668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:28:16 +0000 Subject: [PATCH 01/70] chore(pip-prod)(deps): bump virtualenv from 20.26.0 to 20.26.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.0 to 20.26.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.0...20.26.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92d3561..89ceda3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.12.4 urllib3==2.2.1 -virtualenv==20.26.0 +virtualenv==20.26.1 webex-bot==0.5.1 webexteamssdk==1.6.1 websockets==11.0.3 -- 2.47.2 From 4c5a7e4d2e5f1023d087288fbac08648d35978cf Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Mon, 29 Apr 2024 18:01:25 +0100 Subject: [PATCH 02/70] chore(dependabot): remove review requirement --- .github/dependabot.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fcea16..5a77360 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,8 @@ updates: interval: "daily" assignees: - "luketainton" - reviewers: - - "luketainton" + # reviewers: + # - "luketainton" commit-message: prefix: "chore(actions)" include: "scope" @@ -20,8 +20,8 @@ updates: interval: "daily" assignees: - "luketainton" - reviewers: - - "luketainton" + # reviewers: + # - "luketainton" commit-message: prefix: "chore(docker)" include: "scope" @@ -34,11 +34,11 @@ updates: interval: "daily" assignees: - "luketainton" - reviewers: - - "luketainton" + # reviewers: + # - "luketainton" commit-message: prefix: "chore(pip-prod)" prefix-development: "chore(pip-dev)" include: "scope" labels: - - "dependencies" \ No newline at end of file + - "dependencies" -- 2.47.2 From e719b00a5b087d5fed748f149856e4a0a8125a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:16:20 +0000 Subject: [PATCH 03/70] chore(pip-prod)(deps): bump filelock from 3.13.4 to 3.14.0 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.4 to 3.14.0. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.4...3.14.0) --- updated-dependencies: - dependency-name: filelock 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 89ceda3..3e69e61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ click==8.1.7 coloredlogs==15.0.1 dill==0.3.8 distlib==0.3.8 -filelock==3.13.4 +filelock==3.14.0 future==1.0.0 humanfriendly==10.0 identify==2.5.36 -- 2.47.2 From 37f7412cb04c6d56cf9eb7e5fee76be8d66d64dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:09:15 +0000 Subject: [PATCH 04/70] chore(pip-prod)(deps): bump sentry-sdk from 2.0.1 to 2.1.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.0.1...2.1.1) --- updated-dependencies: - dependency-name: sentry-sdk 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 3e69e61..aa4fe5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0 requests-toolbelt==1.0.0 -sentry-sdk==2.0.1 +sentry-sdk==2.1.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From 0b8a106eec75c3f482ce5071002c47e48fbbf809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:44:43 +0000 Subject: [PATCH 05/70] chore(pip-prod)(deps): bump astroid from 3.1.0 to 3.2.0 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: astroid 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 aa4fe5c..b292f0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.1.0 +astroid==3.2.0 attrs==23.2.0 autopep8==2.1.0 backoff==2.2.1 -- 2.47.2 From ef8e92b0ff03b4a0ba8d2a39005a26fa1c0684e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:11:17 +0000 Subject: [PATCH 06/70] chore(pip-prod)(deps): bump tomlkit from 0.12.4 to 0.12.5 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.12.4...0.12.5) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b292f0b..72f38f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ sentry-sdk==2.1.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -tomlkit==0.12.4 +tomlkit==0.12.5 urllib3==2.2.1 virtualenv==20.26.1 webex-bot==0.5.1 -- 2.47.2 From 96d250cda43f63fb7594ca3fae78c7f3de3e0b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:46:22 +0000 Subject: [PATCH 07/70] chore(pip-prod)(deps): bump platformdirs from 4.2.1 to 4.2.2 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72f38f7..a9c59bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mypy-extensions==1.0.0 nodeenv==1.8.0 packaging==24.0 pathspec==0.12.1 -platformdirs==4.2.1 +platformdirs==4.2.2 pluggy==1.5.0 py==1.11.0 pycodestyle==2.11.1 -- 2.47.2 From 06cd86f66767e079136533409cdd488bc1be1569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:29:08 +0000 Subject: [PATCH 08/70] chore(pip-prod)(deps): bump virtualenv from 20.26.1 to 20.26.2 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.1 to 20.26.2. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.1...20.26.2) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9c59bb..1b34f56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.12.5 urllib3==2.2.1 -virtualenv==20.26.1 +virtualenv==20.26.2 webex-bot==0.5.1 webexteamssdk==1.6.1 websockets==11.0.3 -- 2.47.2 From 6441bc0fafb02dcb077b9d1710f2d82baad4a792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 16:06:10 +0000 Subject: [PATCH 09/70] chore(pip-prod)(deps): bump astroid from 3.2.0 to 3.2.1 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b34f56..557c054 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.2.0 +astroid==3.2.1 attrs==23.2.0 autopep8==2.1.0 backoff==2.2.1 -- 2.47.2 From 30a53434a8abbc09dc5ecf83ac096e54960bf912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:57:44 +0000 Subject: [PATCH 10/70] chore(pip-prod)(deps): bump sentry-sdk from 2.1.1 to 2.2.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.1.1...2.2.0) --- updated-dependencies: - dependency-name: sentry-sdk 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 557c054..2df12f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0 requests-toolbelt==1.0.0 -sentry-sdk==2.1.1 +sentry-sdk==2.2.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From 1b23f246955d53fada888b565103cbd1808919cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:17:45 +0000 Subject: [PATCH 11/70] chore(pip-prod)(deps): bump astroid from 3.2.1 to 3.2.2 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2df12f5..9546548 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.2.1 +astroid==3.2.2 attrs==23.2.0 autopep8==2.1.0 backoff==2.2.1 -- 2.47.2 From 604e0fb5be8ac382cccec43cd173d1b5ce20528e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:24:40 +0000 Subject: [PATCH 12/70] chore(pip-prod)(deps): bump requests from 2.31.0 to 2.32.0 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. - [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.31.0...v2.32.0) --- updated-dependencies: - dependency-name: requests 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 9546548..e32ddd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyparsing==3.1.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 -requests==2.31.0 +requests==2.32.0 requests-toolbelt==1.0.0 sentry-sdk==2.2.0 six==1.16.0 -- 2.47.2 From db035556972badf0ef4e2024fda8852a7b14143c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:08:26 +0000 Subject: [PATCH 13/70] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e32ddd1..0ef4c76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyparsing==3.1.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 -requests==2.32.0 +requests==2.32.1 requests-toolbelt==1.0.0 sentry-sdk==2.2.0 six==1.16.0 -- 2.47.2 From 655995191ed2cb95e90a5850564bb333253dab25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 18:12:54 +0000 Subject: [PATCH 14/70] --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ef4c76..1b088f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.1 requests-toolbelt==1.0.0 -sentry-sdk==2.2.0 +sentry-sdk==2.2.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From ee8f2121b90d1fe0fc3926f871b4e0228029f812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:37:02 +0000 Subject: [PATCH 15/70] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b088f2..02aac53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyparsing==3.1.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 -requests==2.32.1 +requests==2.32.2 requests-toolbelt==1.0.0 sentry-sdk==2.2.1 six==1.16.0 -- 2.47.2 From 029dc1e92f15842e7aa7b6a19d015af7de0a365d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 18:47:39 +0000 Subject: [PATCH 16/70] --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02aac53..6fb6576 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 astroid==3.2.2 attrs==23.2.0 -autopep8==2.1.0 +autopep8==2.1.1 backoff==2.2.1 certifi==2024.2.2 cfgv==3.4.0 -- 2.47.2 From 52370f787d4abb33694dd77b8252f73c34d939fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:26:57 +0000 Subject: [PATCH 17/70] chore(pip-prod)(deps): bump sentry-sdk from 2.2.1 to 2.3.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.2.1...2.3.1) --- updated-dependencies: - dependency-name: sentry-sdk 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 6fb6576..d42e2e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.2 requests-toolbelt==1.0.0 -sentry-sdk==2.2.1 +sentry-sdk==2.3.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From 96da3d6b7c8431eb0ce1ffe75c6ebe3fb35536e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:30:53 +0000 Subject: [PATCH 18/70] chore(pip-prod)(deps): bump autopep8 from 2.1.1 to 2.1.2 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d42e2e9..690d04c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 astroid==3.2.2 attrs==23.2.0 -autopep8==2.1.1 +autopep8==2.1.2 backoff==2.2.1 certifi==2024.2.2 cfgv==3.4.0 -- 2.47.2 From 9f67c6be0dfc29a8b278fd934c5f79ef09ebee37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:58:30 +0000 Subject: [PATCH 19/70] chore(pip-prod)(deps): bump nodeenv from 1.8.0 to 1.9.0 Bumps [nodeenv](https://github.com/ekalinin/nodeenv) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](https://github.com/ekalinin/nodeenv/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: nodeenv 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 690d04c..6fe0030 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ iniconfig==2.0.0 lazy-object-proxy==1.10.0 mccabe==0.7.0 mypy-extensions==1.0.0 -nodeenv==1.8.0 +nodeenv==1.9.0 packaging==24.0 pathspec==0.12.1 platformdirs==4.2.2 -- 2.47.2 From 28fc64a6947bd24876abbd69c47468c0a08490e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 06:55:53 +0000 Subject: [PATCH 20/70] chore(pip-prod)(deps): bump requests from 2.32.2 to 2.32.3 Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [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.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fe0030..30b9217 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyparsing==3.1.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 -requests==2.32.2 +requests==2.32.3 requests-toolbelt==1.0.0 sentry-sdk==2.3.1 six==1.16.0 -- 2.47.2 From 6fa12bce095d814796187c0876318cec179fa865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 16:46:12 +0000 Subject: [PATCH 21/70] chore(pip-prod)(deps): bump autopep8 from 2.1.2 to 2.2.0 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: autopep8 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 30b9217..b37577f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 astroid==3.2.2 attrs==23.2.0 -autopep8==2.1.2 +autopep8==2.2.0 backoff==2.2.1 certifi==2024.2.2 cfgv==3.4.0 -- 2.47.2 From 284195ff2d1e49532ad20f0a731a9ab8554132a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:57:33 +0000 Subject: [PATCH 22/70] chore(pip-prod)(deps): bump certifi from 2024.2.2 to 2024.6.2 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) --- updated-dependencies: - dependency-name: certifi 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 b37577f..a175104 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astroid==3.2.2 attrs==23.2.0 autopep8==2.2.0 backoff==2.2.1 -certifi==2024.2.2 +certifi==2024.6.2 cfgv==3.4.0 charset-normalizer==3.3.2 click==8.1.7 -- 2.47.2 From 473ce1d45d686f86aa117d70957a58d626544952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:07:33 +0000 Subject: [PATCH 23/70] chore(pip-prod)(deps): bump sentry-sdk from 2.3.1 to 2.4.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.3.1...2.4.0) --- updated-dependencies: - dependency-name: sentry-sdk 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 a175104..50ec193 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.3 requests-toolbelt==1.0.0 -sentry-sdk==2.3.1 +sentry-sdk==2.4.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From badc6586fb62274d808840a2b408a999d4e41cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:28:16 +0000 Subject: [PATCH 24/70] chore(pip-prod)(deps): bump virtualenv from 20.26.0 to 20.26.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.0 to 20.26.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.0...20.26.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92d3561..89ceda3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.12.4 urllib3==2.2.1 -virtualenv==20.26.0 +virtualenv==20.26.1 webex-bot==0.5.1 webexteamssdk==1.6.1 websockets==11.0.3 -- 2.47.2 From 7719033d6a5223ca41ad5e4fa90a926007a2afce Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Mon, 29 Apr 2024 18:01:25 +0100 Subject: [PATCH 25/70] chore(dependabot): remove review requirement --- .github/dependabot.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fcea16..5a77360 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,8 @@ updates: interval: "daily" assignees: - "luketainton" - reviewers: - - "luketainton" + # reviewers: + # - "luketainton" commit-message: prefix: "chore(actions)" include: "scope" @@ -20,8 +20,8 @@ updates: interval: "daily" assignees: - "luketainton" - reviewers: - - "luketainton" + # reviewers: + # - "luketainton" commit-message: prefix: "chore(docker)" include: "scope" @@ -34,11 +34,11 @@ updates: interval: "daily" assignees: - "luketainton" - reviewers: - - "luketainton" + # reviewers: + # - "luketainton" commit-message: prefix: "chore(pip-prod)" prefix-development: "chore(pip-dev)" include: "scope" labels: - - "dependencies" \ No newline at end of file + - "dependencies" -- 2.47.2 From 8791781150fbab18c13f7285107ea808e96ba32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:16:20 +0000 Subject: [PATCH 26/70] chore(pip-prod)(deps): bump filelock from 3.13.4 to 3.14.0 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.4 to 3.14.0. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.4...3.14.0) --- updated-dependencies: - dependency-name: filelock 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 89ceda3..3e69e61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ click==8.1.7 coloredlogs==15.0.1 dill==0.3.8 distlib==0.3.8 -filelock==3.13.4 +filelock==3.14.0 future==1.0.0 humanfriendly==10.0 identify==2.5.36 -- 2.47.2 From 65bf1b22f910889bbfb945d1e78df3970fe98dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:09:15 +0000 Subject: [PATCH 27/70] chore(pip-prod)(deps): bump sentry-sdk from 2.0.1 to 2.1.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.0.1...2.1.1) --- updated-dependencies: - dependency-name: sentry-sdk 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 3e69e61..aa4fe5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0 requests-toolbelt==1.0.0 -sentry-sdk==2.0.1 +sentry-sdk==2.1.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From 9193859944a74b84f4bd18dff6cb573ac2cf87db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:44:43 +0000 Subject: [PATCH 28/70] chore(pip-prod)(deps): bump astroid from 3.1.0 to 3.2.0 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: astroid 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 aa4fe5c..b292f0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.1.0 +astroid==3.2.0 attrs==23.2.0 autopep8==2.1.0 backoff==2.2.1 -- 2.47.2 From 134e9e6b0f6ecb0e24b2bd966984c85cec03d1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:11:17 +0000 Subject: [PATCH 29/70] chore(pip-prod)(deps): bump tomlkit from 0.12.4 to 0.12.5 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.12.4...0.12.5) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b292f0b..72f38f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ sentry-sdk==2.1.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -tomlkit==0.12.4 +tomlkit==0.12.5 urllib3==2.2.1 virtualenv==20.26.1 webex-bot==0.5.1 -- 2.47.2 From 68258fbccfda748b1b75f96acea3e5da8238651a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:46:22 +0000 Subject: [PATCH 30/70] chore(pip-prod)(deps): bump platformdirs from 4.2.1 to 4.2.2 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72f38f7..a9c59bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mypy-extensions==1.0.0 nodeenv==1.8.0 packaging==24.0 pathspec==0.12.1 -platformdirs==4.2.1 +platformdirs==4.2.2 pluggy==1.5.0 py==1.11.0 pycodestyle==2.11.1 -- 2.47.2 From 9d9351561a69ce72ab3f86637aa379edd8b7b5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:29:08 +0000 Subject: [PATCH 31/70] chore(pip-prod)(deps): bump virtualenv from 20.26.1 to 20.26.2 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.1 to 20.26.2. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.1...20.26.2) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9c59bb..1b34f56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.12.5 urllib3==2.2.1 -virtualenv==20.26.1 +virtualenv==20.26.2 webex-bot==0.5.1 webexteamssdk==1.6.1 websockets==11.0.3 -- 2.47.2 From d49e2ddd2ebd70ab38fffb62475bdace55accf04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 16:06:10 +0000 Subject: [PATCH 32/70] chore(pip-prod)(deps): bump astroid from 3.2.0 to 3.2.1 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b34f56..557c054 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.2.0 +astroid==3.2.1 attrs==23.2.0 autopep8==2.1.0 backoff==2.2.1 -- 2.47.2 From 1f729bbffa4f3ec73be0e65fc1598bf1f7b24f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:57:44 +0000 Subject: [PATCH 33/70] chore(pip-prod)(deps): bump sentry-sdk from 2.1.1 to 2.2.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.1.1...2.2.0) --- updated-dependencies: - dependency-name: sentry-sdk 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 557c054..2df12f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0 requests-toolbelt==1.0.0 -sentry-sdk==2.1.1 +sentry-sdk==2.2.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From 9f2aae46ee0a12ac2716edba42720a943cb8c3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:17:45 +0000 Subject: [PATCH 34/70] chore(pip-prod)(deps): bump astroid from 3.2.1 to 3.2.2 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2df12f5..9546548 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.2.1 +astroid==3.2.2 attrs==23.2.0 autopep8==2.1.0 backoff==2.2.1 -- 2.47.2 From 736cd4d5cacf1f7d81b22d41160d2d75b4eaf3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:24:40 +0000 Subject: [PATCH 35/70] chore(pip-prod)(deps): bump requests from 2.31.0 to 2.32.0 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. - [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.31.0...v2.32.0) --- updated-dependencies: - dependency-name: requests 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 9546548..e32ddd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyparsing==3.1.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 -requests==2.31.0 +requests==2.32.0 requests-toolbelt==1.0.0 sentry-sdk==2.2.0 six==1.16.0 -- 2.47.2 From d43ec5512e358f1efa4953c2c7fdc1a6e6f5d7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:08:26 +0000 Subject: [PATCH 36/70] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e32ddd1..0ef4c76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyparsing==3.1.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 -requests==2.32.0 +requests==2.32.1 requests-toolbelt==1.0.0 sentry-sdk==2.2.0 six==1.16.0 -- 2.47.2 From 85ed0434d771d7c1f6a656f256f853bf5ee46206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 18:12:54 +0000 Subject: [PATCH 37/70] --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ef4c76..1b088f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.1 requests-toolbelt==1.0.0 -sentry-sdk==2.2.0 +sentry-sdk==2.2.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From 0d2595145116fe707e429fd096afb4364bdac4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:37:02 +0000 Subject: [PATCH 38/70] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b088f2..02aac53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyparsing==3.1.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 -requests==2.32.1 +requests==2.32.2 requests-toolbelt==1.0.0 sentry-sdk==2.2.1 six==1.16.0 -- 2.47.2 From c72d78014d637832a5a75b7fa9aa9586ab0a46e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 18:47:39 +0000 Subject: [PATCH 39/70] --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02aac53..6fb6576 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 astroid==3.2.2 attrs==23.2.0 -autopep8==2.1.0 +autopep8==2.1.1 backoff==2.2.1 certifi==2024.2.2 cfgv==3.4.0 -- 2.47.2 From 557ea8e9814743967e112499359c2d725efb65ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:26:57 +0000 Subject: [PATCH 40/70] chore(pip-prod)(deps): bump sentry-sdk from 2.2.1 to 2.3.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.2.1...2.3.1) --- updated-dependencies: - dependency-name: sentry-sdk 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 6fb6576..d42e2e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.2 requests-toolbelt==1.0.0 -sentry-sdk==2.2.1 +sentry-sdk==2.3.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From aab3719092f5257438d8a2c310de4bd531af3303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 16:30:53 +0000 Subject: [PATCH 41/70] chore(pip-prod)(deps): bump autopep8 from 2.1.1 to 2.1.2 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d42e2e9..690d04c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 astroid==3.2.2 attrs==23.2.0 -autopep8==2.1.1 +autopep8==2.1.2 backoff==2.2.1 certifi==2024.2.2 cfgv==3.4.0 -- 2.47.2 From 664f22658ecc16750d712b2ef3fe9875ed67891c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:58:30 +0000 Subject: [PATCH 42/70] chore(pip-prod)(deps): bump nodeenv from 1.8.0 to 1.9.0 Bumps [nodeenv](https://github.com/ekalinin/nodeenv) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](https://github.com/ekalinin/nodeenv/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: nodeenv 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 690d04c..6fe0030 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ iniconfig==2.0.0 lazy-object-proxy==1.10.0 mccabe==0.7.0 mypy-extensions==1.0.0 -nodeenv==1.8.0 +nodeenv==1.9.0 packaging==24.0 pathspec==0.12.1 platformdirs==4.2.2 -- 2.47.2 From c97954ef3d517c3367264297410b82c4b8192734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 06:55:53 +0000 Subject: [PATCH 43/70] chore(pip-prod)(deps): bump requests from 2.32.2 to 2.32.3 Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [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.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fe0030..30b9217 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyparsing==3.1.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 -requests==2.32.2 +requests==2.32.3 requests-toolbelt==1.0.0 sentry-sdk==2.3.1 six==1.16.0 -- 2.47.2 From da2b8a3be1cd851d5f275ccc9f46ce9d940c0591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 16:46:12 +0000 Subject: [PATCH 44/70] chore(pip-prod)(deps): bump autopep8 from 2.1.2 to 2.2.0 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: autopep8 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 30b9217..b37577f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 astroid==3.2.2 attrs==23.2.0 -autopep8==2.1.2 +autopep8==2.2.0 backoff==2.2.1 certifi==2024.2.2 cfgv==3.4.0 -- 2.47.2 From ab71ac2affb8da6c9de1f5fa6f18ce27a0d92b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:57:33 +0000 Subject: [PATCH 45/70] chore(pip-prod)(deps): bump certifi from 2024.2.2 to 2024.6.2 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2. - [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02) --- updated-dependencies: - dependency-name: certifi 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 b37577f..a175104 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astroid==3.2.2 attrs==23.2.0 autopep8==2.2.0 backoff==2.2.1 -certifi==2024.2.2 +certifi==2024.6.2 cfgv==3.4.0 charset-normalizer==3.3.2 click==8.1.7 -- 2.47.2 From 1f4b17a0cdac94c38e96adb5d8417adcb6207bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:07:33 +0000 Subject: [PATCH 46/70] chore(pip-prod)(deps): bump sentry-sdk from 2.3.1 to 2.4.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.3.1...2.4.0) --- updated-dependencies: - dependency-name: sentry-sdk 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 a175104..50ec193 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.3 requests-toolbelt==1.0.0 -sentry-sdk==2.3.1 +sentry-sdk==2.4.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From a11fbe2109d3a930310097c57a6f02233397f859 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Tue, 4 Jun 2024 22:30:11 +0100 Subject: [PATCH 47/70] Update build/deploy --- .github/workflows/release.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d728b0..2222534 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,10 @@ on: push: branches: [main] +env: + REGISTRY: ghcr.io + IMAGE_NAME: ${{ github.repository }} + jobs: release: name: Release @@ -29,20 +33,23 @@ jobs: name: GitHub Container Registry runs-on: ubuntu-latest needs: release + permissions: + contents: read + packages: write steps: - uses: actions/checkout@v4 - name: Login to GitHub Container Registry - run: echo ${{ secrets.GHCR_ACCESS_TOKEN }} | docker login ghcr.io -u luketainton --password-stdin + run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin - name: Build image for GitHub Package Registry run: | docker build . --file Dockerfile \ --build-arg "version=${{ needs.release.outputs.new_tag }}" \ - --tag ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }} \ - --tag ghcr.io/luketainton/roboluke-tasks:latest + --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_tag }} \ + --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest - name: Push image to GitHub Package Registry run: | - docker push ghcr.io/luketainton/roboluke-tasks:latest - docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }} + docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_tag }} deploy: name: Update Portainer Deployment -- 2.47.2 From 157bf8b6c45c196219659ccf059928de63c07b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:48:41 +0000 Subject: [PATCH 48/70] chore(pip-prod)(deps): bump nodeenv from 1.9.0 to 1.9.1 Bumps [nodeenv](https://github.com/ekalinin/nodeenv) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](https://github.com/ekalinin/nodeenv/compare/1.9.0...1.9.1) --- updated-dependencies: - dependency-name: nodeenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50ec193..c3139fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ iniconfig==2.0.0 lazy-object-proxy==1.10.0 mccabe==0.7.0 mypy-extensions==1.0.0 -nodeenv==1.9.0 +nodeenv==1.9.1 packaging==24.0 pathspec==0.12.1 platformdirs==4.2.2 -- 2.47.2 From 07a57b255ecd7507865e895be3d3ae500262abc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:39:08 +0000 Subject: [PATCH 49/70] chore(pip-prod)(deps): bump sentry-sdk from 2.4.0 to 2.5.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: sentry-sdk 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 c3139fd..019f16c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.3 requests-toolbelt==1.0.0 -sentry-sdk==2.4.0 +sentry-sdk==2.5.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From bb689a65ccd35c77f40ab523af0fdc2d51e83d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:31:31 +0000 Subject: [PATCH 50/70] chore(pip-prod)(deps): bump packaging from 24.0 to 24.1 Bumps [packaging](https://github.com/pypa/packaging) from 24.0 to 24.1. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.0...24.1) --- updated-dependencies: - dependency-name: packaging 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 019f16c..e6df37c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ lazy-object-proxy==1.10.0 mccabe==0.7.0 mypy-extensions==1.0.0 nodeenv==1.9.1 -packaging==24.0 +packaging==24.1 pathspec==0.12.1 platformdirs==4.2.2 pluggy==1.5.0 -- 2.47.2 From e036ebf21ea294c968a0e81280224c20ff0973de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:15:55 +0000 Subject: [PATCH 51/70] chore(pip-prod)(deps): bump sentry-sdk from 2.5.0 to 2.5.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.5.0...2.5.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6df37c..bfdc1b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.3 requests-toolbelt==1.0.0 -sentry-sdk==2.5.0 +sentry-sdk==2.5.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From 36c51b746d300d3529f92184b80453752a34dabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:06:40 +0000 Subject: [PATCH 52/70] chore(pip-prod)(deps): bump filelock from 3.14.0 to 3.15.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.14.0 to 3.15.1. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.14.0...3.15.1) --- updated-dependencies: - dependency-name: filelock 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 bfdc1b0..dd7c8dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ click==8.1.7 coloredlogs==15.0.1 dill==0.3.8 distlib==0.3.8 -filelock==3.14.0 +filelock==3.15.1 future==1.0.0 humanfriendly==10.0 identify==2.5.36 -- 2.47.2 From f7bdcfb7e3c08a3669569d9275cab694219edbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:03:12 +0000 Subject: [PATCH 53/70] chore(pip-prod)(deps): bump urllib3 from 2.2.1 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [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/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd7c8dc..192a38e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ six==1.16.0 toml==0.10.2 tomli==2.0.1 tomlkit==0.12.5 -urllib3==2.2.1 +urllib3==2.2.2 virtualenv==20.26.2 webex-bot==0.5.1 webexteamssdk==1.6.1 -- 2.47.2 From 7b1c0c5f157c95bcbb4d2569bb83c3dff7b8f972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:05:58 +0000 Subject: [PATCH 54/70] chore(pip-prod)(deps): bump pycodestyle from 2.11.1 to 2.12.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.11.1...2.12.0) --- updated-dependencies: - dependency-name: pycodestyle 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 192a38e..382bcea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pathspec==0.12.1 platformdirs==4.2.2 pluggy==1.5.0 py==1.11.0 -pycodestyle==2.11.1 +pycodestyle==2.12.0 PyJWT==2.8.0 pyparsing==3.1.2 python-dateutil==2.9.0.post0 -- 2.47.2 From 689c77a9a8b1e1fdfd8265dee1ac93f184f718a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:53:49 +0000 Subject: [PATCH 55/70] chore(pip-prod)(deps): bump filelock from 3.15.1 to 3.15.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.15.1 to 3.15.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.15.1...3.15.3) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 382bcea..bd3bce3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ click==8.1.7 coloredlogs==15.0.1 dill==0.3.8 distlib==0.3.8 -filelock==3.15.1 +filelock==3.15.3 future==1.0.0 humanfriendly==10.0 identify==2.5.36 -- 2.47.2 From 3c6acbbf09dec92c8c762d83ec4cc8cd5fd6a237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:28:32 +0000 Subject: [PATCH 56/70] chore(pip-prod)(deps): bump sentry-sdk from 2.5.1 to 2.6.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/commits) --- updated-dependencies: - dependency-name: sentry-sdk 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 bd3bce3..b73b1ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.3 requests-toolbelt==1.0.0 -sentry-sdk==2.5.1 +sentry-sdk==2.6.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From f48e71e301fe3c88d98782a314a28556febfac1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:14:26 +0000 Subject: [PATCH 57/70] chore(pip-prod)(deps): bump autopep8 from 2.2.0 to 2.3.1 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.2.0...v2.3.1) --- updated-dependencies: - dependency-name: autopep8 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 b73b1ff..8223f80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 astroid==3.2.2 attrs==23.2.0 -autopep8==2.2.0 +autopep8==2.3.1 backoff==2.2.1 certifi==2024.6.2 cfgv==3.4.0 -- 2.47.2 From 3b6a4ce8163323aa584b9675378c06e52a71bacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:04:17 +0000 Subject: [PATCH 58/70] chore(pip-prod)(deps): bump sentry-sdk from 2.6.0 to 2.7.1 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.6.0...2.7.1) --- updated-dependencies: - dependency-name: sentry-sdk 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 8223f80..dfb1597 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.3 requests-toolbelt==1.0.0 -sentry-sdk==2.6.0 +sentry-sdk==2.7.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From d69aa74f6b7fca7530a8005b864075866cd8af94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:19:35 +0000 Subject: [PATCH 59/70] chore(pip-prod)(deps): bump virtualenv from 20.26.2 to 20.26.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.2 to 20.26.3. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.2...20.26.3) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfb1597..d8c4202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.12.5 urllib3==2.2.2 -virtualenv==20.26.2 +virtualenv==20.26.3 webex-bot==0.5.1 webexteamssdk==1.6.1 websockets==11.0.3 -- 2.47.2 From ed4d1fe1bf81b6410e85c0b064f26b4c7fc4192b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:17:37 +0000 Subject: [PATCH 60/70] chore(pip-prod)(deps): bump filelock from 3.15.3 to 3.15.4 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.15.3 to 3.15.4. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.15.3...3.15.4) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8c4202..d4dba17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ click==8.1.7 coloredlogs==15.0.1 dill==0.3.8 distlib==0.3.8 -filelock==3.15.3 +filelock==3.15.4 future==1.0.0 humanfriendly==10.0 identify==2.5.36 -- 2.47.2 From 255756cbbd36db3d7af935205355e91c5337587a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:26:22 +0000 Subject: [PATCH 61/70] chore(pip-prod)(deps): bump certifi from 2024.6.2 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi 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 d4dba17..8e31445 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astroid==3.2.2 attrs==23.2.0 autopep8==2.3.1 backoff==2.2.1 -certifi==2024.6.2 +certifi==2024.7.4 cfgv==3.4.0 charset-normalizer==3.3.2 click==8.1.7 -- 2.47.2 From a89c4a55ee525feb812e503ec1d987248da79a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:12:29 +0000 Subject: [PATCH 62/70] chore(pip-prod)(deps): bump identify from 2.5.36 to 2.6.0 Bumps [identify](https://github.com/pre-commit/identify) from 2.5.36 to 2.6.0. - [Commits](https://github.com/pre-commit/identify/compare/v2.5.36...v2.6.0) --- updated-dependencies: - dependency-name: identify 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 8e31445..0c2877b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ distlib==0.3.8 filelock==3.15.4 future==1.0.0 humanfriendly==10.0 -identify==2.5.36 +identify==2.6.0 idna==3.7 iniconfig==2.0.0 lazy-object-proxy==1.10.0 -- 2.47.2 From 4c14fb9bb9ad8bcd5d940e6f95110072fb6720e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 07:22:27 +0000 Subject: [PATCH 63/70] fix: requirements-dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5302a18..02acffb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,3 +4,4 @@ isort pylint pylint-exit pytest +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability -- 2.47.2 From 0e70b9c95981ccdd1acb54feea507d6450807e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:04:16 +0000 Subject: [PATCH 64/70] chore(pip-prod)(deps): bump tomlkit from 0.12.5 to 0.13.0 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.5 to 0.13.0. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.12.5...0.13.0) --- updated-dependencies: - dependency-name: tomlkit 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 0c2877b..68b2fec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ sentry-sdk==2.7.1 six==1.16.0 toml==0.10.2 tomli==2.0.1 -tomlkit==0.12.5 +tomlkit==0.13.0 urllib3==2.2.2 virtualenv==20.26.3 webex-bot==0.5.1 -- 2.47.2 From 9714080a5d205618b1b9d355a9ad4f8ad76b527f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 07:35:42 +0000 Subject: [PATCH 65/70] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 68b2fec..8b386a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,3 +45,4 @@ webexteamssdk==1.6.1 websockets==11.0.3 wrapt==1.16.0 xmltodict==0.13.0 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability -- 2.47.2 From e8d80582785d74de906eee9c897fa82ee9cc3a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:33:22 +0000 Subject: [PATCH 66/70] chore(pip-prod)(deps): bump sentry-sdk from 2.7.1 to 2.9.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.7.1 to 2.9.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.7.1...2.9.0) --- updated-dependencies: - dependency-name: sentry-sdk 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 8b386a6..884f71f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.32.3 requests-toolbelt==1.0.0 -sentry-sdk==2.7.1 +sentry-sdk==2.9.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -- 2.47.2 From 4ff8f90225b1989bae91c25339ce61be267da4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:38:53 +0000 Subject: [PATCH 67/70] chore(pip-prod)(deps): bump astroid from 3.2.2 to 3.2.3 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 884f71f..c3b25d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.2.2 +astroid==3.2.3 attrs==23.2.0 autopep8==2.3.1 backoff==2.2.1 -- 2.47.2 From a808a51c6dfc5cbedb2c6d68d7b816ef20f32f7b Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 13 Jul 2024 10:35:02 +0100 Subject: [PATCH 68/70] Disable auto-deploy --- .github/workflows/release.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d728b0..bd4706d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,14 +44,14 @@ jobs: docker push ghcr.io/luketainton/roboluke-tasks:latest docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }} - deploy: - name: Update Portainer Deployment - runs-on: ubuntu-latest - needs: publish - steps: - - uses: fjogeleit/http-request-action@v1 - with: - url: ${{ secrets.PORTAINER_WEBHOOK_URL }} - method: POST - timeout: 60000 - preventFailureOnNoResponse: "true" + # deploy: + # name: Update Portainer Deployment + # runs-on: ubuntu-latest + # needs: publish + # steps: + # - uses: fjogeleit/http-request-action@v1 + # with: + # url: ${{ secrets.PORTAINER_WEBHOOK_URL }} + # method: POST + # timeout: 60000 + # preventFailureOnNoResponse: "true" -- 2.47.2 From 3cf66ab503b9839521a270baaa6fabf110b4cb30 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Tue, 4 Jun 2024 22:30:11 +0100 Subject: [PATCH 69/70] Update build/deploy --- .github/workflows/release.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd4706d..10e74be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,10 @@ on: push: branches: [main] +env: + REGISTRY: ghcr.io + IMAGE_NAME: ${{ github.repository }} + jobs: release: name: Release @@ -29,20 +33,23 @@ jobs: name: GitHub Container Registry runs-on: ubuntu-latest needs: release + permissions: + contents: read + packages: write steps: - uses: actions/checkout@v4 - name: Login to GitHub Container Registry - run: echo ${{ secrets.GHCR_ACCESS_TOKEN }} | docker login ghcr.io -u luketainton --password-stdin + run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin - name: Build image for GitHub Package Registry run: | docker build . --file Dockerfile \ --build-arg "version=${{ needs.release.outputs.new_tag }}" \ - --tag ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }} \ - --tag ghcr.io/luketainton/roboluke-tasks:latest + --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_tag }} \ + --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest - name: Push image to GitHub Package Registry run: | - docker push ghcr.io/luketainton/roboluke-tasks:latest - docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }} + docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.new_tag }} # deploy: # name: Update Portainer Deployment -- 2.47.2 From 43696f16e18455fa52a1a0b315aaffcf23e79acd Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 13 Jul 2024 10:47:21 +0100 Subject: [PATCH 70/70] Revamp GH Actions to eliminate next->main --- .github/{workflows => }/release.yml | 0 .github/workflows-old | 0 .github/workflows/create_release.yml | 29 +++++++++++++++++ .github/workflows/docker_publish.yml | 48 ++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+) rename .github/{workflows => }/release.yml (100%) create mode 100644 .github/workflows-old create mode 100644 .github/workflows/create_release.yml create mode 100644 .github/workflows/docker_publish.yml diff --git a/.github/workflows/release.yml b/.github/release.yml similarity index 100% rename from .github/workflows/release.yml rename to .github/release.yml diff --git a/.github/workflows-old b/.github/workflows-old new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml new file mode 100644 index 0000000..6273802 --- /dev/null +++ b/.github/workflows/create_release.yml @@ -0,0 +1,29 @@ +name: Create Release +on: + workflow_dispatch: + schedule: + - cron: "0 9 * * *" + +jobs: + create_release: + name: Create Release + runs-on: ubuntu-latest + outputs: + new_tag: ${{ steps.tag_version.outputs.new_tag }} + steps: + - uses: actions/checkout@v4 + + - name: Bump version and push tag + id: tag_version + uses: mathieudutour/github-tag-action@v6.2 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + default_bump: minor + + - name: Create a GitHub release + uses: ncipollo/release-action@v1 + with: + tag: ${{ steps.tag_version.outputs.new_tag }} + name: ${{ steps.tag_version.outputs.new_tag }} + body: ${{ steps.tag_version.outputs.changelog }} + generateReleaseNotes: true diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml new file mode 100644 index 0000000..32fe6e8 --- /dev/null +++ b/.github/workflows/docker_publish.yml @@ -0,0 +1,48 @@ +name: Publish Docker Image + +on: + release: + types: [published] + +jobs: + publish: + name: Publish Docker image + runs-on: ubuntu-latest + permissions: + packages: write + contents: read + attestations: write + id-token: write + steps: + - name: Check out the repo + uses: actions/checkout@v4 + + - name: Log in to GitHub Container Registry + uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + + - name: Extract metadata (tags, labels) for Docker + id: meta + uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 + with: + images: | + ghcr.io/${{ github.repository }} + + - name: Build and push Docker image + id: push + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 + with: + context: . + push: true + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + + - name: Generate artifact attestation + uses: actions/attest-build-provenance@v1 + with: + subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + subject-digest: ${{ steps.push.outputs.digest }} + push-to-registry: true -- 2.47.2