diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eeb586..5213962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ - TBD ## Other changes -- TBD +- Upgrade to pyemvue 0.18.4 - @jertel +- Upgrade to influxdb_client 1.41.0 - @jertel # 1.7.2 diff --git a/setup.py b/setup.py index 9511b0f..08f31fe 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ packages=find_packages(), install_requires=[ 'influxdb>=5.3.1', - 'influxdb_client>=1.33.0', - 'pyemvue>=0.18.1', + 'influxdb_client>=1.41.0', + 'pyemvue>=0.18.4', 'argparse>= 1.4.0' ] ) diff --git a/src/requirements.txt b/src/requirements.txt index 1ae05dc..f096228 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ influxdb >= 5.3.1 -influxdb_client >= 1.33.0 -pyemvue >= 0.18.1 +influxdb_client >= 1.41.0 +pyemvue >= 0.18.4 argparse >= 1.4.0 \ No newline at end of file