Skip to content

Commit 650d53e

Browse files
committed
upgrade pyemvue
1 parent 5780c61 commit 650d53e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- New configuration option to include station_name field in all new InfluxDB datapoints, to distinguish similarly named channel devices within a single account - @garthwebb
1010

1111
## Other changes
12-
- Upgrade to pyemvue 0.18.6 - @jertel
12+
- Upgrade to pyemvue 0.18.7 - @jertel
1313
- Upgrade to influxdb_client 1.48.0 - @jertel
1414
- Upgrade to influxdb 5.3.2 - @jertel
1515
- Fix --debug CLI arg error when using InfluxDB v1 - @garthwebb

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
packages=find_packages(),
3030
install_requires=[
31-
'influxdb>=5.3.1',
32-
'influxdb_client>=1.41.0',
33-
'pyemvue>=0.18.4',
31+
'influxdb>=5.3.2',
32+
'influxdb_client>=1.48.0',
33+
'pyemvue>=0.18.7',
3434
'argparse>= 1.4.0'
3535
]
3636
)

src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
influxdb >= 5.3.2
22
influxdb_client >= 1.48.0
3-
pyemvue >= 0.18.6
3+
pyemvue >= 0.18.7
44
argparse >= 1.4.0

0 commit comments

Comments
 (0)