Skip to content

Commit 93d8207

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/367 Approved-by: Joonatan Mäkinen <[email protected]> Approved-by: Sampsa Penna <[email protected]> Co-authored-by: renovate-bot <group_183_bot_2d78ce980e0cdf1c1f6cfb0fa4c95beb@noreply.gitlab.ci.csc.fi> Merged by Joonatan Mäkinen <[email protected]>
2 parents 701421f + 5810704 commit 93d8207

File tree

5 files changed

+520
-442
lines changed

5 files changed

+520
-442
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.42.0
17+
- uses: rojopolis/spellcheck-github-actions@0.43.0
1818
name: Spellcheck
1919
with:
2020
config_path: .pyspelling.yml

dockerfiles/Dockerfile-ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# We use this image in ci so the packages don't have to be installed on each run
22
# and we can run both frontend and backend with it
33

4-
FROM docker.io/python:3.12-slim-bullseye
4+
FROM docker.io/python:3.13-slim-bullseye
55

66
ENV PYTHONUNBUFFERED=1
77
ENV DEBIAN_FRONTEND=noninteractive

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"aiohttp-session==2.12.1",
26-
"aiohttp==3.10.8",
27-
"redis==5.1.0",
26+
"aiohttp==3.10.10",
27+
"redis==5.1.1",
2828
"asyncpg==0.29.0",
2929
"certifi==2024.8.30",
3030
"click==8.1.7",
@@ -43,15 +43,15 @@ docs = [
4343
"sphinx_rtd_theme==2.0.0",
4444
]
4545
test = [
46-
"black==24.8.0",
47-
"coverage==7.6.1",
46+
"black==24.10.0",
47+
"coverage==7.6.3",
4848
"flake8-docstrings==1.7.0",
4949
"flake8==7.1.1",
50-
"mypy==1.11.2",
50+
"mypy==1.12.0",
5151
"pytest-cov==5.0.0",
5252
"pytest-xdist==3.6.1",
5353
"pytest==8.3.3",
54-
"tox==4.20.0",
54+
"tox==4.21.2",
5555
"setuptools==71.1.0",
5656
]
5757
ui_test = [
@@ -62,7 +62,7 @@ dev = [
6262
"honcho==2.0.0",
6363
"pre-commit==3.8.0",
6464
"pyspelling==2.10",
65-
"ruff==0.6.8",
65+
"ruff==0.6.9",
6666
"types-certifi",
6767
"types-redis",
6868
"types-requests",

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiohttp==3.10.8
1+
aiohttp==3.10.10
22
aiohttp-session==2.12.1
3-
redis==5.1.0
3+
redis==5.1.1
44
asyncpg==0.29.0
55
certifi==2024.8.30
66
click==8.1.7

0 commit comments

Comments
 (0)