From 60233230b1b60e225ae47109fed9dd61f594521e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 08:03:42 +0000 Subject: [PATCH 01/18] fix(deps): update dependency attrs to v23.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 926e759..7116b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ appdirs==1.4.4 astroid==3.0.2 -attrs==23.1.0 +attrs==23.2.0 autopep8==2.0.4 backoff==2.2.1 certifi==2023.11.17 -- 2.47.1 From f6c66b593f66feb1ad734b3f12f81feb7edf1a51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:04:37 +0000 Subject: [PATCH 02/18] fix(deps): update dependency pluggy to v1.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7116b39..3129c66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ nodeenv==1.8.0 packaging==23.2 pathspec==0.12.1 platformdirs==4.1.0 -pluggy==1.3.0 +pluggy==1.4.0 py==1.11.0 pycodestyle==2.11.1 PyJWT==2.8.0 -- 2.47.1 From 1f1a7c18b84cd60dab1a4a81732ee32b83a01cf7 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Wed, 24 Jan 2024 20:09:24 +0000 Subject: [PATCH 03/18] Add Dependabot --- CODEOWNERS => .github/CODEOWNERS | 0 .github/dependabot.yml | 44 ++++++++++++++++++++++++++ renovate.json => .github/renovate.json | 0 .github/workflows/ci.yml | 5 +-- .github/workflows/release.yml | 2 +- 5 files changed, 48 insertions(+), 3 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (100%) create mode 100644 .github/dependabot.yml rename renovate.json => .github/renovate.json (100%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4fcea16 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,44 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + assignees: + - "luketainton" + reviewers: + - "luketainton" + commit-message: + prefix: "chore(actions)" + include: "scope" + labels: + - "dependencies" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + assignees: + - "luketainton" + reviewers: + - "luketainton" + commit-message: + prefix: "chore(docker)" + include: "scope" + labels: + - "dependencies" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + assignees: + - "luketainton" + reviewers: + - "luketainton" + commit-message: + prefix: "chore(pip-prod)" + prefix-development: "chore(pip-dev)" + include: "scope" + labels: + - "dependencies" \ No newline at end of file diff --git a/renovate.json b/.github/renovate.json similarity index 100% rename from renovate.json rename to .github/renovate.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83cd7ec..0927b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,9 @@ on: - "README.md" - "LICENSE.md" - ".gitignore" - - "CODEOWNERS" - - "renovate.json" + - ".github/CODEOWNERS" + - ".github/renovate.json" + - ".github/dependabot.yml" jobs: pythonci: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94c9b22..5d54b68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,5 +48,5 @@ jobs: with: url: ${{ secrets.PORTAINER_WEBHOOK_URL }} method: POST - timeout: 30000 + timeout: 60000 preventFailureOnNoResponse: "true" -- 2.47.1 From 86c978297fa3f6f1ce7efadf2a86d6dbf35ec2f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:09:39 +0000 Subject: [PATCH 04/18] fix(deps): update dependency python-dotenv to v1.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3129c66..e6c2bfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pycodestyle==2.11.1 PyJWT==2.8.0 pyparsing==3.1.1 python-dateutil==2.8.2 -python-dotenv==1.0.0 +python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0 requests-toolbelt==1.0.0 -- 2.47.1 From 6fe11e7220ca737145f0db7623db446f82025384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 02:52:02 +0000 Subject: [PATCH 05/18] fix(deps): update dependency dill to v0.3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6c2bfa..36c989b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cfgv==3.4.0 charset-normalizer==3.3.2 click==8.1.7 coloredlogs==15.0.1 -dill==0.3.7 +dill==0.3.8 distlib==0.3.8 filelock==3.13.1 future==0.18.3 -- 2.47.1 From 975541fb397f07f171f46b8215adc9c3de1f6cc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 04:43:07 +0000 Subject: [PATCH 06/18] fix(deps): update dependency platformdirs to v4.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36c989b..e18ac30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mypy-extensions==1.0.0 nodeenv==1.8.0 packaging==23.2 pathspec==0.12.1 -platformdirs==4.1.0 +platformdirs==4.2.0 pluggy==1.4.0 py==1.11.0 pycodestyle==2.11.1 -- 2.47.1 From 0988c58c644a3aad8d6c4a34e0516327653d18ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:55:45 +0000 Subject: [PATCH 07/18] fix(deps): update dependency urllib3 to v2.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e18ac30..48a8422 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ six==1.16.0 toml==0.10.2 tomli==2.0.1 tomlkit==0.12.3 -urllib3==2.1.0 +urllib3==2.2.0 virtualenv==20.25.0 webex-bot==0.4.1 webexteamssdk==1.6.1 -- 2.47.1 From 87079195ad48f8fae417fafab57af838583c1fd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:03:28 +0000 Subject: [PATCH 08/18] fix(deps): update dependency certifi to v2024 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 48a8422..a98faa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astroid==3.0.2 attrs==23.2.0 autopep8==2.0.4 backoff==2.2.1 -certifi==2023.11.17 +certifi==2024.2.2 cfgv==3.4.0 charset-normalizer==3.3.2 click==8.1.7 -- 2.47.1 From 2e5281ba3ee195907aae664ed95c3450e1d634f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:31:54 +0000 Subject: [PATCH 09/18] fix(deps): update dependency astroid to v3.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a98faa6..4f40088 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.0.2 +astroid==3.0.3 attrs==23.2.0 autopep8==2.0.4 backoff==2.2.1 -- 2.47.1 From 1f99bc026348e9a4523cd970f90e2fd1bc821c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:40:37 +0000 Subject: [PATCH 10/18] chore(pip-prod)(deps): bump identify from 2.5.33 to 2.5.34 Bumps [identify](https://github.com/pre-commit/identify) from 2.5.33 to 2.5.34. - [Commits](https://github.com/pre-commit/identify/compare/v2.5.33...v2.5.34) --- updated-dependencies: - dependency-name: identify 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 4f40088..d6017fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ distlib==0.3.8 filelock==3.13.1 future==0.18.3 humanfriendly==10.0 -identify==2.5.33 +identify==2.5.34 idna==3.6 iniconfig==2.0.0 lazy-object-proxy==1.10.0 -- 2.47.1 From 6729efffa967774d849140dd14e25f43a48f41b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:38:45 +0000 Subject: [PATCH 11/18] chore(pip-prod)(deps): bump identify from 2.5.34 to 2.5.35 Bumps [identify](https://github.com/pre-commit/identify) from 2.5.34 to 2.5.35. - [Commits](https://github.com/pre-commit/identify/compare/v2.5.34...v2.5.35) --- updated-dependencies: - dependency-name: identify 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 d6017fa..91e26a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ distlib==0.3.8 filelock==3.13.1 future==0.18.3 humanfriendly==10.0 -identify==2.5.34 +identify==2.5.35 idna==3.6 iniconfig==2.0.0 lazy-object-proxy==1.10.0 -- 2.47.1 From 8bed4f380532fa1e2552a55e1ee1a481a5177b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:08:25 +0000 Subject: [PATCH 12/18] chore(pip-prod)(deps): bump urllib3 from 2.2.0 to 2.2.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.1. - [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.0...2.2.1) --- 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 91e26a3..2166999 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ six==1.16.0 toml==0.10.2 tomli==2.0.1 tomlkit==0.12.3 -urllib3==2.2.0 +urllib3==2.2.1 virtualenv==20.25.0 webex-bot==0.4.1 webexteamssdk==1.6.1 -- 2.47.1 From f515fb814934a06cde6fb12076b9197d45f09755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:31:20 +0000 Subject: [PATCH 13/18] chore(pip-prod)(deps): bump future from 0.18.3 to 1.0.0 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.3 to 1.0.0. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.3...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2166999..f083949 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ coloredlogs==15.0.1 dill==0.3.8 distlib==0.3.8 filelock==3.13.1 -future==0.18.3 +future==1.0.0 humanfriendly==10.0 identify==2.5.35 idna==3.6 -- 2.47.1 From 741d9e2f82201da40789b01bdabd2e780e8a4cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:41:54 +0000 Subject: [PATCH 14/18] chore(pip-prod)(deps): bump virtualenv from 20.25.0 to 20.25.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to 20.25.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.25.0...20.25.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 f083949..1e29c6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ toml==0.10.2 tomli==2.0.1 tomlkit==0.12.3 urllib3==2.2.1 -virtualenv==20.25.0 +virtualenv==20.25.1 webex-bot==0.4.1 webexteamssdk==1.6.1 websockets==10.2 -- 2.47.1 From d79f66ede44b674da40943c1aadff7d1ae56a1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:55:26 +0000 Subject: [PATCH 15/18] chore(pip-prod)(deps): bump astroid from 3.0.3 to 3.1.0 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.0.3 to 3.1.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.0.3...v3.1.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 1e29c6c..011b0d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.0.3 +astroid==3.1.0 attrs==23.2.0 autopep8==2.0.4 backoff==2.2.1 -- 2.47.1 From 88a58e08b8c1679289ff07eae89c6ee73d6d2807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:32:47 +0000 Subject: [PATCH 16/18] chore(pip-prod)(deps): bump tomlkit from 0.12.3 to 0.12.4 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.12.3...0.12.4) --- 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 011b0d8..92fa372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ requests-toolbelt==1.0.0 six==1.16.0 toml==0.10.2 tomli==2.0.1 -tomlkit==0.12.3 +tomlkit==0.12.4 urllib3==2.2.1 virtualenv==20.25.1 webex-bot==0.4.1 -- 2.47.1 From 571e1c2d0b83b22b85f23763ecd32f6b8585a3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:12:06 +0000 Subject: [PATCH 17/18] chore(pip-prod)(deps): bump python-dateutil from 2.8.2 to 2.9.0 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0) --- updated-dependencies: - dependency-name: python-dateutil 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 92fa372..0561761 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ py==1.11.0 pycodestyle==2.11.1 PyJWT==2.8.0 pyparsing==3.1.1 -python-dateutil==2.8.2 +python-dateutil==2.9.0 python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0 -- 2.47.1 From 608c1e81f6272e3552ed1264a288f14871c0feb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:00:42 +0000 Subject: [PATCH 18/18] chore(pip-prod)(deps): bump python-dateutil from 2.9.0 to 2.9.0.post0 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.9.0 to 2.9.0.post0. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.9.0...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil 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 0561761..0e04502 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ py==1.11.0 pycodestyle==2.11.1 PyJWT==2.8.0 pyparsing==3.1.1 -python-dateutil==2.9.0 +python-dateutil==2.9.0.post0 python-dotenv==1.0.1 PyYAML==6.0.1 requests==2.31.0 -- 2.47.1