From 46135e6c7cccf10c18d7d2fcc110913d18b5eb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:36:34 +0000 Subject: [PATCH 1/7] Bump ruff from 0.1.15 to 0.2.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.2.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.15...v0.2.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b03bb8e05..750ee69e2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -126,7 +126,7 @@ pyyaml==6.0.1 # pre-commit requests==2.28.2 # via appdaemon (pyproject.toml) -ruff==0.1.15 +ruff==0.2.0 # via appdaemon (pyproject.toml) sgmllib3k==1.0.0 # via feedparser diff --git a/pyproject.toml b/pyproject.toml index 7beef2f2d..c3830b702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ "black >= 23.1,< 24.2", 'pre-commit >= 3.1.1,< 3.6.0; python_version>"3.7"', # pre-commit does not support Python < 3.8 "pytest >= 7.2.1,< 8.1.0", - "ruff>= 0.0.261,< 0.2.0" + "ruff>= 0.0.261,< 0.3.0" ] # Dependencies required to build the documentation using sphinx From b920caee293fb3b6d75e533df7bf3c38c3c23f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:37:04 +0000 Subject: [PATCH 2/7] Bump uvloop from 0.17.0 to 0.19.0 Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.17.0 to 0.19.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.17.0...v0.19.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- doc-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b03bb8e05..21e488b78 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -148,7 +148,7 @@ tomli-w==1.0.0 # via appdaemon (pyproject.toml) urllib3==1.26.18 # via requests -uvloop==0.17.0 ; sys_platform != "win32" +uvloop==0.19.0 ; sys_platform != "win32" # via appdaemon (pyproject.toml) virtualenv==20.25.0 # via pre-commit diff --git a/doc-requirements.txt b/doc-requirements.txt index 4ac0af17e..1b5f26b9a 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -151,7 +151,7 @@ tornado==6.4 # via livereload urllib3==1.26.18 # via requests -uvloop==0.17.0 ; sys_platform != "win32" +uvloop==0.19.0 ; sys_platform != "win32" # via appdaemon (pyproject.toml) websocket-client==1.7.0 # via appdaemon (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index 7beef2f2d..b8daef67e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ 'pyyaml ~= 6.0.1', 'requests ~= 2.28.2', 'sockjs ~= 0.11.0', - 'uvloop==0.17.0; sys_platform != "win32"', + 'uvloop==0.19.0; sys_platform != "win32"', 'websocket-client >= 1.5.1,< 1.8.0', 'tomli ~= 2.0.1', 'tomli_w ~= 1.0.0' diff --git a/requirements.txt b/requirements.txt index 0d3757967..a6dfe94ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -83,7 +83,7 @@ tomli-w==1.0.0 # via appdaemon (pyproject.toml) urllib3==1.26.18 # via requests -uvloop==0.17.0 ; sys_platform != "win32" +uvloop==0.19.0 ; sys_platform != "win32" # via appdaemon (pyproject.toml) websocket-client==1.7.0 # via appdaemon (pyproject.toml) From 91070181c359353dd4318c983ad62fed3e59638d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:38:07 +0000 Subject: [PATCH 3/7] Bump pytz from 2023.3.post1 to 2024.1 Bumps [pytz](https://github.com/stub42/pytz) from 2023.3.post1 to 2024.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.3.post1...release_2024.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- doc-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b03bb8e05..c49453a0c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -118,7 +118,7 @@ python-engineio==4.8.2 # via python-socketio python-socketio==5.11.0 # via appdaemon (pyproject.toml) -pytz==2023.3.post1 +pytz==2024.1 # via appdaemon (pyproject.toml) pyyaml==6.0.1 # via diff --git a/doc-requirements.txt b/doc-requirements.txt index 4ac0af17e..a59d212e4 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -97,7 +97,7 @@ python-engineio==4.8.2 # via python-socketio python-socketio==5.11.0 # via appdaemon (pyproject.toml) -pytz==2023.3.post1 +pytz==2024.1 # via appdaemon (pyproject.toml) pyyaml==6.0.1 # via diff --git a/pyproject.toml b/pyproject.toml index 7beef2f2d..9d2742edd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ 'pid ~= 3.0.4', 'python-dateutil ~= 2.8.2', 'python-socketio >= 5.5,< 5.12', - 'pytz >= 2022.7.1,< 2023.4.0', + 'pytz >= 2022.7.1,< 2024.2.0', 'pyyaml ~= 6.0.1', 'requests ~= 2.28.2', 'sockjs ~= 0.11.0', diff --git a/requirements.txt b/requirements.txt index 0d3757967..806e22fc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -63,7 +63,7 @@ python-engineio==4.8.2 # via python-socketio python-socketio==5.11.0 # via appdaemon (pyproject.toml) -pytz==2023.3.post1 +pytz==2024.1 # via appdaemon (pyproject.toml) pyyaml==6.0.1 # via appdaemon (pyproject.toml) From e92c09ea4931e93d26701a70c2d79398617b07e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:38:30 +0000 Subject: [PATCH 4/7] Bump sphinx-autobuild from 2021.3.14 to 2024.2.4 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.2.4. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2021.03.14...2024.02.04) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- doc-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index 4ac0af17e..62815217c 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -125,7 +125,7 @@ sphinx==6.2.1 # sphinx-autobuild # sphinx-rtd-theme # sphinxcontrib-jquery -sphinx-autobuild==2021.3.14 +sphinx-autobuild==2024.2.4 # via appdaemon (pyproject.toml) sphinx-rtd-theme==2.0.0 # via appdaemon (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index 7beef2f2d..af76c7ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = [ # Dependencies required to build the documentation using sphinx doc = [ - "sphinx-autobuild ~= 2021.3.14", + "sphinx-autobuild >= 2021.3.14,< 2024.3.0", "sphinx-rtd-theme == 2.0.0", "pygments >= 2.14,< 2.18", "myst-parser == 1.0.0", From fa714ce6302dd2a3fe76a05af1802a73bd42e763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:57:43 +0000 Subject: [PATCH 5/7] Bump actions/stale from 8 to 9 Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stale-issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 1a6b955f7..aedc0c262 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -23,7 +23,7 @@ jobs: name: question, wait-response runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: stale-issue-message: 'This issue is stale because it has been open for 45 days with no activity. Remove stale label or comment or this will be closed in 15 days.' close-issue-message: 'Please feel free re-open this issue if you have new information available' @@ -38,7 +38,7 @@ jobs: name: without label runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: stale-issue-message: 'This issue is stale because it has been open for 6 months with no activity. Remove stale label or comment or this will be closed in 15 days.' close-issue-message: 'Please feel free re-open this issue if you have new information available' From 397333f68d99b3a3617921c9fb4f2cacfcd8b94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:57:50 +0000 Subject: [PATCH 6/7] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy.yml | 4 ++-- .github/workflows/python-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index df49a5be9..771392492 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 # https://github.com/actions/setup-python - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" cache: 'pip' # caching pip dependencies @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v4 # https://github.com/actions/setup-python - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" cache: 'pip' # caching pip dependencies diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 1ca45861e..304fd2467 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 # https://github.com/actions/setup-python - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' cache: 'pip' # caching pip dependencies @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 # https://github.com/actions/setup-python - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' # caching pip dependencies From 54ea968b9185104a81e22da9e43a9178ab796d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:57:53 +0000 Subject: [PATCH 7/7] Bump docker/metadata-action from 5.5.0 to 5.5.1 Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index df49a5be9..a0b7ea098 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -129,7 +129,7 @@ jobs: # https://github.com/docker/metadata-action - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v5.5.0 + uses: docker/metadata-action@v5.5.1 with: images: ${{ env.IMAGE_NAME }} # Customize the generation of Docker `latest` tag