Skip to content

Commit 44d91fd

Browse files
authored
Merge pull request #107 from taskiq-python/dependabot/pip/pip-bb2a874772
chore(deps): bump the pip group with 2 updates
2 parents 88eb246 + 26efc62 commit 44d91fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
44+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4545
fail-fast: false
4646

4747
steps:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ test = [
7878

7979
dev = [
8080
{include-group = "test"},
81-
"mypy==1.17.1",
82-
"ruff==0.12.8",
81+
"mypy==1.18.2",
82+
"ruff==0.13.2",
8383
"pre-commit >=3.6.0,<5.0.0",
8484
]
8585

0 commit comments

Comments
 (0)