Skip to content

Commit 940a7d0

Browse files
committed
upgrade to pyemvue 0.18.1
1 parent 95d3042 commit 940a7d0

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Other changes
1010
- Fixed daily metric collection after a new month cycles - @cdolghier
11-
- Pin to old version of pycognito while awaiting new PyEmVue release - @jertel
11+
- Upgrade to pyemvue 0.18.1 - @jertel
1212

1313
# 1.7.1
1414

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
install_requires=[
3131
'influxdb>=5.3.1',
3232
'influxdb_client>=1.33.0',
33-
'pyemvue>=0.16.0',
34-
'argparse>= 1.4.0',
35-
'pycognito==2021.3.1'
33+
'pyemvue>=0.18.1',
34+
'argparse>= 1.4.0'
3635
]
3736
)

src/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
influxdb >= 5.3.1
22
influxdb_client >= 1.33.0
3-
pyemvue == 0.16.0
4-
argparse >= 1.4.0
5-
pycognito == 2021.3.1
3+
pyemvue >= 0.18.1
4+
argparse >= 1.4.0

0 commit comments

Comments
 (0)