mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2026-02-05 12:05:16 -05:00
Compare commits
9 Commits
d99c7b973b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
143f2025fa | ||
|
|
52fe72b387 | ||
|
|
276a32b235 | ||
|
|
ac26cc0c02 | ||
|
|
0a7c8d96ed | ||
|
|
6d32553b5f | ||
|
|
99695d5a57 | ||
|
|
c1b65da6e1 | ||
|
|
1bbb265632 |
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@@ -6,9 +6,6 @@ on:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '.gitignore'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
fastapi==0.115.12
|
||||
uvicorn==0.34.0
|
||||
python-dotenv==1.1.0
|
||||
fastapi==0.128.0
|
||||
uvicorn==0.39.0
|
||||
python-dotenv==1.2.1
|
||||
httpx==0.28.1
|
||||
pydantic==2.12.5
|
||||
pydantic-settings==2.9.1
|
||||
pydantic-settings==2.11.0
|
||||
pytest>=7.4.4
|
||||
pytest-asyncio>=0.25.2
|
||||
python-multipart==0.0.20
|
||||
|
||||
Reference in New Issue
Block a user