Skip to content

Commit c4996dd

Browse files
authored
Merge pull request #27 from cloudblue/bump/back-deps
TT-2597 Backend dependencies are bumped
2 parents af33f77 + aa073d9 commit c4996dd

File tree

7 files changed

+187
-190
lines changed

7 files changed

+187
-190
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
* Fixed vertical scrolling
3535
* Fixed radio buttons layout for Safari
3636
* Improved reliability of several UI pieces
37-
* 0.4.2: Backend dependencies are bumped and GitHub UI unit testing is fixed
37+
* 0.4.2: Backend dependencies are bumped and GitHub UI unit testing is fixed
38+
* 0.4.3: Backend dependencies are bumped

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cloudblueconnect/connect-extension-runner:27.21
1+
FROM cloudblueconnect/connect-extension-runner:27.25
22

33
COPY pyproject.toml /install_temp/.
44
COPY poetry.* /install_temp/.

dbaas/extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "DBaaS",
33
"description": "On-demand provisioning of cloud-based database storages as a service.",
4-
"version": "0.4.1",
4+
"version": "0.4.3",
55
"audience": ["reseller", "distributor", "vendor"],
6-
"readme_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.4.1/README.md",
7-
"changelog_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.4.1/CHANGELOG.md",
6+
"readme_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.4.3/README.md",
7+
"changelog_url": "https://github.com/cloudblue/connect-extension-dbaas/blob/0.4.3/CHANGELOG.md",
88
"icon": "googleExtensionBaseline"
99
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudblueconnect/eaas-database-extension",
3-
"version": "0.4.1",
3+
"version": "0.4.3",
44
"description": "On-demand provisioning of cloud-based database storages as a service.",
55
"author": "Ingram Micro",
66
"license": "Apache Software License 2.0",

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "./README.md"
1616
python = ">=3.8,<4"
1717
connect-eaas-core = ">=27.13,<28"
1818
motor = "3.*"
19-
cryptography = "39.*"
19+
cryptography = "41.*"
2020

2121
[tool.poetry.dev-dependencies]
2222
pytest = ">=6.1.2,<8"

0 commit comments

Comments
 (0)