Skip to content

Commit

Permalink
Bump to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Jun 7, 2023
1 parent c0470f8 commit fd39931
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prosemirror"
version = "0.3.3"
version = "0.3.5"
description = "Python implementation of core ProseMirror modules for collaborative editing"
readme = "README.md"
authors = ["Shen Li <[email protected]>"]
Expand All @@ -15,17 +15,17 @@ python = ">=3.8.1,<4"
typing-extensions = "^4.4.0"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"
black = "^23.3.0"
codecov = "^2.1.13"
coverage = "^7.0.5"
flake8 = "^6.0.0"
isort = "^5.11.4"
mypy = "^1.3.0"
pytest = "^7.2.1"
pydash = "^7.0.3"
pandoc = "^2.3"
pydash = "^7.0.3"
pytest = "^7.2.1"
pytest-cov = "^4.0.0"
isort = "^5.11.4"
codecov = "^2.1.13"
coverage = "^7.0.5"
ruff = ">=0.0.269,<0.0.272"
ruff = "^0.0.271"

[tool.black]
max-line-length = 88
Expand Down

0 comments on commit fd39931

Please sign in to comment.