Skip to content

Commit 0a25e77

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/321 Approved-by: Stefan Negru <[email protected]> Co-authored-by: renovate-bot <[email protected]> Merged by Stefan Negru <[email protected]>
2 parents a489183 + d3c8ae7 commit 0a25e77

File tree

4 files changed

+247
-218
lines changed

4 files changed

+247
-218
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"asyncpg==0.29.0",
2929
"certifi==2024.2.2",
3030
"click==8.1.7",
31-
"cryptography==42.0.5",
31+
"cryptography==42.0.7",
3232
"gunicorn==22.0.0",
3333
"keystoneauth1==5.6.0",
3434
"oidcrp==2.1.4",
@@ -44,7 +44,7 @@ docs = [
4444
]
4545
test = [
4646
"black==24.4.2",
47-
"coverage==7.5.0",
47+
"coverage==7.5.1",
4848
"flake8-docstrings==1.7.0",
4949
"flake8==7.0.0",
5050
"mypy==1.10.0",
@@ -60,9 +60,9 @@ ui_test = [
6060
]
6161
dev = [
6262
"honcho==1.1.0",
63-
"pre-commit==3.7.0",
63+
"pre-commit==3.7.1",
6464
"pyspelling==2.10",
65-
"ruff==0.4.2",
65+
"ruff==0.4.4",
6666
"types-certifi",
6767
"types-redis",
6868
"types-requests",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ redis==5.0.4
44
asyncpg==0.29.0
55
certifi==2024.2.2
66
click==8.1.7
7-
cryptography==42.0.5
7+
cryptography==42.0.7
88
gunicorn==22.0.0
99
keystoneauth1==5.6.0
1010
oidcrp==2.1.4

swift_browser_ui_frontend/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"csc-ui": "0.9.5",
2424
"dexie": "^3.2.7",
2525
"eslint": "^8.57.0",
26-
"eslint-plugin-vue": "^9.25.0",
26+
"eslint-plugin-vue": "^9.26.0",
2727
"eslint-utils": "^3.0.0",
2828
"lodash": "^4.17.21",
2929
"luxon": "^3.4.4",
3030
"rxjs": "^7.8.1",
31-
"sass": "^1.76.0",
32-
"vite": "^5.2.10",
33-
"vue": "^3.4.26",
31+
"sass": "^1.77.1",
32+
"vite": "^5.2.11",
33+
"vue": "^3.4.27",
3434
"vue-i18n": "^9.13.1",
3535
"vue-router": "^4.3.2",
3636
"vuex": "^4.1.0",
@@ -40,11 +40,11 @@
4040
"devDependencies": {
4141
"@faker-js/faker": "^8.4.1",
4242
"@testing-library/dom": "^9.3.4",
43-
"@testing-library/jest-dom": "^6.4.2",
43+
"@testing-library/jest-dom": "^6.4.5",
4444
"@testing-library/user-event": "^14.5.2",
4545
"@testing-library/vue": "^8.0.3",
46-
"@vue/compiler-sfc": "^3.4.26",
47-
"cypress": "^13.8.1",
46+
"@vue/compiler-sfc": "^3.4.27",
47+
"cypress": "^13.9.0",
4848
"cypress-cloud": "^1.10.2",
4949
"install": "^0.13.0",
5050
"jest": "^29.7.0",

0 commit comments

Comments
 (0)