Skip to content

Commit 62b39ce

Browse files
authored
feat: Update the client and protobuf version (#263)
* feat: Update the client and protobuf version * feat: Update the websocket-client version
1 parent 5427472 commit 62b39ce

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

cloudfoundry_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This module provides a client library for cloudfoundry_client v2/v3.
33
"""
44

5-
__version__ = "1.39.0"
5+
__version__ = "1.39.1"

poetry.lock

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = '''
88

99
[tool.poetry]
1010
name = "cloudfoundry_client"
11-
version = "1.39.0"
11+
version = "1.39.1"
1212
description = "A client library for CloudFoundry"
1313
authors = ["Benjamin Einaudi <[email protected]>"]
1414
readme = "README.rst"
@@ -20,9 +20,9 @@ keywords = ["cloudfoundry", "cf"]
2020
[tool.poetry.dependencies]
2121
python = ">=3.9"
2222
aiohttp = ">=3.8.0"
23-
protobuf = "6.32.0"
23+
protobuf = "6.33.0"
2424
oauth2-client= "1.4.2"
25-
websocket-client= "~1.8.0"
25+
websocket-client= "~1.9.0"
2626
PyYAML = ">=6.0"
2727
requests = ">=2.5.0"
2828
polling2= "0.5.0"

0 commit comments

Comments
 (0)