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 dependency docs/sphinx_rtd_theme to v3

* Skip: Update dependency dev/pre-commit to v4

* Skip: Update dependency test/pytest-cov to v6

* Skip: Update all non-major dependencies

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/375

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 Dec 4, 2024
2 parents c6c12e7 + e6c8d88 commit 895b3c6
Show file tree
Hide file tree
Showing 5 changed files with 679 additions and 651 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.43.0
- uses: rojopolis/spellcheck-github-actions@0.45.0
name: Spellcheck
with:
config_path: .pyspelling.yml
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
html_theme_options = {
"collapse_navigation": True,
"sticky_navigation": True,
"display_version": True,
"version_selector": True,
"prev_next_buttons_location": "bottom",
}

Expand Down
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,35 @@ classifiers = [
]
dependencies = [
"aiohttp-session==2.12.1",
"aiohttp==3.10.10",
"redis==5.1.1",
"asyncpg==0.29.0",
"aiohttp==3.11.2",
"redis==5.2.0",
"asyncpg==0.30.0",
"certifi==2024.8.30",
"click==8.1.7",
"cryptography==43.0.1",
"cryptography==43.0.3",
"gunicorn==23.0.0",
"keystoneauth1==5.8.0",
"oidcrp==2.1.4",
"python-swiftclient==4.6.0",
"uvloop==0.20.0",
"uvloop==0.21.0",
"msgpack==1.1.0",
]

[project.optional-dependencies]
docs = [
"sphinx==7.4.7",
"sphinx_rtd_theme==2.0.0",
"sphinx==8.1.3",
"sphinx_rtd_theme==3.0.2",
]
test = [
"black==24.10.0",
"coverage==7.6.3",
"coverage==7.6.5",
"flake8-docstrings==1.7.0",
"flake8==7.1.1",
"mypy==1.12.0",
"pytest-cov==5.0.0",
"mypy==1.13.0",
"pytest-cov==6.0.0",
"pytest-xdist==3.6.1",
"pytest==8.3.3",
"tox==4.21.2",
"tox==4.23.2",
"setuptools==71.1.0",
]
ui_test = [
Expand All @@ -59,9 +59,9 @@ ui_test = [
]
dev = [
"honcho==2.0.0",
"pre-commit==3.8.0",
"pre-commit==4.0.1",
"pyspelling==2.10",
"ruff==0.6.9",
"ruff==0.7.3",
"types-certifi",
"types-redis",
"types-requests",
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
aiohttp==3.10.10
aiohttp==3.11.2
aiohttp-session==2.12.1
redis==5.1.1
asyncpg==0.29.0
redis==5.2.0
asyncpg==0.30.0
certifi==2024.8.30
click==8.1.7
cryptography==43.0.1
cryptography==43.0.3
gunicorn==23.0.0
keystoneauth1==5.8.0
oidcrp==2.1.4
python-swiftclient==4.6.0
uvloop==0.20.0
uvloop==0.21.0
msgpack==1.1.0
Loading

0 comments on commit 895b3c6

Please sign in to comment.