Skip to content

Commit

Permalink
Upgrade to openstacksdk==1.5.0 (#15919)
Browse files Browse the repository at this point in the history
* Upgrade to openstacksdk==1.5.0

* Changelog

* Update openstack_controller/CHANGELOG.md

Co-authored-by: Bryce Eadie <[email protected]>

* Update CHANGELOG.md

---------

Co-authored-by: Bryce Eadie <[email protected]>
  • Loading branch information
jose-manuel-almaza and buraizu authored Sep 28, 2023
1 parent 1e667e0 commit 242fe77
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Changed***:

* Upgrade to openstacksdk version 1.5.0 ([#15919](https://github.com/DataDog/integrations-core/pull/15919))

***Added***:

* Upgrade clickhouse-driver to 0.2.6 on Python 3 ([#15726](https://github.com/DataDog/integrations-core/pull/15726))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mmh3==2.5.1; python_version < '3.0'
mmh3==4.0.1; python_version > '3.0'
oauthlib==3.1.0; python_version < '3.0'
oauthlib==3.2.2; python_version > '3.0'
openstacksdk==1.0.1; python_version > '3.0'
openstacksdk==1.5.0; python_version > '3.0'
oracledb==1.3.2; python_version >= '3.8'
orjson==3.9.7; python_version > '3.0'
packaging==23.1; python_version > '3.0'
Expand Down
4 changes: 4 additions & 0 deletions openstack_controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

***Changed***:

* Upgrade to openstacksdk version 1.5.0 ([#15919](https://github.com/DataDog/integrations-core/pull/15919))

## 4.0.0 / 2023-08-10

***Changed***:
Expand Down
2 changes: 1 addition & 1 deletion openstack_controller/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"openstacksdk==1.0.1; python_version > '3.0'",
"openstacksdk==1.5.0; python_version > '3.0'",
]

[project.urls]
Expand Down

0 comments on commit 242fe77

Please sign in to comment.