Skip to content

Commit db644fe

Browse files
authored
Merge branch 'main' into setuptools-70
2 parents ba91242 + f4af84d commit db644fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v4
1010
- name: Check Spelling
11-
uses: rojopolis/spellcheck-github-actions@0.36.0
11+
uses: rojopolis/spellcheck-github-actions@0.40.0
1212
with:
1313
config_path: .github/spellcheck-settings.yml
1414
task_name: Markdown

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ click = "^8.0.1"
4242
types-redis = ">=3.5.9,<5.0.0"
4343
python-ulid = "^1.0.3"
4444
typing-extensions = "^4.4.0"
45-
hiredis = "^2.2.3"
45+
hiredis = ">=2.2.3,<4.0.0"
4646
more-itertools = ">=8.14,<11.0"
4747
setuptools = {version = ">=70.0,<73.0", markers = "python_version >= '3.12'"}
4848

@@ -55,9 +55,9 @@ isort = "^5.9.3"
5555
flake8 = "^5.0.4"
5656
bandit = "^1.7.4"
5757
coverage = "^7.1"
58-
pytest-cov = "^4.0.0"
58+
pytest-cov = "^5.0.0"
5959
pytest-xdist = "^3.1.0"
60-
unasync = "^0.5.0"
60+
unasync = "^0.6.0"
6161
pytest-asyncio = "^0.23.5"
6262
email-validator = "^2.0.0"
6363
tox = "^4.14.1"

0 commit comments

Comments
 (0)