Skip to content

Commit

Permalink
Update to pandas 2.0 and requests 2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 2, 2023
1 parent 5c57ee9 commit 216e033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ grafana-wtf changelog

in progress
===========
- Update to pandas 2.0 and requests 2.26

2023-07-30 0.15.2
=================
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"munch>=2.5.0,<5",
"tqdm>=4.60.0,<5",
# Filtering
f"pandas<1.6; {no_linux_on_arm}",
f"pandas<2.1; {no_linux_on_arm}",
f"duckdb<0.9; {no_linux_on_arm}",
# Grafana
"requests>=2.23.0,<3",
"requests>=2.26,<3",
"grafana-client>=2.1.0,<4",
"jsonpath-rw>=1.4.0,<2",
# Caching
Expand Down

0 comments on commit 216e033

Please sign in to comment.