Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 4 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 4 updates in the /docat directory: [fastapi](https://github.com/tiangolo/fastapi), [uvicorn](https://github.com/encode/uvicorn), [pytest](https://github.com/pytest-dev/pytest) and [requests](https://github.com/psf/requests).


Updates `fastapi` from 0.110.3 to 0.111.0
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](tiangolo/fastapi@0.110.3...0.111.0)

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

Updates `pytest` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.2.1)

Updates `requests` from 2.31.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: requests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 30, 2024
1 parent 675d132 commit 6856c02
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 26 deletions.
157 changes: 135 additions & 22 deletions docat/poetry.lock

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

8 changes: 4 additions & 4 deletions docat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
tinydb = "^4.8.0"
fastapi = {version = "^0.110.0", extras = ["all"]}
fastapi = {version = "^0.111.0", extras = ["all"]}
python-multipart = "^0.0.9"
uvicorn = "^0.29.0"
uvicorn = "^0.30.0"
python-magic = "^0.4.27"

[tool.poetry.dev-dependencies]
flake8 = "^7.0.0"
flake8-isort = "^6.1.1"
flake8-black = "^0.3.6"
pytest = "^8.1.1"
pytest = "^8.2.1"
pytest-cov = "^4.1.0"
requests = "^2.31.0"
requests = "^2.32.3"
mypy = "^1.9.0"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 6856c02

Please sign in to comment.