Skip to content

Commit

Permalink
Merge pull request #378 from Start-Out/dev/contribute
Browse files Browse the repository at this point in the history
Patch: Update Dependencies
  • Loading branch information
trentonyo authored Sep 16, 2024
2 parents 1b7118a + fe12b9f commit 88094db
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
78 changes: 39 additions & 39 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 = "todo-or-not"
version = "0.13.24"
version = "0.13.25"
description = "todoon integrates the TODOs in your codebase with your GitHub repository"
authors = ["TrentonYo <trentonyo@gmail.com>"]
license = "GPL-3.0-only"
Expand All @@ -19,7 +19,7 @@ ply = "^3.11"

[tool.poetry.group.testing.dependencies]
coveralls = "^3.3.1"
pytest-cov = "^4.1.0"
pytest-cov = ">=4.1,<6.0"
pytest = "^8.1.1"


Expand Down

0 comments on commit 88094db

Please sign in to comment.