Compare commits

..

6 commits

Author SHA1 Message Date
Taras Terletsky 1a88c60a4e
Merge pull request #240 from tropicoo/dependabot/pip/aiohttp-3.9.3
Bump aiohttp from 3.9.1 to 3.9.3
2024-02-02 18:08:14 +02:00
Taras Terletsky 856b2c005f
Merge pull request #239 from tropicoo/dependabot/pip/uvicorn-0.27.0.post1
Bump uvicorn from 0.27.0 to 0.27.0.post1
2024-02-02 18:08:04 +02:00
Taras Terletsky 6f8aaccbd9
Merge pull request #237 from tropicoo/dependabot/pip/pydantic-2.6.0
Bump pydantic from 2.5.3 to 2.6.0
2024-02-02 18:07:55 +02:00
dependabot[bot] 7d89087148
Bump aiohttp from 3.9.1 to 3.9.3
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.3.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.1...v3.9.3)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 15:29:56 +00:00
dependabot[bot] 6d0cfb502c
Bump uvicorn from 0.27.0 to 0.27.0.post1
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.27.0 to 0.27.0.post1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.27.0...0.27.0.post1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 15:15:51 +00:00
dependabot[bot] a4aa83dc54
Bump pydantic from 2.5.3 to 2.6.0
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.5.3...v2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 15:15:37 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
fastapi-cache2[redis]==0.2.1
fastapi==0.109.0
uvicorn==0.27.0
uvicorn==0.27.0.post1

View file

@ -1,8 +1,8 @@
SQLAlchemy-Utils==0.41.1
SQLAlchemy==2.0.25
aio-pika==9.4.0
aiohttp==3.9.1
aiohttp==3.9.3
asyncpg==0.29.0
pydantic==2.5.3
pydantic==2.6.0
pydantic_settings==2.1.0
uvloop==0.19.0