Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent 0610a21 commit af4370a
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-post.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.11'

- name: Install apt packages
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: libssl-dev libasound2 ffmpeg

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:3.11
FROM docker.io/python:3.12

RUN apt-get update && apt-get install -y \
python3 \
Expand Down
Loading

0 comments on commit af4370a

Please sign in to comment.