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/358

Approved-by: Joonatan Mäkinen <[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 1, 2024
2 parents 09cce42 + a92c6f2 commit 86c47b4
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 522 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.41.0
- uses: rojopolis/spellcheck-github-actions@0.42.0
name: Spellcheck
with:
config_path: .pyspelling.yml
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
]
dependencies = [
"aiohttp-session==2.12.0",
"aiohttp==3.10.5",
"redis==5.0.8",
"aiohttp-session==2.12.1",
"aiohttp==3.10.8",
"redis==5.1.0",
"asyncpg==0.29.0",
"certifi==2024.7.4",
"certifi==2024.8.30",
"click==8.1.7",
"cryptography==43.0.0",
"cryptography==43.0.1",
"gunicorn==22.0.0",
"keystoneauth1==5.7.0",
"keystoneauth1==5.8.0",
"oidcrp==2.1.4",
"python-swiftclient==4.6.0",
"uvloop==0.20.0",
"msgpack==1.0.8",
"msgpack==1.1.0",
]

[project.optional-dependencies]
Expand All @@ -47,22 +47,22 @@ test = [
"coverage==7.6.1",
"flake8-docstrings==1.7.0",
"flake8==7.1.1",
"mypy==1.11.1",
"mypy==1.11.2",
"pytest-cov==5.0.0",
"pytest-xdist==3.6.1",
"pytest==8.3.2",
"tox==4.18.0",
"pytest==8.3.3",
"tox==4.20.0",
"setuptools==70.3.0",
]
ui_test = [
"pytest-timeout==2.3.1",
"pytest==8.3.2",
"pytest==8.3.3",
]
dev = [
"honcho==1.1.0",
"pre-commit==3.8.0",
"pyspelling==2.10",
"ruff==0.6.2",
"ruff==0.6.8",
"types-certifi",
"types-redis",
"types-requests",
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
aiohttp==3.10.5
aiohttp-session==2.12.0
redis==5.0.8
aiohttp==3.10.8
aiohttp-session==2.12.1
redis==5.1.0
asyncpg==0.29.0
certifi==2024.7.4
certifi==2024.8.30
click==8.1.7
cryptography==43.0.0
cryptography==43.0.1
gunicorn==22.0.0
keystoneauth1==5.7.0
keystoneauth1==5.8.0
oidcrp==2.1.4
python-swiftclient==4.6.0
uvloop==0.20.0
msgpack==1.0.8
msgpack==1.1.0
Loading

0 comments on commit 86c47b4

Please sign in to comment.