Skip to content

Commit 1cd4122

Browse files
committed
chore(deps):update
1 parent d5b1c5f commit 1cd4122

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
max-parallel: 6
3939
matrix:
4040
python-version: [ '3.9', '3.10', '3.11' ]
41-
django-version: [ '3.2.22', '4.2.6' ]
41+
django-version: [ '3.2.22', '4.2.7' ]
4242
outputs:
4343
version: ${{ steps.getVersion.outputs.VERSION }}
4444
steps:

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ documentation = "https://django-tasks-scheduler.readthedocs.io/en/latest/"
4646
[tool.poetry.dependencies]
4747
python = "^3.9"
4848
django = ">=3.2"
49-
croniter = ">=1.4"
49+
croniter = "^2.0.1"
5050
click = "^8.1"
5151
rq = "^1.15"
5252
pyyaml = { version = "^6.0", optional = true }
@@ -56,7 +56,7 @@ poetry = "^1.7"
5656
coverage = "^7"
5757
fakeredis = { version = "^2.19", extras = ['lua'] }
5858
Flake8-pyproject = "^1.2"
59-
pyyaml = "^6.0"
59+
pyyaml = "^6"
6060
freezegun = "^1.2.2"
6161

6262

0 commit comments

Comments
 (0)