Skip to content

Commit

Permalink
⬆️ Upgrade anyio and update lock files (#1257)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade protobuf version

* ⬆️ Upgrade anyio to 4.8.0

* ⬆️ Update lock files
  • Loading branch information
ff137 authored Jan 10, 2025
1 parent b0ec032 commit a328af2
Show file tree
Hide file tree
Showing 10 changed files with 461 additions and 442 deletions.
198 changes: 99 additions & 99 deletions app/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ddtrace = "^2.17.0"
scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
anyio = "~4.7.0"
anyio = "~4.8.0"
assertpy = "==1.1"
black = "~24.10.0"
isort = "~5.13.2"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.2.0-20241205
USER root

# Install Google Protobuf
ARG PROTOBUF_VERSION=5.29.2
ARG PROTOBUF_VERSION=5.29.3
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION}

# install nats-events plugin
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.2.0-20241205
USER root

# Install Google Protobuf
ARG PROTOBUF_VERSION=5.29.2
ARG PROTOBUF_VERSION=5.29.3
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION}

# Install wallet group id plugin
Expand Down
198 changes: 99 additions & 99 deletions endorser/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scalar-fastapi = "^1.0.3"
tenacity = "^9.0.0"

[tool.poetry.dev-dependencies]
anyio = "~4.7.0"
anyio = "~4.8.0"
black = "~24.10.0"
isort = "~5.13.2"
pre-commit = "~4.0.1"
Expand Down
297 changes: 158 additions & 139 deletions trustregistry/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scalar-fastapi = "^1.0.3"
alembic = "~1.14.0"

[tool.poetry.dev-dependencies]
anyio = "~4.7.0"
anyio = "~4.8.0"
black = "~24.10.0"
isort = "~5.13.2"
pre-commit = "~4.0.1"
Expand Down
198 changes: 99 additions & 99 deletions waypoint/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion waypoint/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ scalar-fastapi = "^1.0.3"
tenacity = "^9.0.0"

[tool.poetry.dev-dependencies]
anyio = "~4.7.0"
anyio = "~4.8.0"
assertpy = "==1.1"
black = "~24.10.0"
isort = "~5.13.2"
Expand Down

0 comments on commit a328af2

Please sign in to comment.