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
.gitea/workflows/build-pypi.yml (github-actions)
requirements.txt (pip_requirements)
pyproject.toml (poetry)
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 20 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
* `.gitea/workflows/build-pypi.yml` (github-actions)
* `requirements.txt` (pip_requirements)
* `pyproject.toml` (poetry)
### 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 20 Pull Requests:
<details>
<summary>Update dependency requests to v2.32.5</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/requests-2.x`
- Merge into: `master`
- Upgrade [requests](https://github.com/psf/requests) to `==2.32.5`
</details>
<details>
<summary>Update dependency black to v24.10.0</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/black-24.x`
- Merge into: `master`
- Upgrade [black](https://github.com/psf/black) to `==24.10.0`
</details>
<details>
<summary>Update dependency certifi to v2024.12.14</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/certifi-2024.x`
- Merge into: `master`
- Upgrade [certifi](https://github.com/certifi/python-certifi) to `==2024.12.14`
</details>
<details>
<summary>Update dependency charset-normalizer to v3.4.3</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/charset-normalizer-3.x`
- Merge into: `master`
- Upgrade [charset-normalizer](https://github.com/jawah/charset_normalizer) to `==3.4.3`
</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 idna to v3.10</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/idna-3.x`
- Merge into: `master`
- Upgrade [idna](https://github.com/kjd/idna) to `==3.10`
</details>
<details>
<summary>Update dependency iniconfig to v2.1.0</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/iniconfig-2.x`
- Merge into: `master`
- Upgrade [iniconfig](https://github.com/pytest-dev/iniconfig) to `==2.1.0`
</details>
<details>
<summary>Update dependency mypy to v1.18.2</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/mypy-1.x`
- Merge into: `master`
- Upgrade [mypy](https://github.com/python/mypy) to `==1.18.2`
</details>
<details>
<summary>Update dependency mypy-extensions to v1.1.0</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/mypy-extensions-1.x`
- Merge into: `master`
- Upgrade [mypy-extensions](https://github.com/python/mypy_extensions) to `==1.1.0`
</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 platformdirs to v4.4.0</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/platformdirs-4.x`
- Merge into: `master`
- Upgrade [platformdirs](https://github.com/tox-dev/platformdirs) to `==4.4.0`
</details>
<details>
<summary>Update dependency pluggy to v1.6.0</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/pluggy-1.x`
- Merge into: `master`
- Upgrade pluggy to `==1.6.0`
</details>
<details>
<summary>Update dependency pytest to v8.4.2</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/pytest-8.x`
- Merge into: `master`
- Upgrade [pytest](https://github.com/pytest-dev/pytest) to `==8.4.2`
</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 urllib3 to v2.5.0</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/urllib3-2.x`
- Merge into: `master`
- Upgrade [urllib3](https://github.com/urllib3/urllib3) to `==2.5.0`
</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 actions/setup-python action to v6</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/actions-setup-python-6.x`
- Merge into: `master`
- Upgrade [actions/setup-python](https://github.com/actions/setup-python) to `v6`
</details>
<details>
<summary>Update dependency black to v25</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/black-25.x`
- Merge into: `master`
- Upgrade [black](https://github.com/psf/black) to `==25.9.0`
</details>
<details>
<summary>Update dependency certifi to v2025</summary>
- Schedule: ["at any time"]
- Branch name: `renovate/certifi-2025.x`
- Merge into: `master`
- Upgrade [certifi](https://github.com/certifi/python-certifi) to `==2025.8.3`
</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>
🚸 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-->
Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.
### Renovate is disabled
Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.
Pull request closed
Please reopen this pull request to perform a merge.
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
.gitea/workflows/build-pypi.yml(github-actions)requirements.txt(pip_requirements)pyproject.toml(poetry)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 20 Pull Requests:
Update dependency requests to v2.32.5
renovate/requests-2.xmaster==2.32.5Update dependency black to v24.10.0
renovate/black-24.xmaster==24.10.0Update dependency certifi to v2024.12.14
renovate/certifi-2024.xmaster==2024.12.14Update dependency charset-normalizer to v3.4.3
renovate/charset-normalizer-3.xmaster==3.4.3Update dependency click to v8.3.0
renovate/click-8.xmaster==8.3.0Update dependency idna to v3.10
renovate/idna-3.xmaster==3.10Update dependency iniconfig to v2.1.0
renovate/iniconfig-2.xmaster==2.1.0Update dependency mypy to v1.18.2
renovate/mypy-1.xmaster==1.18.2Update dependency mypy-extensions to v1.1.0
renovate/mypy-extensions-1.xmaster==1.1.0Update dependency packaging to v24.2
renovate/packaging-24.xmaster==24.2Update dependency platformdirs to v4.4.0
renovate/platformdirs-4.xmaster==4.4.0Update dependency pluggy to v1.6.0
renovate/pluggy-1.xmaster==1.6.0Update dependency pytest to v8.4.2
renovate/pytest-8.xmaster==8.4.2Update dependency typing_extensions to v4.15.0
renovate/typing_extensions-4.xmaster==4.15.0Update dependency urllib3 to v2.5.0
renovate/urllib3-2.xmaster==2.5.0Update actions/checkout action to v5
renovate/actions-checkout-5.xmasterv5Update actions/setup-python action to v6
renovate/actions-setup-python-6.xmasterv6Update dependency black to v25
renovate/black-25.xmaster==25.9.0Update dependency certifi to v2025
renovate/certifi-2025.xmaster==2025.8.3Update dependency packaging to v25
renovate/packaging-25.xmaster==25.0🚸 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.
Renovate is disabled
Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch.
Pull request closed