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/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]>
  • Loading branch information
Joonatan Mäkinen committed Oct 23, 2024
2 parents 701421f + 5810704 commit 93d8207
Show file tree
Hide file tree
Showing 5 changed files with 520 additions and 442 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.42.0
- uses: rojopolis/spellcheck-github-actions@0.43.0
name: Spellcheck
with:
config_path: .pyspelling.yml
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-ci
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We use this image in ci so the packages don't have to be installed on each run
# and we can run both frontend and backend with it

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

ENV PYTHONUNBUFFERED=1
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ classifiers = [
]
dependencies = [
"aiohttp-session==2.12.1",
"aiohttp==3.10.8",
"redis==5.1.0",
"aiohttp==3.10.10",
"redis==5.1.1",
"asyncpg==0.29.0",
"certifi==2024.8.30",
"click==8.1.7",
Expand All @@ -43,15 +43,15 @@ docs = [
"sphinx_rtd_theme==2.0.0",
]
test = [
"black==24.8.0",
"coverage==7.6.1",
"black==24.10.0",
"coverage==7.6.3",
"flake8-docstrings==1.7.0",
"flake8==7.1.1",
"mypy==1.11.2",
"mypy==1.12.0",
"pytest-cov==5.0.0",
"pytest-xdist==3.6.1",
"pytest==8.3.3",
"tox==4.20.0",
"tox==4.21.2",
"setuptools==71.1.0",
]
ui_test = [
Expand All @@ -62,7 +62,7 @@ dev = [
"honcho==2.0.0",
"pre-commit==3.8.0",
"pyspelling==2.10",
"ruff==0.6.8",
"ruff==0.6.9",
"types-certifi",
"types-redis",
"types-requests",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.10.8
aiohttp==3.10.10
aiohttp-session==2.12.1
redis==5.1.0
redis==5.1.1
asyncpg==0.29.0
certifi==2024.8.30
click==8.1.7
Expand Down
Loading

0 comments on commit 93d8207

Please sign in to comment.