Compare commits

..

9 Commits

Author SHA1 Message Date
pacnpal
143f2025fa Merge pull request #29 from pacnpal/dependabot/pip/uvicorn-0.39.0 2026-01-31 06:46:14 -05:00
dependabot[bot]
52fe72b387 fix(deps): bump uvicorn from 0.34.0 to 0.39.0
Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.34.0 to 0.39.0.
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/uvicorn/compare/0.34.0...0.39.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-31 11:45:47 +00:00
pacnpal
276a32b235 Update docker-build.yml workflow 2026-01-31 06:43:56 -05:00
pacnpal
ac26cc0c02 Merge pull request #30 from pacnpal/dependabot/pip/fastapi-0.128.0 2026-01-31 06:35:49 -05:00
dependabot[bot]
0a7c8d96ed fix(deps): bump fastapi from 0.115.12 to 0.128.0
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.12 to 0.128.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.115.12...0.128.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.128.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-31 11:31:00 +00:00
pacnpal
6d32553b5f Merge pull request #31 from pacnpal/dependabot/pip/pydantic-settings-2.11.0 2026-01-31 06:30:08 -05:00
pacnpal
99695d5a57 Merge pull request #32 from pacnpal/dependabot/pip/python-dotenv-1.2.1 2026-01-31 06:29:50 -05:00
dependabot[bot]
c1b65da6e1 fix(deps): bump python-dotenv from 1.1.0 to 1.2.1
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 12:59:52 +00:00
dependabot[bot]
1bbb265632 fix(deps): bump pydantic-settings from 2.9.1 to 2.11.0
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.9.1 to 2.11.0.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.9.1...v2.11.0)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 12:59:49 +00:00
2 changed files with 4 additions and 7 deletions

View File

@@ -6,9 +6,6 @@ on:
paths-ignore:
- '**.md'
- '.gitignore'
pull_request:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: read

View File

@@ -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