Skip to content

Commit

Permalink
Merge branch 'renovate/all-minor-patch' into 'devel'
Browse files Browse the repository at this point in the history
Update all non-major dependencies

See merge request sds-dev/sd-connect/swift-browser-ui!224
  • Loading branch information
Hang Le committed Dec 1, 2023
2 parents 3d434e9 + 1caebed commit 11249d1
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@0.34.0
- uses: rojopolis/spellcheck-github-actions@0.35.0
name: Spellcheck
with:
config_path: .pyspelling.yml
4 changes: 2 additions & 2 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==2023.11.17",
"click==8.1.7",
"cryptography==41.0.5",
"cryptography==41.0.7",
"gunicorn==21.2.0",
"keystoneauth1==5.4.0",
"oidcrp==2.1.4",
Expand All @@ -51,7 +51,7 @@ test = [
"pytest-cov==4.1.0",
"pytest-xdist==3.5.0",
"pytest==7.4.3",
"tox==4.11.3",
"tox==4.11.4",
]
ui_test = [
"pytest-timeout==2.2.0",
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.1
asyncpg==0.29.0
certifi==2023.11.17
click==8.1.7
cryptography==41.0.5
cryptography==41.0.7
gunicorn==21.2.0
keystoneauth1==5.4.0
oidcrp==2.1.4
Expand Down
4 changes: 2 additions & 2 deletions swift_browser_ui_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"csc-ui": "0.9.5",
"dexie": "^3.2.4",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-vue": "^9.19.2",
"eslint-utils": "^3.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
Expand All @@ -41,7 +41,7 @@
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^8.0.1",
"@vue/compiler-sfc": "^3.3.9",
Expand Down
Loading

0 comments on commit 11249d1

Please sign in to comment.