Skip to content

Commit 0369639

Browse files
author
Hang Le
committed
Skip: Update dependency certifi to v2024 (merge commit)
Merge branch 'renovate/certifi-2024.x' into 'main' * Skip: Update dependency certifi to v2024 See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/265 Approved-by: Hang Le <[email protected]> Co-authored-by: renovate-bot <[email protected]> Merged by Hang Le <[email protected]>
2 parents 1f6acc7 + 0e3a3a3 commit 0369639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"aiohttp==3.9.3",
2727
"redis==5.0.1",
2828
"asyncpg==0.29.0",
29-
"certifi==2023.11.17",
29+
"certifi==2024.2.2",
3030
"click==8.1.7",
3131
"cryptography==41.0.7",
3232
"gunicorn==21.2.0",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp==3.9.3
22
aiohttp-session==2.12.0
33
redis==5.0.1
44
asyncpg==0.29.0
5-
certifi==2023.11.17
5+
certifi==2024.2.2
66
click==8.1.7
77
cryptography==41.0.7
88
gunicorn==21.2.0

0 commit comments

Comments
 (0)