File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
- name : Checkout
9
9
uses : actions/checkout@v4
10
10
- name : Check Spelling
11
- uses : rojopolis/spellcheck-github-actions@0.36 .0
11
+ uses : rojopolis/spellcheck-github-actions@0.40 .0
12
12
with :
13
13
config_path : .github/spellcheck-settings.yml
14
14
task_name : Markdown
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ click = "^8.0.1"
42
42
types-redis = " >=3.5.9,<5.0.0"
43
43
python-ulid = " ^1.0.3"
44
44
typing-extensions = " ^4.4.0"
45
- hiredis = " ^ 2.2.3"
45
+ hiredis = " >= 2.2.3,<4.0.0 "
46
46
more-itertools = " >=8.14,<11.0"
47
47
setuptools = {version = " >=70.0,<73.0" , markers = " python_version >= '3.12'" }
48
48
@@ -55,9 +55,9 @@ isort = "^5.9.3"
55
55
flake8 = " ^5.0.4"
56
56
bandit = " ^1.7.4"
57
57
coverage = " ^7.1"
58
- pytest-cov = " ^4 .0.0"
58
+ pytest-cov = " ^5 .0.0"
59
59
pytest-xdist = " ^3.1.0"
60
- unasync = " ^0.5 .0"
60
+ unasync = " ^0.6 .0"
61
61
pytest-asyncio = " ^0.23.5"
62
62
email-validator = " ^2.0.0"
63
63
tox = " ^4.14.1"
You can’t perform that action at this time.
0 commit comments