Skip to content

Commit

Permalink
Merge pull request #3372 from dev-hato/renovate/websockets-12.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency websockets to v12
  • Loading branch information
renovate[bot] authored Oct 21, 2023
2 parents b10b2d9 + cb53b9a commit 299e169
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \
apt-get update && \
apt-get install -y --no-install-recommends nodejs && \
pip install pipenv==2023.10.3 --no-cache-dir && \
pip install pipenv==2023.10.20 --no-cache-dir && \
if [ "${ENV}" = 'dev' ]; then \
pipenv install --system --skip-lock --dev; \
else \
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ matplotlib = "==3.8.0"
openai = "==0.28.1"
"discord.py" = "==2.3.2"
"misskey.py" = "==4.1.0"
websockets = "==11.0.3"
websockets = "==12.0"
flask = "==2.3.3"
markupsafe = "==2.1.3"
numpy = "==1.26.1"
Expand Down
156 changes: 79 additions & 77 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 299e169

Please sign in to comment.