Skip to content

Commit

Permalink
Bump fastapi from 0.115.5 to 0.115.6 (#585)
Browse files Browse the repository at this point in the history
* Bump fastapi from 0.115.5 to 0.115.6

Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.5 to 0.115.6.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.5...0.115.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fixing up typing issue

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
  • Loading branch information
dependabot[bot] and yaleman authored Dec 15, 2024
1 parent fca617b commit 38faf99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions github_linter/tests/codeowners.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" template test file """
"""template test file"""

from typing import TypedDict, Optional, Union, List, Dict
from loguru import logger
Expand All @@ -14,7 +14,7 @@ class DefaultConfig(TypedDict):

CATEGORY = "codeowners"
DEFAULT_CONFIG: DefaultConfig = {
"codeowners": [],
"codeowners": None,
"filepath": "CODEOWNERS",
}

Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ semver = ">=3.0.0.dev2"
tomli = "^2.2.1"
tomli-w = "^1.1.0"
wildcard-matcher = "^0.0.3"
fastapi = "0.115.5"
fastapi = "0.115.6"
uvicorn = "^0.32.1"
aiosqlite = "^0.20.0"
SQLAlchemy = "^2.0.36"
Expand Down

0 comments on commit 38faf99

Please sign in to comment.