Skip to content

Commit 2da84a2

Browse files
author
Hang Le
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/323 Approved-by: Stefan Negru <[email protected]> Co-authored-by: renovate-bot <[email protected]> Merged by Hang Le <[email protected]>
2 parents 580341a + 95f4dc9 commit 2da84a2

File tree

4 files changed

+167
-167
lines changed

4 files changed

+167
-167
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"gunicorn==22.0.0",
3333
"keystoneauth1==5.6.0",
3434
"oidcrp==2.1.4",
35-
"python-swiftclient==4.5.0",
35+
"python-swiftclient==4.6.0",
3636
"uvloop==0.19.0",
3737
"msgpack==1.0.8",
3838
]
@@ -44,7 +44,7 @@ docs = [
4444
]
4545
test = [
4646
"black==24.4.2",
47-
"coverage==7.5.1",
47+
"coverage==7.5.3",
4848
"flake8-docstrings==1.7.0",
4949
"flake8==7.0.0",
5050
"mypy==1.10.0",
@@ -62,7 +62,7 @@ dev = [
6262
"honcho==1.1.0",
6363
"pre-commit==3.7.1",
6464
"pyspelling==2.10",
65-
"ruff==0.4.4",
65+
"ruff==0.4.7",
6666
"types-certifi",
6767
"types-redis",
6868
"types-requests",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ cryptography==42.0.7
88
gunicorn==22.0.0
99
keystoneauth1==5.6.0
1010
oidcrp==2.1.4
11-
python-swiftclient==4.5.0
11+
python-swiftclient==4.6.0
1212
uvloop==0.19.0
1313
msgpack==1.0.8

swift_browser_ui_frontend/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"@intlify/unplugin-vue-i18n": "^4.0.0",
1818
"@mdi/js": "^7.4.47",
19-
"@vitejs/plugin-vue": "^5.0.4",
20-
"@vueuse/rxjs": "^10.9.0",
19+
"@vitejs/plugin-vue": "^5.0.5",
20+
"@vueuse/rxjs": "^10.10.0",
2121
"@ygoe/msgpack": "^1.0.3",
2222
"cli-highlight": "^2.1.11",
2323
"csc-ui": "0.9.5",
@@ -28,8 +28,8 @@
2828
"lodash": "^4.17.21",
2929
"luxon": "^3.4.4",
3030
"rxjs": "^7.8.1",
31-
"sass": "^1.77.1",
32-
"vite": "^5.2.11",
31+
"sass": "^1.77.4",
32+
"vite": "^5.2.12",
3333
"vue": "^3.4.27",
3434
"vue-i18n": "^9.13.1",
3535
"vue-router": "^4.3.2",
@@ -42,9 +42,9 @@
4242
"@testing-library/dom": "^10.0.0",
4343
"@testing-library/jest-dom": "^6.4.5",
4444
"@testing-library/user-event": "^14.5.2",
45-
"@testing-library/vue": "^8.0.3",
45+
"@testing-library/vue": "^8.1.0",
4646
"@vue/compiler-sfc": "^3.4.27",
47-
"cypress": "^13.9.0",
47+
"cypress": "^13.10.0",
4848
"cypress-cloud": "^1.10.2",
4949
"install": "^0.13.0",
5050
"jest": "^29.7.0",

0 commit comments

Comments
 (0)