Skip to content

Commit b93a1df

Browse files
committed
Updated deps.
1 parent f8a14d8 commit b93a1df

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.9"
18+
python-version: "3.11"
1919
- name: Install deps
2020
run: poetry install
2121
- name: Set version

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.9"
21+
python-version: "3.11"
2222
cache: "poetry"
2323
- name: Install deps
2424
run: poetry install
@@ -31,7 +31,7 @@ jobs:
3131
contents: write
3232
strategy:
3333
matrix:
34-
py_version: ["3.8", "3.9", "3.10", "3.11"]
34+
py_version: ["3.9", "3.10", "3.11", "3.12"]
3535
runs-on: "ubuntu-latest"
3636
steps:
3737
- uses: actions/checkout@v2

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage = "https://github.com/taskiq-python/aiohttp-deps"
2626
[tool.poetry.dependencies]
2727
python = "^3.9"
2828
aiohttp = ">=3.9.0,<4"
29-
taskiq-dependencies = ">=1.5.5,<2"
29+
taskiq-dependencies = ">=1.5.6,<2"
3030
pydantic = "^2"
3131
deepmerge = "^2"
3232

0 commit comments

Comments
 (0)