Skip to content

Commit 3bac96c

Browse files
committed
Skip: Update all non-major dependencies (merge commit)
Merge branch 'renovate/all-minor-patch' into 'main' * Skip: Update all non-major dependencies See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/325 Approved-by: Stefan Negru <[email protected]> Co-authored-by: renovate-bot <[email protected]> Merged by Stefan Negru <[email protected]>
2 parents 2da84a2 + eebb605 commit 3bac96c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: rojopolis/spellcheck-github-actions@0.36.0
17+
- uses: rojopolis/spellcheck-github-actions@0.37.0
1818
name: Spellcheck
1919
with:
2020
config_path: .pyspelling.yml

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"aiohttp==3.9.5",
2727
"redis==5.0.4",
2828
"asyncpg==0.29.0",
29-
"certifi==2024.2.2",
29+
"certifi==2024.6.2",
3030
"click==8.1.7",
3131
"cryptography==42.0.7",
3232
"gunicorn==22.0.0",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp==3.9.5
22
aiohttp-session==2.12.0
33
redis==5.0.4
44
asyncpg==0.29.0
5-
certifi==2024.2.2
5+
certifi==2024.6.2
66
click==8.1.7
77
cryptography==42.0.7
88
gunicorn==22.0.0

0 commit comments

Comments
 (0)