diff --git a/poetry.lock b/poetry.lock index 3903ac1..4f68d86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -580,7 +580,7 @@ urllib3 = ">=1.26.0" [[package]] name = "types-toml" -version = "0.10.6" +version = "0.10.7" description = "Typing stubs for toml" category = "dev" optional = false @@ -643,7 +643,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "9146cf958fb2b2367d17aa319a31b13e683dfe421ce83f3da2db5988f04cf30b" +content-hash = "3b6972a08d2909fa92add22ccf14370527b83fb796f1bcc493af8fa70b9bf8d5" [metadata.files] atomicwrites = [ @@ -1012,8 +1012,8 @@ twine = [ {file = "twine-4.0.0.tar.gz", hash = "sha256:817aa0c0bdc02a5ebe32051e168e23c71a0608334e624c793011f120dbbc05b7"}, ] types-toml = [ - {file = "types-toml-0.10.6.tar.gz", hash = "sha256:6aeb3ed7bfa869381551c774ed6a9142e3eed98a83efa5108a9632eafd56dcd3"}, - {file = "types_toml-0.10.6-py3-none-any.whl", hash = "sha256:c1289e9fb748a6a1ed068694ded1eb16f83df22d58cc1abae8ef6262403545d8"}, + {file = "types-toml-0.10.7.tar.gz", hash = "sha256:a567fe2614b177d537ad99a661adc9bfc8c55a46f95e66370a4ed2dd171335f9"}, + {file = "types_toml-0.10.7-py3-none-any.whl", hash = "sha256:05a8da4bfde2f1ee60e90c7071c063b461f74c63a9c3c1099470c08d6fa58615"}, ] typing-extensions = [ {file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"}, diff --git a/pyproject.toml b/pyproject.toml index 721102c..c92daa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pytest = "^7.1.2" pytest-cov = "^3.0.0" pytest-mypy = "^0.9.1" toml = "^0.10.2" -types-toml = "^0.10.6" +types-toml = "^0.10.7" twine = "^4.0.0" xenon = "^0.9.0" radon = "^5.1.0"