Skip to content

Commit 835e56b

Browse files
build(deps): bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the /docat directory: [fastapi](https://github.com/tiangolo/fastapi) and [pytest](https://github.com/pytest-dev/pytest). Updates `fastapi` from 0.110.3 to 0.111.0 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.3...0.111.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) --- updated-dependencies: - dependency-name: fastapi 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 675d132 commit 835e56b

File tree

2 files changed

+130
-17
lines changed

2 files changed

+130
-17
lines changed

docat/poetry.lock

+128-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docat/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
tinydb = "^4.8.0"
11-
fastapi = {version = "^0.110.0", extras = ["all"]}
11+
fastapi = {version = "^0.111.0", extras = ["all"]}
1212
python-multipart = "^0.0.9"
1313
uvicorn = "^0.29.0"
1414
python-magic = "^0.4.27"
@@ -17,7 +17,7 @@ python-magic = "^0.4.27"
1717
flake8 = "^7.0.0"
1818
flake8-isort = "^6.1.1"
1919
flake8-black = "^0.3.6"
20-
pytest = "^8.1.1"
20+
pytest = "^8.2.1"
2121
pytest-cov = "^4.1.0"
2222
requests = "^2.31.0"
2323
mypy = "^1.9.0"

0 commit comments

Comments
 (0)