Based on the default config's presets, Renovate will:
Start dependency updates only once this onboarding PR is merged
Enable Renovate Dependency Dashboard creation.
Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
Group known monorepo packages together.
Use curated list of recommended non-monorepo package groupings.
Show only the Age and Confidence Merge Confidence badges for pull requests.
Apply crowd-sourced package replacement rules.
Apply crowd-sourced workarounds for known problems with packages.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 22 Pull Requests:
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
---
### Detected Package Files
* `compose.yml` (docker-compose)
* `Dockerfile` (dockerfile)
* `.gitea/workflows/build_docker.yml` (github-actions)
* `requirements.txt` (pip_requirements)
### Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type `fix` for dependencies and `chore` for all others if semantic commits are in use.
- Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories.
- Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Show only the Age and Confidence Merge Confidence badges for pull requests.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to `renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs.
---
### What to Expect
With your current configuration, Renovate will create 22 Pull Requests:
<details>
<summary>Update dependency cryptography to v43.0.3</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/cryptography-43.x`
- Merge into: `master`
- Upgrade [cryptography](https://github.com/pyca/cryptography) to `==43.0.3`
</details>
<details>
<summary>Update dependency Flask to v3.1.2</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/flask-3.x`
- Merge into: `master`
- Upgrade [Flask](https://github.com/pallets/flask) to `==3.1.2`
</details>
<details>
<summary>Update dependency Jinja2 to v3.1.6</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/jinja2-3.x`
- Merge into: `master`
- Upgrade [Jinja2](https://github.com/pallets/jinja) to `==3.1.6`
</details>
<details>
<summary>Update dependency Mako to v1.3.10</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/mako-1.x`
- Merge into: `master`
- Upgrade [Mako](https://github.com/sqlalchemy/mako) to `==1.3.10`
</details>
<details>
<summary>Update dependency PyMySQL to v1.1.2</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/pymysql-1.x`
- Merge into: `master`
- Upgrade [PyMySQL](https://github.com/PyMySQL/PyMySQL) to `==1.1.2`
</details>
<details>
<summary>Update dependency SQLAlchemy to v2.0.43</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/sqlalchemy-2.x`
- Merge into: `master`
- Upgrade SQLAlchemy to `==2.0.43`
</details>
<details>
<summary>Update dependency alembic to v1.16.5</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/alembic-1.x`
- Merge into: `master`
- Upgrade [alembic](https://github.com/sqlalchemy/alembic) to `==1.16.5`
</details>
<details>
<summary>Update dependency click to v8.3.0</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/click-8.x`
- Merge into: `master`
- Upgrade [click](https://github.com/pallets/click) to `==8.3.0`
</details>
<details>
<summary>Update dependency greenlet to v3.2.4</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/greenlet-3.x`
- Merge into: `master`
- Upgrade greenlet to `==3.2.4`
</details>
<details>
<summary>Update dependency packaging to v24.2</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/packaging-24.x`
- Merge into: `master`
- Upgrade [packaging](https://github.com/pypa/packaging) to `==24.2`
</details>
<details>
<summary>Update dependency pycparser to v2.23</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/pycparser-2.x`
- Merge into: `master`
- Upgrade [pycparser](https://github.com/eliben/pycparser) to `==2.23`
</details>
<details>
<summary>Update dependency typing_extensions to v4.15.0</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/typing_extensions-4.x`
- Merge into: `master`
- Upgrade [typing_extensions](https://github.com/python/typing_extensions) to `==4.15.0`
</details>
<details>
<summary>Update dependency yt-dlp to v2025.9.26</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/yt-dlp-2025.x`
- Merge into: `master`
- Upgrade [yt-dlp](https://github.com/yt-dlp/yt-dlp#readme) to `==2025.9.26`
</details>
<details>
<summary>Update python Docker tag to v3.14</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/python-3.x`
- Merge into: `master`
- Upgrade python to `3.14-slim`
</details>
<details>
<summary>Update actions/checkout action to v5</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/actions-checkout-5.x`
- Merge into: `master`
- Upgrade [actions/checkout](https://github.com/actions/checkout) to `v5`
</details>
<details>
<summary>Update dependency cffi to v2</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/cffi-2.x`
- Merge into: `master`
- Upgrade [cffi](https://github.com/python-cffi/cffi) to `==2.0.0`
</details>
<details>
<summary>Update dependency cryptography to v46</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/cryptography-46.x`
- Merge into: `master`
- Upgrade [cryptography](https://github.com/pyca/cryptography) to `==46.0.2`
</details>
<details>
<summary>Update dependency MarkupSafe to v3</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/markupsafe-3.x`
- Merge into: `master`
- Upgrade [MarkupSafe](https://github.com/pallets/markupsafe) to `==3.0.3`
</details>
<details>
<summary>Update dependency oracledb to v3</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/oracledb-3.x`
- Merge into: `master`
- Upgrade [oracledb](https://github.com/oracle/python-oracledb) to `==3.4.0`
</details>
<details>
<summary>Update dependency packaging to v25</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/packaging-25.x`
- Merge into: `master`
- Upgrade [packaging](https://github.com/pypa/packaging) to `==25.0`
</details>
<details>
<summary>Update docker/build-push-action action to v6</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/docker-build-push-action-6.x`
- Merge into: `master`
- Upgrade [docker/build-push-action](https://github.com/docker/build-push-action) to `v6`
</details>
<details>
<summary>Update docker/setup-buildx-action action to v3</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/docker-setup-buildx-action-3.x`
- Merge into: `master`
- Upgrade [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) to `v3`
</details>
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details.
---
❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section.
If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions).
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-config-hash:e80b4e42a3043bc12fa0640db4bac392d2bf770acf841360d7c8ceeeac2ec1a9-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
compose.yml(docker-compose)Dockerfile(dockerfile).gitea/workflows/build_docker.yml(github-actions)requirements.txt(pip_requirements)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 22 Pull Requests:
Update dependency cryptography to v43.0.3
renovate/cryptography-43.xmaster==43.0.3Update dependency Flask to v3.1.2
renovate/flask-3.xmaster==3.1.2Update dependency Jinja2 to v3.1.6
renovate/jinja2-3.xmaster==3.1.6Update dependency Mako to v1.3.10
renovate/mako-1.xmaster==1.3.10Update dependency PyMySQL to v1.1.2
renovate/pymysql-1.xmaster==1.1.2Update dependency SQLAlchemy to v2.0.43
renovate/sqlalchemy-2.xmaster==2.0.43Update dependency alembic to v1.16.5
renovate/alembic-1.xmaster==1.16.5Update dependency click to v8.3.0
renovate/click-8.xmaster==8.3.0Update dependency greenlet to v3.2.4
renovate/greenlet-3.xmaster==3.2.4Update dependency packaging to v24.2
renovate/packaging-24.xmaster==24.2Update dependency pycparser to v2.23
renovate/pycparser-2.xmaster==2.23Update dependency typing_extensions to v4.15.0
renovate/typing_extensions-4.xmaster==4.15.0Update dependency yt-dlp to v2025.9.26
renovate/yt-dlp-2025.xmaster==2025.9.26Update python Docker tag to v3.14
renovate/python-3.xmaster3.14-slimUpdate actions/checkout action to v5
renovate/actions-checkout-5.xmasterv5Update dependency cffi to v2
renovate/cffi-2.xmaster==2.0.0Update dependency cryptography to v46
renovate/cryptography-46.xmaster==46.0.2Update dependency MarkupSafe to v3
renovate/markupsafe-3.xmaster==3.0.3Update dependency oracledb to v3
renovate/oracledb-3.xmaster==3.4.0Update dependency packaging to v25
renovate/packaging-25.xmaster==25.0Update docker/build-push-action action to v6
renovate/docker-build-push-action-6.xmasterv6Update docker/setup-buildx-action action to v3
renovate/docker-setup-buildx-action-3.xmasterv3🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prhourlylimitfor details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.