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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] --- 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.45.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/23] --- 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.45.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/23] --- 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.45.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/23] --- 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.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/23] 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.45.2