Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Update dependency pytest-mock to v3.6.1 #124

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytest = "==6.2.5"
pytest-cov = "==2.12.1"
flake8-docstrings = "1.6.0"
flake8-bandit = "2.1.2"
pytest-mock = "3.6.0"
pytest-mock = "==3.6.1"
pytest-asyncio = "0.15.1"
pytest-httpserver = "==1.0.1"
pytest-aiohttp = "0.3.0"
Expand Down