diff --git a/poetry.lock b/poetry.lock index 3c77571..5f6a191 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "black" @@ -439,13 +439,13 @@ files = [ [[package]] name = "pytest" -version = "7.4.3" +version = "7.4.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, + {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, ] [package.dependencies] @@ -614,4 +614,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6ea87b806dc0f2257d4963a6db8e9d7ac52df0e6f8416fae115deb9ead9e50b4" +content-hash = "b237f02ffd3dfd4d9dc9af544c5bf13ebcc4f541be8dfa29811f4a1400fa02f4" diff --git a/pyproject.toml b/pyproject.toml index a81fd79..f9d0013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ influxdb-client = "^1.38.0" loguru = "^0.7.2" [tool.poetry.group.dev.dependencies] -pytest = "^7.4.3" +pytest = "^7.4.4" black = "^23.10.1" flake8 = "^6.1.0" python-dotenv = "^1.0.0"