From cd6cd2ca1dbfaa6e444ed96815ce5ea1bf954645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 12:46:43 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.3 to 0.26.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.3...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 871b847..ff164c0 100644 --- a/Pipfile +++ b/Pipfile @@ -22,7 +22,7 @@ pyyaml = "~=6.0" black = "~=25.1" flake8 = "~=6.0" pytest = "~=8.3" -pytest-asyncio = "~=0.25" +pytest-asyncio = "~=0.26" pytest-cov = "~=6.0" pytest-mock = "~=3.14" pre-commit = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 55a7877..3423de5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8a04c3dbdfc0e2db90bdd160658387f396eb317fbd59c5a6133ce193617d7219" + "sha256": "4df16a48fcc306aa1f28f9c11e9791b6747329253a01fb51a21c22216c1d03e3" }, "pipfile-spec": 6, "requires": { @@ -1194,12 +1194,12 @@ }, "pytest-asyncio": { "hashes": [ - "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3", - "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a" + "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0", + "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==0.25.3" + "version": "==0.26.0" }, "pytest-cov": { "hashes": [ From 0bb72d3a79df860527f28a9c1c3f98970296d4b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Mar 2025 12:47:13 +0000 Subject: [PATCH 2/2] Updated coverage.svg --- coverage.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 coverage.svg diff --git a/coverage.svg b/coverage.svg new file mode 100644 index 0000000..f6cf2c7 --- /dev/null +++ b/coverage.svg @@ -0,0 +1 @@ +Coverage: 92%Coverage92% \ No newline at end of file