Skip to content

Commit

Permalink
Bump dataclasses from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Bumps [dataclasses](https://github.com/ericvsmith/dataclasses) from 0.7 to 0.8.
- [Release notes](https://github.com/ericvsmith/dataclasses/releases)
- [Commits](ericvsmith/dataclasses@0.7...0.8)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 16, 2020
1 parent b81ec6f commit 98eccba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -25,7 +25,7 @@ include = ["rich/py.typed"]
[tool.poetry.dependencies]
python = "^3.6"
typing-extensions = "^3.7.4"
dataclasses = {version="^0.7", python = "~3.6"}
dataclasses = {version=">=0.7,<0.9", python = "~3.6"}
pygments = "^2.6.0"
commonmark = "^0.9.0"
colorama = "^0.4.0"
Expand Down

0 comments on commit 98eccba

Please sign in to comment.