Skip to content

Commit b025d51

Browse files
renovate-botJoonatan Mäkinen
authored andcommitted
Skip: Update all non-major dependencies
1 parent c3e3563 commit b025d51

File tree

7 files changed

+536
-547
lines changed

7 files changed

+536
-547
lines changed

.github/workflows/dependency-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata
15-
uses: dependabot/fetch-metadata@v2.1.0
15+
uses: dependabot/fetch-metadata@v2.2.0
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
1818
- name: Wait other jobs are passed or failed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
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.38.0
17+
- uses: rojopolis/spellcheck-github-actions@0.41.0
1818
name: Spellcheck
1919
with:
2020
config_path: .pyspelling.yml

dockerfiles/Dockerfile-build-crypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
1919
&& npx webpack --config "./wasm-webpack.config.js"
2020

2121
# Build upworker and downworker WebAssembly contents
22-
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.0 AS WASMCRYPT
22+
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.1 AS WASMCRYPT
2323

2424
COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/
2525

dockerfiles/Dockerfile-build-crypt-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
1919
&& npx webpack --config "./wasm-webpack.config.js"
2020

2121
# Build upworker and downworker WebAssembly contents
22-
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.0 AS WASMCRYPT
22+
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.4.1 AS WASMCRYPT
2323

2424
COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/
2525

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,45 +24,45 @@ classifiers = [
2424
dependencies = [
2525
"aiohttp-session==2.12.0",
2626
"aiohttp==3.10.5",
27-
"redis==5.0.7",
27+
"redis==5.0.8",
2828
"asyncpg==0.29.0",
2929
"certifi==2024.7.4",
3030
"click==8.1.7",
3131
"cryptography==43.0.0",
3232
"gunicorn==22.0.0",
33-
"keystoneauth1==5.6.0",
33+
"keystoneauth1==5.7.0",
3434
"oidcrp==2.1.4",
3535
"python-swiftclient==4.6.0",
36-
"uvloop==0.19.0",
36+
"uvloop==0.20.0",
3737
"msgpack==1.0.8",
3838
]
3939

4040
[project.optional-dependencies]
4141
docs = [
42-
"sphinx==7.3.7",
42+
"sphinx==7.4.7",
4343
"sphinx_rtd_theme==2.0.0",
4444
]
4545
test = [
46-
"black==24.4.2",
47-
"coverage==7.5.4",
46+
"black==24.8.0",
47+
"coverage==7.6.1",
4848
"flake8-docstrings==1.7.0",
49-
"flake8==7.1.0",
50-
"mypy==1.10.1",
49+
"flake8==7.1.1",
50+
"mypy==1.11.1",
5151
"pytest-cov==5.0.0",
5252
"pytest-xdist==3.6.1",
53-
"pytest==8.2.2",
54-
"tox==4.15.1",
55-
"setuptools==70.1.1",
53+
"pytest==8.3.2",
54+
"tox==4.18.0",
55+
"setuptools==70.3.0",
5656
]
5757
ui_test = [
5858
"pytest-timeout==2.3.1",
59-
"pytest==8.2.2",
59+
"pytest==8.3.2",
6060
]
6161
dev = [
6262
"honcho==1.1.0",
63-
"pre-commit==3.7.1",
63+
"pre-commit==3.8.0",
6464
"pyspelling==2.10",
65-
"ruff==0.5.0",
65+
"ruff==0.6.2",
6666
"types-certifi",
6767
"types-redis",
6868
"types-requests",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
aiohttp==3.10.5
22
aiohttp-session==2.12.0
3-
redis==5.0.7
3+
redis==5.0.8
44
asyncpg==0.29.0
55
certifi==2024.7.4
66
click==8.1.7
77
cryptography==43.0.0
88
gunicorn==22.0.0
9-
keystoneauth1==5.6.0
9+
keystoneauth1==5.7.0
1010
oidcrp==2.1.4
1111
python-swiftclient==4.6.0
12-
uvloop==0.19.0
12+
uvloop==0.20.0
1313
msgpack==1.0.8

0 commit comments

Comments
 (0)