Skip to content

Commit 3d59244

Browse files
committed
2 parents 8cba4b7 + a2c9a44 commit 3d59244

File tree

4 files changed

+10
-23
lines changed

4 files changed

+10
-23
lines changed

.github/workflows/security-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.11"
2020

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.11"
2323

@@ -29,7 +29,7 @@ jobs:
2929
pip-compile --upgrade requirements.txt
3030
3131
- name: Create Pull Request
32-
uses: peter-evans/create-pull-request@v5
32+
uses: peter-evans/create-pull-request@v7
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
commit-message: "chore: update dependencies"

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,6 @@ Replace `your-username` with your GitHub username and `your-app.railway.app` wit
2929
![For-the-badge](https://your-app.railway.app/badge/octocat?style=for-the-badge)
3030
```
3131

32-
## 🚀 Quick Deploy
33-
34-
### Railway (Recommended - Free)
35-
1. Fork this repo
36-
2. Connect to [Railway](https://railway.app)
37-
3. Deploy automatically
38-
4. Use your Railway URL in README
39-
40-
### Render (Free with sleep)
41-
1. Fork this repo
42-
2. Connect to [Render](https://render.com)
43-
3. Deploy as Web Service
44-
4532
## 🛠️ Local Development
4633

4734
```bash

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
fastapi==0.104.1
2-
uvicorn[standard]==0.24.0
1+
fastapi==0.116.1
2+
uvicorn[standard]==0.35.0
33
sqlalchemy==2.0.23
4-
pillow==10.1.0
5-
python-multipart==0.0.6
6-
pydantic==2.5.0
4+
pillow==11.3.0
5+
python-multipart==0.0.20
6+
pydantic==2.11.7
77
psycopg2-binary==2.9.9

0 commit comments

Comments
 (0)