Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Mar 8, 2024
1 parent bd70fc6 commit 039b2d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
)
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 039b2d3

Please sign in to comment.