chore(deps): update devdependencies (non-major)

This commit is contained in:
renovate[bot] 2022-10-03 00:39:53 +00:00
parent 142a1d85cf
commit 6eca577a1c
2 changed files with 8 additions and 8 deletions

12
poetry.lock generated
View File

@ -159,7 +159,7 @@ test = ["pytest-cov"]
[[package]]
name = "flake8-logging-format"
version = "0.7.5"
version = "0.8.1"
description = ""
category = "dev"
optional = false
@ -465,7 +465,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
@ -623,7 +623,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "a8809bac9019815778968d0924bc6af77451f7f80525023c02e35bd2fe974049"
content-hash = "5ea9c81bd41cfa5c1c03a0839e832b70275b79857ede17928615a8b4aec4d940"
[metadata.files]
attrs = [
@ -726,7 +726,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"},
@ -866,8 +866,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-json-logger = [
{file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"},

View File

@ -47,7 +47,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"
@ -56,7 +56,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"
requests-mock = "1.10.0"
yapf = "0.32.0"
toml = "0.10.2"