From e6e902cb4021c32cf041b1aaa5087c497b0fbd32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 01:24:12 +0000 Subject: [PATCH] chore(deps): update devdependencies (non-major) --- poetry.lock | 12 ++++++------ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc01296..8538dad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -203,7 +203,7 @@ test = ["pytest-cov"] [[package]] name = "flake8-logging-format" -version = "0.7.5" +version = "0.8.1" description = "" category = "dev" optional = false @@ -556,7 +556,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.8.2" +version = "3.9.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -745,7 +745,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "cd96c1ecdd143ca9121ae9946a2992c91b8e88c540035638f1c7927fc6df6f13" +content-hash = "e275a68b0ca21b0c213bdbe089e7363bacacec2d6314d1d0a0d0503143b0313e" [metadata.files] anyconfig = [ @@ -860,7 +860,7 @@ flake8-isort = [ {file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"}, ] flake8-logging-format = [ - {file = "flake8-logging-format-0.7.5.tar.gz", hash = "sha256:54f7e349c934ce5c594f251885bc2240e99f6b48752a672a8fc7e3d1388352bb"}, + {file = "flake8-logging-format-0.8.1.tar.gz", hash = "sha256:fecab361ff1700d4550cedbd3f4475d45eda01fcaa800768c9551d2ced16b780"}, ] flake8-pep3101 = [ {file = "flake8-pep3101-1.3.0.tar.gz", hash = "sha256:86e3eb4e42de8326dcd98ebdeaf9a3c6854203a48f34aeb3e7e8ed948107f512"}, @@ -996,8 +996,8 @@ pytest-cov = [ {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pytest-mock = [ - {file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"}, - {file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"}, + {file = "pytest-mock-3.9.0.tar.gz", hash = "sha256:c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82"}, + {file = "pytest_mock-3.9.0-py3-none-any.whl", hash = "sha256:1a1b9264224d026932d6685a0f9cef3b61d91563c3e74af9fe5afb2767e13812"}, ] python-dotenv = [ {file = "python-dotenv-0.21.0.tar.gz", hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045"}, diff --git a/pyproject.toml b/pyproject.toml index 4036e27..af6d408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ flake8-builtins = "1.5.3" flake8-docstrings = "1.6.0" flake8-eradicate = "1.4.0" flake8-isort = "4.2.0" -flake8-logging-format = "0.7.5" +flake8-logging-format = "0.8.1" flake8-pep3101 = "1.3.0" flake8-polyfill = "1.0.2" flake8-quotes = "3.3.1" @@ -58,7 +58,7 @@ pep8-naming = "0.13.2" pydocstyle = "6.1.1" pytest = "7.1.3" pytest-cov = "4.0.0" -pytest-mock = "3.8.2" +pytest-mock = "3.9.0" yapf = "0.32.0" toml = "0.10.2"