From 64eb414e99acca3db06acd75fa58cd4a7c5922b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:20:49 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `pytest-asyncio` from 0.25.2 to 0.25.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.2...v0.25.3) Updates `mkdocs-material` from 9.5.50 to 9.6.2 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.50...9.6.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 99d56b0f..f70bcdaf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ mkdocs==1.6.1 mkdocs-jupyter==0.25.1 -mkdocs-material==9.5.50 +mkdocs-material==9.6.2 diff --git a/poetry.lock b/poetry.lock index 545852e2..1ab17206 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2242,13 +2242,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.2" +version = "0.25.3" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.25.2-py3-none-any.whl", hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075"}, - {file = "pytest_asyncio-0.25.2.tar.gz", hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f"}, + {file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, + {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, ] [package.dependencies] @@ -3112,4 +3112,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "6cc8cd973a8b1c6ccbfbc2cb20831d56bdfa39191e0631675394815825cc5db9" +content-hash = "edde6c20a3c2cb09ba11eac58c7e5899721c1d94752cb8e9a7bd9bff85cfd8de" diff --git a/pyproject.toml b/pyproject.toml index 14550edc..5b32573d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ flake8 = "^7.1" pytest-mock = "^3.12.0" coverage = "^7.6.10" responses = "^0.25.6" -pytest-asyncio = "^0.25.2" +pytest-asyncio = "^0.25.3" pytest-flask = "^1.3.0" [build-system]