Skip to content

Commit d0c6032

Browse files
author
Joonatan Mäkinen
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/333 Approved-by: Monika Radaviciute <[email protected]> Approved-by: Joonatan Mäkinen <[email protected]> Co-authored-by: renovate-bot <[email protected]> Merged by Joonatan Mäkinen <[email protected]>
2 parents d655ae7 + d8aacad commit d0c6032

File tree

5 files changed

+4554
-3591
lines changed

5 files changed

+4554
-3591
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.37.0
17+
- uses: rojopolis/spellcheck-github-actions@0.38.0
1818
name: Spellcheck
1919
with:
2020
config_path: .pyspelling.yml

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ classifiers = [
2424
dependencies = [
2525
"aiohttp-session==2.12.0",
2626
"aiohttp==3.9.5",
27-
"redis==5.0.4",
27+
"redis==5.0.6",
2828
"asyncpg==0.29.0",
2929
"certifi==2024.6.2",
3030
"click==8.1.7",
31-
"cryptography==42.0.7",
31+
"cryptography==42.0.8",
3232
"gunicorn==22.0.0",
3333
"keystoneauth1==5.6.0",
3434
"oidcrp==2.1.4",
@@ -50,8 +50,8 @@ test = [
5050
"mypy==1.10.0",
5151
"pytest-cov==4.1.0",
5252
"pytest-xdist==3.6.1",
53-
"pytest==8.2.1",
54-
"tox==4.15.0",
53+
"pytest==8.2.2",
54+
"tox==4.15.1",
5555
"setuptools==69.5.1",
5656
]
5757
ui_test = [
@@ -62,7 +62,7 @@ dev = [
6262
"honcho==1.1.0",
6363
"pre-commit==3.7.1",
6464
"pyspelling==2.10",
65-
"ruff==0.4.7",
65+
"ruff==0.4.9",
6666
"types-certifi",
6767
"types-redis",
6868
"types-requests",

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
aiohttp==3.9.5
22
aiohttp-session==2.12.0
3-
redis==5.0.4
3+
redis==5.0.6
44
asyncpg==0.29.0
55
certifi==2024.6.2
66
click==8.1.7
7-
cryptography==42.0.7
7+
cryptography==42.0.8
88
gunicorn==22.0.0
99
keystoneauth1==5.6.0
1010
oidcrp==2.1.4

swift_browser_ui_frontend/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,41 @@
1717
"@intlify/unplugin-vue-i18n": "^4.0.0",
1818
"@mdi/js": "^7.4.47",
1919
"@vitejs/plugin-vue": "^5.0.5",
20-
"@vueuse/rxjs": "^10.10.0",
20+
"@vueuse/rxjs": "^10.11.0",
2121
"@ygoe/msgpack": "^1.0.3",
2222
"cli-highlight": "^2.1.11",
2323
"csc-ui": "0.9.5",
2424
"dexie": "^4.0.0",
25-
"eslint": "^9.0.0",
25+
"eslint": "^9.5.0",
2626
"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.77.4",
31+
"sass": "^1.77.5",
3232
"spark-md5": "^3.0.2",
33-
"vite": "^5.2.12",
34-
"vue": "^3.4.27",
33+
"vite": "^5.3.1",
34+
"vue": "^3.4.29",
3535
"vue-i18n": "^9.13.1",
36-
"vue-router": "^4.3.2",
36+
"vue-router": "^4.3.3",
3737
"vuex": "^4.1.0",
38-
"webpack": "^5.91.0",
38+
"webpack": "^5.92.0",
3939
"webpack-cli": "^5.1.4"
4040
},
4141
"devDependencies": {
4242
"@eslint/eslintrc": "^3.1.0",
43-
"@eslint/js": "^9.4.0",
43+
"@eslint/js": "^9.5.0",
4444
"@faker-js/faker": "^8.4.1",
4545
"@testing-library/dom": "^10.0.0",
46-
"@testing-library/jest-dom": "^6.4.5",
46+
"@testing-library/jest-dom": "^6.4.6",
4747
"@testing-library/user-event": "^14.5.2",
4848
"@testing-library/vue": "^8.1.0",
49-
"@vue/compiler-sfc": "^3.4.27",
50-
"cypress": "^13.10.0",
49+
"@vue/compiler-sfc": "^3.4.29",
50+
"cypress": "^13.11.0",
5151
"cypress-cloud": "^1.10.2",
52-
"globals": "^15.3.0",
52+
"globals": "^15.4.0",
5353
"install": "^0.13.0",
5454
"jest": "^29.7.0",
55-
"pg": "^8.11.5"
55+
"pg": "^8.12.0"
5656
}
5757
}

0 commit comments

Comments
 (0)