Skip to content

Commit

Permalink
Bumps dependencies + python
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossedfall committed Dec 3, 2024
1 parent b185c2f commit cd8aea1
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 488 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Python setup
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: 'pip'
- name: Install poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For more information, please refer to https://aka.ms/vscode-docker-python
FROM python:3.11-alpine as base
FROM python:3.12-alpine as base

# Keeps Python from generating .pyc files in the container
# Turns off buffering for easier container logging
Expand Down
Loading

0 comments on commit cd8aea1

Please sign in to comment.