Skip to content

Commit d5b1c5f

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ rq = "^1.15"
5252
pyyaml = { version = "^6.0", optional = true }
5353

5454
[tool.poetry.dev-dependencies]
55-
poetry = "^1.6"
55+
poetry = "^1.7"
5656
coverage = "^7"
5757
fakeredis = { version = "^2.19", extras = ['lua'] }
5858
Flake8-pyproject = "^1.2"
5959
pyyaml = "^6.0"
6060
freezegun = "^1.2.2"
6161

62+
6263
[tool.poetry.extras]
6364
yaml = ["pyyaml"]
6465

@@ -69,4 +70,4 @@ exclude = [
6970
'.venv',
7071
'.github',
7172
'__pycache',
72-
]
73+
]

0 commit comments

Comments
 (0)