Skip to content

Commit 141de2f

Browse files
committed
chore(deps):update
1 parent 56c1f9a commit 141de2f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mkdocs==1.5.3
2-
mkdocs-material==9.5.9
2+
mkdocs-material==9.5.11

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ python = "^3.9"
5050
django = ">=3.2"
5151
croniter = "^2.0.1"
5252
click = "^8.1"
53-
rq = "^1.15"
53+
rq = "^1.16"
5454
pyyaml = { version = "^6.0", optional = true }
5555

5656
[tool.poetry.dev-dependencies]
5757
poetry = "^1.7.1"
58-
coverage = "^7"
59-
fakeredis = { version = "^2.20", extras = ['lua'] }
58+
coverage = "^7.4"
59+
fakeredis = { version = "^2.21.1", extras = ['lua'] }
6060
Flake8-pyproject = "^1.2"
6161
pyyaml = "^6"
6262
freezegun = "^1.3"

0 commit comments

Comments
 (0)