Skip to content

Commit 1dc1382

Browse files
authored
bump deps (#36)
1 parent 8e2a647 commit 1dc1382

File tree

2 files changed

+59
-35
lines changed

2 files changed

+59
-35
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ description = "Slim Python interface for Dolt's CLI API."
55
authors = ["Max Hoffman <[email protected]>", "Oscar Batori <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = ">=3.6.1,<4.0"
8+
python = ">=3.6.2,<4.0"
99
dataclasses = {version = ">=0.6", markers = "python_version < \"3.7\""}
10+
black = "21.10b0"
1011

1112
[tool.poetry.dev-dependencies]
1213
pytest = "^6.2.2"
13-
black = "^20.8b1"
14+
black = "^21.10b0"
1415
mypy = "0.800"
1516
pytest-cov = "^2.11.1"
1617
isort = "^5.9.1"

0 commit comments

Comments
 (0)