Skip to content

Commit 06435f5

Browse files
chore(deps): update all non-major dependencies
1 parent f379f17 commit 06435f5

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: actions/setup-python@v6
1919
with:
20-
python-version: "3.13"
20+
python-version: "3.14"
2121
- uses: abatilo/actions-poetry@v4
2222
- name: Build package
2323
run: poetry build

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ports:
4747
- 11211:11211
4848
redis:
49-
image: redis:8.6.1-alpine
49+
image: redis:8.6.2-alpine
5050
ports:
5151
- 6379:6379
5252
steps:
@@ -55,10 +55,10 @@ jobs:
5555
submodules: 'recursive'
5656
- uses: actions/setup-python@v6
5757
with:
58-
python-version: "3.13"
58+
python-version: "3.14"
5959
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
6060
with:
61-
version: '0.10.9'
61+
version: '0.11.3'
6262
enable-cache: false
6363
- uses: actions/setup-node@v6
6464
with:

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
path = deps/sentry
33
url = https://github.com/getsentry/sentry.git
44
# This is here for renovate
5-
branch = 26.2.1
5+
branch = 26.3.1

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

deps/sentry

Submodule sentry updated 11267 files

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ services:
1616
ports:
1717
- 11211:11211
1818
redis:
19-
image: redis:8.6.1-alpine
19+
image: redis:8.6.2-alpine
2020
ports:
2121
- 6379:6379

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module-name = ["oidc"]
7575
module-root = ""
7676

7777
[build-system]
78-
requires = ["uv_build>=0.10.4,<0.11.0"]
78+
requires = ["uv_build>=0.11.3,<0.12.0"]
7979
build-backend = "uv_build"
8080

8181
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)