We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2da84a2 + eebb605 commit 3bac96cCopy full SHA for 3bac96c
.github/workflows/spellcheck.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: rojopolis/spellcheck-github-actions@0.36.0
+ - uses: rojopolis/spellcheck-github-actions@0.37.0
18
name: Spellcheck
19
with:
20
config_path: .pyspelling.yml
pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
26
"aiohttp==3.9.5",
27
"redis==5.0.4",
28
"asyncpg==0.29.0",
29
- "certifi==2024.2.2",
+ "certifi==2024.6.2",
30
"click==8.1.7",
31
"cryptography==42.0.7",
32
"gunicorn==22.0.0",
requirements.txt
@@ -2,7 +2,7 @@ aiohttp==3.9.5
2
aiohttp-session==2.12.0
3
redis==5.0.4
4
asyncpg==0.29.0
5
-certifi==2024.2.2
+certifi==2024.6.2
6
click==8.1.7
7
cryptography==42.0.7
8
gunicorn==22.0.0
0 commit comments