Skip to content

Commit

Permalink
bump aiohttp to 3.9.5
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian authored and sharang committed May 9, 2024
1 parent f55bd45 commit e7dfd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile_depends
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN pip install cffi
FROM builder-base AS builder-custom
RUN pip install --user --disable-pip-version-check \
--no-cache-dir \
aiofiles==23.2.1 aiohttp==3.9.3 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.1.0 \
aiofiles==23.2.1 aiohttp==3.9.5 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.1.0 \
Deprecated==1.2.14 frozenlist==1.4.0 html5tagger==1.3.0 httptools==0.6.1 \
idna==3.7 importlib-metadata==6.8.0 multidict==6.0.4 numpy==1.24.4 \
opentelemetry-api==1.21.0 opentelemetry-sdk==1.21.0 opentelemetry-semantic-conventions==0.42b0 \
Expand Down

0 comments on commit e7dfd28

Please sign in to comment.