Skip to content

Commit 1dffa6e

Browse files
Merge pull request #788 from valory-xyz/chore/bump_middleware
Bump middleware
2 parents c6465e7 + a80b7b9 commit 1dffa6e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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-rc229",
78+
"version": "0.2.0-rc231",
7979
"engine": {
8080
"node": ">=20",
8181
"yarn": ">=1.22.0",

poetry.lock

+6-6
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-rc229"
3+
version = "0.2.0-rc231"
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 = "956a4c90f700cc205fae64182a7a97ddf7937f63"}
12+
olas-operate-middleware = { git = "https://github.com/valory-xyz/olas-operate-middleware.git", rev = "b1977cd526e8437b5d8bf3edd22a292d92bf9188"}
1313

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

0 commit comments

Comments
 (0)