Skip to content

Commit

Permalink
Update PyYaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier committed Jan 2, 2024
1 parent 1ee80de commit 442b340
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:
uses: actions/checkout@v3

- name: Log in to Docker Hub
uses: docker/login-action
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: sebastienbarbier/seven23

- name: Build and push Docker image
uses: docker/build-push-action
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
push: true
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Build action badge](https://github.com/sebastienbarbier/seven23_server/actions/workflows/django.yml/badge.svg?branch=main)](https://github.com/sebastienbarbier/seven23_server/actions/) [![Documentation Status](https://readthedocs.org/projects/seven23-server/badge/?version=latest)](https://seven23-server.readthedocs.io/en/latest/?badge=latest) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/sebastienbarbier/seven23_server/blob/main/LICENSE)


Fully manual budget app to track your expenses. Completely opensource, with privacy by design.

- [Seven23 official website](https://seven23.io/)
Expand All @@ -27,4 +26,4 @@ make docker-build
make docker-run
make docker-shell
make docker-stop
```
```
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ python-dateutil==2.8.2
python-dotenv==1.0.0
python3-openid==3.2.0
pytz==2023.3
PyYAML==6.0
PyYAML==6.0.1
rcssmin==1.1.1
requests==2.28.2
requests-oauthlib==1.3.1
Expand Down Expand Up @@ -114,4 +114,4 @@ urllib3==1.26.15
watchdog==3.0.0
whitenoise==6.4.0
wrapt==1.15.0
zipp==3.15.0
zipp==3.15.0

0 comments on commit 442b340

Please sign in to comment.