Skip to content

Commit

Permalink
chore(poetry): unpin pyparsing after fixing a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
catcombo committed Jul 30, 2023
1 parent 4aa8ea4 commit decc031
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jira2markdown"
version = "0.3.5"
version = "0.3.6"
description = "Convert text from JIRA markup to Markdown using parsing expression grammars"
license = "MIT"
authors = ["Evgeniy Krysanov <[email protected]>"]
Expand All @@ -21,7 +21,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
pyparsing = "==3.0.9"
pyparsing = "*"

[tool.poetry.dev-dependencies]
pytest = "*"
Expand Down

0 comments on commit decc031

Please sign in to comment.