From 5c0592835c03b19b5264673f61e5b1fb38c4bc3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:29:43 +0200 Subject: [PATCH 1/3] ci: bump py-cov-action/python-coverage-comment-action from 3.27 to 3.29 (#211) Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.27 to 3.29. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](https://github.com/py-cov-action/python-coverage-comment-action/compare/e6ee17f632217eae267a13fbeb4389dce5dc4a26...b2eb38dd175bf053189b35f738f9207278b00925) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 97e86edf..cdd9d6d5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -104,6 +104,6 @@ jobs: - name: Coverage comment if: github.event_name == 'push' || github.event_name == 'pull_request' id: coverage_comment - uses: py-cov-action/python-coverage-comment-action@e6ee17f632217eae267a13fbeb4389dce5dc4a26 + uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925 with: GITHUB_TOKEN: ${{ github.token }} From 029e69d6712b8f9ae35049453f44bd7d5c0d630d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:30:31 +0200 Subject: [PATCH 2/3] build: bump typer from 0.12.3 to 0.12.5 (#209) Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.12.5. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.12.3...0.12.5) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ArzelaAscoIi <37148029+ArzelaAscoIi@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69b3e2fa..41081fe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "structlog>=24.4.0, < 25.0.0", "httpx==0.27.0", "python-dotenv==1.0.1", - "typer==0.12.3", + "typer==0.12.5", "tenacity==8.3.0", "aiohttp==3.9.5", "aiofiles==23.2.1", From 04473af14ed0deb8c6e9506f1ab90a53b4bd7103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:31:10 +0200 Subject: [PATCH 3/3] build: bump httpx from 0.27.0 to 0.27.2 (#208) Bumps [httpx](https://github.com/encode/httpx) from 0.27.0 to 0.27.2. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.27.2) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ArzelaAscoIi <37148029+ArzelaAscoIi@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41081fe5..1bd81251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "structlog>=24.4.0, < 25.0.0", - "httpx==0.27.0", + "httpx==0.27.2", "python-dotenv==1.0.1", "typer==0.12.5", "tenacity==8.3.0", @@ -58,7 +58,7 @@ python = ["3.10"] [tool.hatch.envs.default] dependencies = [ "structlog==24.2.0", - "httpx==0.27.0", + "httpx==0.27.2", "python-dotenv==1.0.1", "tenacity==8.3.0", "aiohttp==3.9.5",