Skip to content

Commit

Permalink
Bump the pip-minor-patch group with 2 updates (#116)
Browse files Browse the repository at this point in the history
Bumps the pip-minor-patch group with 2 updates: [uvicorn](https://github.com/encode/uvicorn) and [black](https://github.com/psf/black).


Updates `uvicorn` from 0.27.0.post1 to 0.27.1
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.27.0.post1...0.27.1)

Updates `black` from 24.1.1 to 24.2.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.1.1...24.2.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 1476042 commit 82bba5a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["pyproject.toml", "templates/*"]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.108.0"
uvicorn = "^0.27.0"
uvicorn = "^0.27.1"
aiohttp = "^3.9.3"
SQLAlchemy = "^1.4.42"
aiomysql = "^0.2.0"
Expand All @@ -28,7 +28,7 @@ redis = "^5.0.1"
[tool.poetry.group.dev.dependencies]
flake8 = "^7.0.0"
isort = "^5.13.2"
black = "^24.1.1"
black = "^24.2.0"
wemake-python-styleguide = "^0.18.0"
mypy = "^1.8"
SQLAlchemy = { extras = ["mypy"], version = "^1.4.42" }
Expand Down

0 comments on commit 82bba5a

Please sign in to comment.