Skip to content

Commit 301a286

Browse files
chore(deps): update dependency python to v3.14.0 (#2827)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://python.org) ([source](https://redirect.github.com/python/cpython)) | minor | `3.13` -> `3.14` | --- ### Release Notes <details> <summary>python/cpython (python)</summary> ### [`v3.14.0`](https://redirect.github.com/python/cpython/compare/v3.13.9...v3.14.0) [Compare Source](https://redirect.github.com/python/cpython/compare/v3.13.9...v3.14.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JabRef/JabRefOnline). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c262f0a commit 301a286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
PREVIEW_NAME: ${{ github.event.pull_request.number || github.event.inputs.preview_name }}
2727
# renovate: datasource=python-version depName=python
28-
PYTHON_VERSION: '3.13'
28+
PYTHON_VERSION: '3.14'
2929

3030
steps:
3131
# We could also add these checks to a job-wide if condition, to skip the workflow if its unsecure to run.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
DATABASE_URL: ${{ matrix.environment == 'Test' && secrets.AZURE_TEST_DATABASE_URL || secrets.AZURE_DATABASE_URL }}
3838
# renovate: datasource=python-version depName=python
39-
PYTHON_VERSION: '3.13'
39+
PYTHON_VERSION: '3.14'
4040

4141
steps:
4242
- name: Checkout

0 commit comments

Comments
 (0)