From 7bc444a78a2cda1510a057d39a876d5d8ad1a2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 03:14:15 +0000 Subject: [PATCH] update: bump the pip-packages group with 4 updates Updates the requirements on [freezegun](https://github.com/spulec/freezegun), [pylint](https://github.com/pylint-dev/pylint), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. Updates `freezegun` to 1.4.0 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/1.2.2...1.4.0) Updates `pylint` to 3.0.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.2...v3.0.3) Updates `pytest-asyncio` to 0.23.2 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.2) Updates `mkdocs-material` to 9.5.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.4.14...9.5.2) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:development dependency-group: pip-packages - dependency-name: pylint dependency-type: direct:development dependency-group: pip-packages - dependency-name: pytest-asyncio dependency-type: direct:development dependency-group: pip-packages - dependency-name: mkdocs-material dependency-type: direct:production dependency-group: pip-packages ... Signed-off-by: dependabot[bot] --- docs/requirements_docs.txt | 2 +- requirements_dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements_docs.txt b/docs/requirements_docs.txt index df6da05dd..736cc7350 100644 --- a/docs/requirements_docs.txt +++ b/docs/requirements_docs.txt @@ -1,2 +1,2 @@ -mkdocs-material~=9.4.14 +mkdocs-material~=9.5.2 mike~=2.0.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 42808536b..7805d47eb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,9 +1,9 @@ -r requirements.txt aioresponses~=0.7.6 -freezegun~=1.2.2 +freezegun~=1.4.0 parsedatetime~=2.6 -pylint~=3.0.2 -pytest-asyncio~=0.21.1 +pylint~=3.0.3 +pytest-asyncio~=0.23.2 pytest-cov~=4.1.0 pytest-mock~=3.12.0 pytest-subprocess~=1.5.0