From f3b04b6897f90c5b06c93cf036751afaff8f9280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 06:12:45 +0000 Subject: [PATCH] Bump pytest-pydocstyle from 2.2.0 to 2.3.0 Bumps [pytest-pydocstyle](https://github.com/henry0312/pytest-pydocstyle) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/henry0312/pytest-pydocstyle/releases) - [Commits](https://github.com/henry0312/pytest-pydocstyle/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: pytest-pydocstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 743be22..02a22c7 100644 --- a/requirements.in +++ b/requirements.in @@ -14,7 +14,7 @@ pytest-black==0.3.12 pytest-flake8==1.1.0 pytest-isort==3.0.0 pytest-mypy==0.9.1 -pytest-pydocstyle==2.2.0 +pytest-pydocstyle==2.3.0 pytest==7.0.0 types-PyYaml==6.0.4 yamllint==1.26.3 diff --git a/requirements.txt b/requirements.txt index 1e8fd36..bf939c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -619,8 +619,8 @@ pytest-mypy==0.9.1 \ --hash=sha256:9ffa3bf405c12c5c6be9e92e22bebb6ab2c91b9c32f45b0f0c93af473269ab5c \ --hash=sha256:a2505fcf61f1c0c51f950d4623ea8ca2daf6fb2101a5603554bad2e130202083 # via -r requirements.in -pytest-pydocstyle==2.2.0 \ - --hash=sha256:b4e7eee47252fbb7495f4a0126e547a25f5f114f3096c504e738db49a5034333 +pytest-pydocstyle==2.3.0 \ + --hash=sha256:1f2d937349cfeb4965c530a0c0f2442b48c03299558db435b65549719510d32b # via -r requirements.in python-dateutil==2.8.2 \ --hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \