Skip to content

Commit

Permalink
fix:support croniter 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Aug 3, 2024
1 parent 05bfd85 commit c521067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -50,8 +50,8 @@ pyyaml = { version = "^6.0", optional = true }

[tool.poetry.dev-dependencies]
poetry = "^1.8.2"
coverage = "^7.5"
fakeredis = { version = "^2.21.1", extras = ['lua'] }
coverage = "^7.6"
fakeredis = { version = "^2.21.5", extras = ['lua'] }
Flake8-pyproject = "^1.2"
pyyaml = "^6"
freezegun = "^1.5"
Expand Down

0 comments on commit c521067

Please sign in to comment.