Skip to content

Commit

Permalink
Skip: Update all non-major dependencies (merge commit)
Browse files Browse the repository at this point in the history
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 <stefan@blankdots.com>
Co-authored-by: renovate-bot <group183_bot1@noreply.gitlab.ci.csc.fi>
Merged by Stefan Negru <stefan@blankdots.com>
  • Loading branch information
blankdots committed May 15, 2024
2 parents a489183 + d3c8ae7 commit 0a25e77
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 218 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"asyncpg==0.29.0",
"certifi==2024.2.2",
"click==8.1.7",
"cryptography==42.0.5",
"cryptography==42.0.7",
"gunicorn==22.0.0",
"keystoneauth1==5.6.0",
"oidcrp==2.1.4",
Expand All @@ -44,7 +44,7 @@ docs = [
]
test = [
"black==24.4.2",
"coverage==7.5.0",
"coverage==7.5.1",
"flake8-docstrings==1.7.0",
"flake8==7.0.0",
"mypy==1.10.0",
Expand All @@ -60,9 +60,9 @@ ui_test = [
]
dev = [
"honcho==1.1.0",
"pre-commit==3.7.0",
"pre-commit==3.7.1",
"pyspelling==2.10",
"ruff==0.4.2",
"ruff==0.4.4",
"types-certifi",
"types-redis",
"types-requests",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ redis==5.0.4
asyncpg==0.29.0
certifi==2024.2.2
click==8.1.7
cryptography==42.0.5
cryptography==42.0.7
gunicorn==22.0.0
keystoneauth1==5.6.0
oidcrp==2.1.4
Expand Down
14 changes: 7 additions & 7 deletions swift_browser_ui_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"csc-ui": "0.9.5",
"dexie": "^3.2.7",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-utils": "^3.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"rxjs": "^7.8.1",
"sass": "^1.76.0",
"vite": "^5.2.10",
"vue": "^3.4.26",
"sass": "^1.77.1",
"vite": "^5.2.11",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vuex": "^4.1.0",
Expand All @@ -40,11 +40,11 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.3",
"@vue/compiler-sfc": "^3.4.26",
"cypress": "^13.8.1",
"@vue/compiler-sfc": "^3.4.27",
"cypress": "^13.9.0",
"cypress-cloud": "^1.10.2",
"install": "^0.13.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 0a25e77

Please sign in to comment.