Skip to content

Commit 1d0b102

Browse files
committed
chore: Update dependencies
1 parent 40ec510 commit 1d0b102

File tree

2 files changed

+77
-75
lines changed

2 files changed

+77
-75
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ include = ["src/hypothesis_graphql/py.typed"]
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.6"
30-
hypothesis = ">5.8.0"
31-
graphql-core = "^3.1.0"
32-
attrs = ">20.3.0"
30+
hypothesis = ">=5.8.0,<7.0"
31+
graphql-core = ">=3.1.0,<3.3.0"
32+
attrs = ">20.3.0,<=21.4.0"
3333

3434
[tool.poetry.dev-dependencies]
35-
pytest = "^5.4.1"
35+
pytest = "^6.2.0"
3636

3737
[tool.black]
3838
line-length = 120

0 commit comments

Comments
 (0)