Skip to content

Commit b83f408

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

5 files changed

Lines changed: 6 additions & 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.10.12'
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

0 commit comments

Comments
 (0)