Skip to content

Commit

Permalink
Merge branch 'main' into fix/exception-middleware-respect-ignored-exc…
Browse files Browse the repository at this point in the history
…eptions
  • Loading branch information
davorrunje authored Aug 29, 2024
2 parents 4321c4a + 71a8b62 commit 9ac8d05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
schedule:
interval: weekly
groups:
github-actions:
pip:
patterns:
- "*"

Expand All @@ -24,6 +24,6 @@ updates:
schedule:
interval: weekly
groups:
github-actions:
devcontainers:
patterns:
- "*"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ devdocs = [

types = [
"faststream[optionals]",
"mypy==1.11.1",
"mypy==1.11.2",
# mypy extensions
"types-Deprecated",
"types-PyYAML",
Expand Down Expand Up @@ -127,11 +127,11 @@ test-core = [

testing = [
"faststream[test-core]",
"fastapi==0.112.1",
"fastapi==0.112.2",
"pydantic-settings>=2.0.0,<3.0.0",
"httpx==0.27.0",
"httpx==0.27.2",
"PyYAML==6.0.2",
"watchfiles==0.23.0",
"watchfiles==0.24.0",
"email-validator==2.2.0",
]

Expand Down

0 comments on commit 9ac8d05

Please sign in to comment.