Skip to content

Commit a554591

Browse files
authored
Merge pull request #19 from ahayworth/ahayworth-loosen-versions
Be less strict about aiohttp dependencies
2 parents af69891 + 5b08ea6 commit a554591

File tree

3 files changed

+45
-20
lines changed

3 files changed

+45
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Set up poetry
24-
uses: Gr1N/setup-poetry@v2
24+
uses: Gr1N/setup-poetry@v4
2525
- name: Cache dependencies
2626
uses: actions/cache@v1
2727
with:

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-awair"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "asyncio client for the Awair GraphQL API"
55
authors = ["Andrew Hayworth <ahayworth@gmail.com>"]
66
license = "MIT"
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.6"
22-
aiohttp = "~3.6.1"
22+
aiohttp = "^3.6.1"
2323
voluptuous = ">=0.11.7,<0.13.0"
2424

2525
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)