Skip to content

Commit 00be7ff

Browse files
committed
feat: Update the client and protobuf version
1 parent 5427472 commit 00be7ff

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
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: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 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,7 +20,7 @@ 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"
2525
websocket-client= "~1.8.0"
2626
PyYAML = ">=6.0"

0 commit comments

Comments
 (0)