Skip to content

Commit

Permalink
feat(deribit_fetcher): Bump starknet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jul 18, 2024
1 parent ae5be6c commit f21877b
Show file tree
Hide file tree
Showing 7 changed files with 1,093 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

bump_version:
needs: [build_containers]
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
on:
workflow_dispatch:
pull_request:
branches: [main]
branches: [master]

concurrency:
group:
Expand Down
294 changes: 271 additions & 23 deletions checkpointer/poetry.lock

Large diffs are not rendered by default.

306 changes: 277 additions & 29 deletions pragma-sdk/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pragma-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [{ include = "pragma_sdk" }]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
pragma-utils = { path = "../pragma-utils", develop = true }
"starknet.py" = "0.22.0"
"starknet.py" = "0.23.0"
typer = "0.6.1"
deprecated = "^1.2.14"
aioresponses = "^0.7.4"
Expand Down
294 changes: 271 additions & 23 deletions price-pusher/poetry.lock

Large diffs are not rendered by default.

294 changes: 271 additions & 23 deletions vrf-listener/poetry.lock

Large diffs are not rendered by default.

0 comments on commit f21877b

Please sign in to comment.