Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
1097c78146
Merge ee5604cc95 into b59c8fbf8b 2023-09-08 15:06:22 +00:00
dependabot[bot]
ee5604cc95
Bump fastapi from 0.101.1 to 0.103.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.101.1 to 0.103.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.101.1...0.103.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 15:06:21 +00:00
2 changed files with 61 additions and 344 deletions

403
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -92,7 +92,7 @@ django-location-field = "^2.7.0"
pydantic = "^2.0.2"
channels-redis = "^4.1.0"
django-ipware = "^5.0.0"
fastapi = {extras = ["all"], version = "^0.101.0"}
fastapi = {extras = ["all"], version = "^0.103.1"}
sqlalchemy = "^2.0.19"
pydantic-settings = "^2.0.2"
yt-dlp = "^2023.7.6"