Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jul 9, 2024
1 parent 90a78a1 commit 4f3f49e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ types = [

lint = [
"faststream[types]",
"ruff==0.4.9",
"ruff==0.5.1",
"bandit==1.7.9",
"semgrep==1.75.0",
"semgrep==1.78.0",
"codespell==2.3.0",
]

test-core = [
"coverage[toml]==7.5.3",
"coverage[toml]==7.5.4",
"pytest==8.2.2",
"pytest-asyncio==0.23.7",
"dirty-equals==0.7.1.post0",
Expand All @@ -132,7 +132,7 @@ testing = [
"httpx==0.27.0",
"PyYAML==6.0.1",
"watchfiles==0.22.0",
"email-validator==2.1.2",
"email-validator==2.2.0",
]

dev = [
Expand Down

0 comments on commit 4f3f49e

Please sign in to comment.