diff --git a/poetry.lock b/poetry.lock index 5b90f46..762c484 100644 --- a/poetry.lock +++ b/poetry.lock @@ -242,14 +242,14 @@ files = [ [[package]] name = "influxdb-client" -version = "1.40.0" +version = "1.41.0" description = "InfluxDB 2.0 Python client library" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "influxdb_client-1.40.0-py3-none-any.whl", hash = "sha256:7aa115506a8ec89d10ff6e4d729cb0c78ca223a1f1b03412a7ad988da9011089"}, - {file = "influxdb_client-1.40.0.tar.gz", hash = "sha256:027f970af1518479d8806f1cdf5ba20280f943e1b621c2acdbf9ca8dc9bdf1cb"}, + {file = "influxdb_client-1.41.0-py3-none-any.whl", hash = "sha256:420d7c5b7ed0f778de0eac923aded3ea3a4eb6b247e3fbb7a187e0a577a5a3be"}, + {file = "influxdb_client-1.41.0.tar.gz", hash = "sha256:4b85bad3991f3de24818366c87c8868a64917fea2d21bbcc2b579fbe5d904990"}, ] [package.dependencies] @@ -262,7 +262,7 @@ urllib3 = ">=1.26.0" [package.extras] async = ["aiocsv (>=1.2.2)", "aiohttp (>=3.8.1)"] ciso = ["ciso8601 (>=2.1.1)"] -extra = ["numpy", "pandas (>=0.25.3)"] +extra = ["numpy", "pandas (>=1.0.0)"] test = ["aioresponses (>=0.7.3)", "coverage (>=4.0.3)", "flake8 (>=5.0.3)", "httpretty (==1.0.5)", "jinja2 (==3.1.3)", "nose (>=1.3.7)", "pluggy (>=0.3.1)", "psutil (>=5.6.3)", "py (>=1.4.31)", "pytest (>=5.0.0)", "pytest-cov (>=3.0.0)", "pytest-timeout (>=2.1.0)", "randomize (>=0.13)", "sphinx (==1.8.5)", "sphinx-rtd-theme"] [[package]] @@ -821,4 +821,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8c6903c5f45bd761e0b050fb54e48df402c2439291b31734c19d6f84b1d5b1af" +content-hash = "5bf665c3c1edf0e37620cfb8184e8529eef60a839ed5d3b2fd26714be6868de3" diff --git a/pyproject.toml b/pyproject.toml index 74de7f9..a47b9a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{ include = "cleaner" }] [tool.poetry.dependencies] python = "^3.11" requests = "2.31.0" -influxdb-client = "1.40.0" +influxdb-client = "1.41.0" [tool.poetry.dev-dependencies] flake8 = "7.0.0"