mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2026-02-05 20:15:13 -05:00
Compare commits
19 Commits
db2fb20932
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
143f2025fa | ||
|
|
52fe72b387 | ||
|
|
276a32b235 | ||
|
|
ac26cc0c02 | ||
|
|
0a7c8d96ed | ||
|
|
6d32553b5f | ||
|
|
99695d5a57 | ||
|
|
c1b65da6e1 | ||
|
|
1bbb265632 | ||
|
|
d99c7b973b | ||
|
|
a858acf4bb | ||
|
|
05ff931ed3 | ||
|
|
3ea87de40e | ||
|
|
577063e1c6 | ||
|
|
519f231b6d | ||
|
|
73bf12b083 | ||
|
|
55ecee5407 | ||
|
|
8629bfc822 | ||
|
|
1d33ebdc36 |
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@@ -6,9 +6,6 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '.gitignore'
|
- '.gitignore'
|
||||||
pull_request:
|
|
||||||
branches: [ "main" ]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
fastapi==0.115.8
|
fastapi==0.128.0
|
||||||
uvicorn==0.34.0
|
uvicorn==0.39.0
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.2.1
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
pydantic==2.10.6
|
pydantic==2.12.5
|
||||||
pydantic-settings==2.7.1
|
pydantic-settings==2.11.0
|
||||||
pytest>=7.4.4
|
pytest>=7.4.4
|
||||||
pytest-asyncio>=0.25.2
|
pytest-asyncio>=0.25.2
|
||||||
python-multipart==0.0.20
|
python-multipart==0.0.20
|
||||||
jinja2==3.1.5
|
jinja2==3.1.6
|
||||||
slowapi==0.1.9
|
slowapi==0.1.9
|
||||||
Reference in New Issue
Block a user