Skip to content

Commit 0f6715e

Browse files
Merge pull request #810 from valory-xyz/chore/bump_middleware
Bump middleware
2 parents d145b72 + 0a434d9 commit 0f6715e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"start:frontend": "cd frontend && yarn start",
7676
"test:frontend": "cd frontend && yarn test"
7777
},
78-
"version": "0.2.0-rc242",
78+
"version": "0.2.0-rc245",
7979
"engine": {
8080
"node": ">=20",
8181
"yarn": ">=1.22.0",

poetry.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "olas-operate-app"
3-
version = "0.2.0-rc242"
3+
version = "0.2.0-rc245"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"
@@ -9,7 +9,7 @@ include = []
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.9,<3.12"
12-
olas-operate-middleware = { git = "https://github.com/valory-xyz/olas-operate-middleware.git", rev = "0d20b8ab41fea263fc0bb581d24c333c78eb8a4a"}
12+
olas-operate-middleware = { git = "https://github.com/valory-xyz/olas-operate-middleware.git", rev = "7494bce68a4c310d83024c4b8958e436a7af0f50"}
1313

1414
[build-system]
1515
requires = ["poetry-core"]

0 commit comments

Comments
 (0)