Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
memegauste committed Dec 31, 2024
1 parent f30d718 commit 90d9354
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Run Tests
- name: Run Flake8
run: |
python -m flake8 .
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM python:3.13.0-alpine
FROM python:3.13.1-alpine
WORKDIR /code
COPY ./docker-scripts.sh /code/docker-scripts.sh
RUN chmod +x /code/docker-scripts.sh && /code/docker-scripts.sh
Expand Down
2 changes: 1 addition & 1 deletion docker-scripts.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
apk update
apk add gcc musl-dev git
apk add gcc musl-dev git
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Django==5.1.3
Django==5.1.4
django-rosetta==0.10.1
sentry-sdk==2.18.0
sentry-sdk==2.19.2
discord.py==2.4.0
audioop-lts==0.2.1
django-push-notifications[WP,APNS]==3.1.0
aiohttp==3.11.0
aiohttp==3.11.11
requests==2.32.3

0 comments on commit 90d9354

Please sign in to comment.