b326bb2fa4
fix(deps): update dependency charset-normalizer to v3.4.2
Conventional Commit / Validate PR Title (pull_request) Successful in 13s
CI / ci (pull_request) Successful in 3m7s
2025-05-06 21:30:12 +00:00
a9f1b0a7bf
fix(deps): update dependency certifi to v2025.4.26 ( #331 )
...
Release / Create Release (push) Has been skipped
Release / Print Release (push) Has been skipped
Release / Build Wheel File (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Docker Images (push) Has been skipped
Release / Test (push) Failing after 1s
Security / sonarqube (push) Successful in 7m22s
Security / snyk (push) Successful in 9m22s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [certifi](https://github.com/certifi/python-certifi ) | project.dependencies | minor | `==2025.1.31` -> `==2025.4.26` |
---
### Release Notes
<details>
<summary>certifi/python-certifi (certifi)</summary>
### [`v2025.4.26`](https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26 )
[Compare Source](https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #331
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-04-26 14:55:27 +02:00
b4c529ed91
fix(deps): update dependency mypy-extensions to v1.1.0 ( #330 )
...
Security / snyk (push) Successful in 1m6s
Security / sonarqube (push) Successful in 1m16s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [mypy-extensions](https://github.com/python/mypy_extensions ) | project.dependencies | minor | `==1.0.0` -> `==1.1.0` |
---
### Release Notes
<details>
<summary>python/mypy_extensions (mypy-extensions)</summary>
### [`v1.1.0`](https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0 )
[Compare Source](https://github.com/python/mypy_extensions/compare/1.0.0...1.1.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjI1My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #330
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-04-26 11:36:29 +02:00
4977cc5502
fix(deps): update dependency packaging to v25 ( #329 )
...
Release / Create Release (push) Has been skipped
Release / Print Release (push) Has been skipped
Release / Test (push) Failing after 1s
Release / Build Wheel File (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Docker Images (push) Has been skipped
Security / sonarqube (push) Successful in 5m59s
Security / snyk (push) Successful in 7m44s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [packaging](https://github.com/pypa/packaging ) | project.dependencies | major | `==24.2` -> `==25.0` |
---
### Release Notes
<details>
<summary>pypa/packaging (packaging)</summary>
### [`v25.0`](https://github.com/pypa/packaging/releases/tag/25.0 )
[Compare Source](https://github.com/pypa/packaging/compare/24.2...25.0 )
#### What's Changed
- Re-add a test for Unicode file name parsing by [@​Siddhesh-Agarwal](https://github.com/Siddhesh-Agarwal ) in https://github.com/pypa/packaging/pull/863
- Upgrade to ruff 0.9.1 by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos ) in https://github.com/pypa/packaging/pull/865
- Add support for PEP 738 Android tags by [@​mhsmith](https://github.com/mhsmith ) in https://github.com/pypa/packaging/pull/880
- feat(markers): support 'extras' and 'dependency_groups' markers by [@​frostming](https://github.com/frostming ) in https://github.com/pypa/packaging/pull/888
#### New Contributors
- [@​Siddhesh-Agarwal](https://github.com/Siddhesh-Agarwal ) made their first contribution in https://github.com/pypa/packaging/pull/863
- [@​mhsmith](https://github.com/mhsmith ) made their first contribution in https://github.com/pypa/packaging/pull/880
- [@​frostming](https://github.com/frostming ) made their first contribution in https://github.com/pypa/packaging/pull/888
**Full Changelog**: https://github.com/pypa/packaging/compare/24.2...25.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #329
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-04-19 13:59:12 +02:00
92b5d9468c
fix(deps): update dependency lazy-object-proxy to v1.11.0 ( #328 )
...
Security / sonarqube (push) Successful in 2m42s
Security / snyk (push) Successful in 3m35s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy ) ([changelog](https://python-lazy-object-proxy.readthedocs.io/en/latest/changelog.html )) | project.dependencies | minor | `==1.10.0` -> `==1.11.0` |
---
### Release Notes
<details>
<summary>ionelmc/python-lazy-object-proxy (lazy-object-proxy)</summary>
### [`v1.11.0`](https://github.com/ionelmc/python-lazy-object-proxy/blob/HEAD/CHANGELOG.rst#1110-2025-04-16 )
[Compare Source](https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.10.0...v1.11.0 )
- Added Python 3.13 wheels.
- Added support for `__format__`.
- Dropped support for Python 3.8.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDUuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI0NS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #328
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-04-16 23:52:57 +02:00
6b6290b6a8
fix(deps): update dependency dill to v0.4.0 ( #327 )
...
Security / snyk (push) Successful in 1m33s
Security / sonarqube (push) Successful in 1m36s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [dill](https://github.com/uqfoundation/dill ) | project.dependencies | minor | `==0.3.9` -> `==0.4.0` |
---
### Release Notes
<details>
<summary>uqfoundation/dill (dill)</summary>
### [`v0.4.0`](https://github.com/uqfoundation/dill/releases/tag/0.4.0 )
[Compare Source](https://github.com/uqfoundation/dill/compare/0.3.9...0.4.0 )
### 0.4.0 Release Notes
With `dill`, you can serialize almost anything in python, even an entire interpreter session. If you encounter any pickling failures, `dill` also has some good tools to help you discover why your object fails to pickle.
`dill` installs with `pip`:
`$ pip install dill`
`dill` requires:
`- python or pypy, >=3.8`
Optional requirements:
`- pyreadline, >=1.7.1` (install with `$ pip install dill[readline]`)
`- objgraph, >=1.7.2` (install with `$ pip install dill[graph]`)
`dill` is licensed under 3-clause BSD:
>>> import dill
>>> print (dill.license())
To cite `dill`:
>>> import dill
>>> print (dill.citation())
#### What's Changed
- update travis badge link by [@​mmckerns](https://github.com/mmckerns ) in https://github.com/uqfoundation/dill/pull/683
- fix buiding documentation with sphinx 8.x by [@​kloczek](https://github.com/kloczek ) in https://github.com/uqfoundation/dill/pull/684
- add initial support for python 3.14 by [@​mmckerns](https://github.com/mmckerns ) in https://github.com/uqfoundation/dill/pull/691
- Bump starlette from 0.37.2 to 0.40.0 in /docs by [@​dependabot](https://github.com/dependabot ) in https://github.com/uqfoundation/dill/pull/686
- fix typo in requirements.txt by [@​mmckerns](https://github.com/mmckerns ) in https://github.com/uqfoundation/dill/pull/693
- updated copyright for 2025 by [@​mmckerns](https://github.com/mmckerns ) in https://github.com/uqfoundation/dill/pull/696
- Bump jinja2 from 3.1.4 to 3.1.5 in /docs by [@​dependabot](https://github.com/dependabot ) in https://github.com/uqfoundation/dill/pull/695
- support pypy-3.11 by [@​mmckerns](https://github.com/mmckerns ) in https://github.com/uqfoundation/dill/pull/701
- update docs requirements; CI for pypy3.11 by [@​mmckerns](https://github.com/mmckerns ) in https://github.com/uqfoundation/dill/pull/702
- fix CodeType support for PyPy3.11 7.3.19+ by [@​mgorny](https://github.com/mgorny ) in https://github.com/uqfoundation/dill/pull/707
- move travis build of 3.9 to focal by [@​mmckerns](https://github.com/mmckerns ) in https://github.com/uqfoundation/dill/pull/708
- Bump jinja2 from 3.1.5 to 3.1.6 in /docs by [@​dependabot](https://github.com/dependabot ) in https://github.com/uqfoundation/dill/pull/705
#### New Contributors
- [@​kloczek](https://github.com/kloczek ) made their first contribution in https://github.com/uqfoundation/dill/pull/684
**Full Changelog**: https://github.com/uqfoundation/dill/compare/0.3.9...0.4.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI0NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #327
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-04-16 22:16:49 +02:00
9b16a4a96d
fix(deps): update dependency urllib3 to v2.4.0 ( #326 )
...
Release / Print Release (push) Has been skipped
Release / Create Release (push) Has been skipped
Release / Test (push) Failing after 1s
Release / Build Wheel File (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Docker Images (push) Has been skipped
Security / sonarqube (push) Successful in 2m32s
Security / snyk (push) Successful in 1m1s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [urllib3](https://github.com/urllib3/urllib3 ) ([changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )) | project.dependencies | minor | `==2.3.0` -> `==2.4.0` |
---
### Release Notes
<details>
<summary>urllib3/urllib3 (urllib3)</summary>
### [`v2.4.0`](https://github.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#240-2025-04-10 )
[Compare Source](https://github.com/urllib3/urllib3/compare/2.3.0...2.4.0 )
\==================
## Features
- Applied PEP 639 by specifying the license fields in pyproject.toml. (`#​3522 <https://github.com/urllib3/urllib3/issues/3522 >`\__)
- Updated exceptions to save and restore more properties during the pickle/serialization process. (`#​3567 <https://github.com/urllib3/urllib3/issues/3567 >`\__)
- Added `verify_flags` option to `create_urllib3_context` with a default of `VERIFY_X509_PARTIAL_CHAIN` and `VERIFY_X509_STRICT` for Python 3.13+. (`#​3571 <https://github.com/urllib3/urllib3/issues/3571 >`\__)
## Bugfixes
- Fixed a bug with partial reads of streaming data in Emscripten. (`#​3555 <https://github.com/urllib3/urllib3/issues/3555 >`\__)
## Misc
- Switched to uv for installing development dependecies. (`#​3550 <https://github.com/urllib3/urllib3/issues/3550 >`\__)
- Removed the `multiple.intoto.jsonl` asset from GitHub releases. Attestation of release files since v2.3.0 can be found on PyPI. (`#​3566 <https://github.com/urllib3/urllib3/issues/3566 >`\__)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/326
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-04-10 18:53:55 +02:00
80a8a9273c
fix(deps): update dependency pyparsing to v3.2.3 ( #324 )
...
Release / Create Release (push) Has been skipped
Release / Print Release (push) Has been skipped
Release / Test (push) Failing after 1s
Release / Build Wheel File (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Docker Images (push) Has been skipped
Security / sonarqube (push) Successful in 2m10s
Security / snyk (push) Successful in 3m23s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| pyparsing | project.dependencies | patch | `==3.2.2` -> `==3.2.3` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #324
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-03-25 13:15:48 +01:00
4494bce7ef
fix(deps): update dependency pyparsing to v3.2.2 ( #322 )
...
Security / sonarqube (push) Successful in 1m47s
Security / snyk (push) Successful in 1m47s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| pyparsing | project.dependencies | patch | `==3.2.1` -> `==3.2.2` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #322
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-03-24 16:26:36 +01:00
7ff8471f17
fix(deps): update dependency platformdirs to v4.3.7 ( #320 )
...
Release / Create Release (push) Has been skipped
Release / Print Release (push) Has been skipped
Release / Test (push) Failing after 1s
Release / Build Wheel File (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Docker Images (push) Has been skipped
Security / sonarqube (push) Successful in 1m39s
Security / snyk (push) Successful in 2m5s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [platformdirs](https://github.com/tox-dev/platformdirs ) ([changelog](https://github.com/tox-dev/platformdirs/releases )) | project.dependencies | patch | `==4.3.6` -> `==4.3.7` |
---
### Release Notes
<details>
<summary>tox-dev/platformdirs (platformdirs)</summary>
### [`v4.3.7`](https://github.com/tox-dev/platformdirs/releases/tag/4.3.7 )
[Compare Source](https://github.com/tox-dev/platformdirs/compare/4.3.6...4.3.7 )
<!-- Release notes generated using configuration in .github/release.yml at main -->
#### What's Changed
- Chunk dependabot updates into a single PR by [@​ofek](https://github.com/ofek ) in https://github.com/tox-dev/platformdirs/pull/311
- Drop support for EOL Python 3.8 by [@​hugovk](https://github.com/hugovk ) in https://github.com/tox-dev/platformdirs/pull/330
**Full Changelog**: https://github.com/tox-dev/platformdirs/compare/4.3.6...4.3.7
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDguMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #320
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-03-19 21:48:43 +01:00
f6d53af176
fix(deps): update dependency iniconfig to v2.1.0 ( #319 )
...
Security / sonarqube (push) Successful in 1m46s
Security / snyk (push) Successful in 1m48s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [iniconfig](https://github.com/pytest-dev/iniconfig ) | project.dependencies | minor | `==2.0.0` -> `==2.1.0` |
---
### Release Notes
<details>
<summary>pytest-dev/iniconfig (iniconfig)</summary>
### [`v2.1.0`](https://github.com/pytest-dev/iniconfig/blob/HEAD/CHANGELOG#210 )
[Compare Source](https://github.com/pytest-dev/iniconfig/compare/v2.0.0...v2.1.0 )
\=====
- fix artifact building - pin minimal version of hatch
- drop eol python 3.8
- add python 3.12 and 3.13
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDguMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: #319
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-03-19 21:35:23 +01:00
fde8bf1d6c
fix(deps): update dependency attrs to v25.3.0 ( #317 )
...
Release / Create Release (push) Has been skipped
Release / Print Release (push) Has been skipped
Release / Test (push) Failing after 1s
Release / Build Wheel File (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Docker Images (push) Has been skipped
Security / sonarqube (push) Successful in 6m3s
Security / snyk (push) Successful in 7m43s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [attrs](https://github.com/python-attrs/attrs ) ([changelog](https://www.attrs.org/en/stable/changelog.html )) | project.dependencies | minor | `==25.2.0` -> `==25.3.0` |
---
### Release Notes
<details>
<summary>python-attrs/attrs (attrs)</summary>
### [`v25.3.0`](https://github.com/python-attrs/attrs/blob/HEAD/CHANGELOG.md#2530---2025-03-13 )
[Compare Source](https://github.com/python-attrs/attrs/compare/25.2.0...25.3.0 )
##### Changes
- Restore support for generator-based `field_transformer`s.
[#​1417](https://github.com/python-attrs/attrs/issues/1417 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/317
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-03-13 16:05:58 +01:00
90d3133a03
fix(deps): update dependency attrs to v25.2.0 ( #316 )
...
Security / sonarqube (push) Successful in 3m22s
Security / snyk (push) Successful in 4m29s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [attrs](https://github.com/python-attrs/attrs ) ([changelog](https://www.attrs.org/en/stable/changelog.html )) | project.dependencies | minor | `==25.1.0` -> `==25.2.0` |
---
### Release Notes
<details>
<summary>python-attrs/attrs (attrs)</summary>
### [`v25.2.0`](https://github.com/python-attrs/attrs/blob/HEAD/CHANGELOG.md#2520---2025-03-12 )
[Compare Source](https://github.com/python-attrs/attrs/compare/25.1.0...25.2.0 )
##### Changes
- Checking mandatory vs non-mandatory attribute order is now performed after the field transformer, since the field transformer may change attributes and/or their order.
[#​1147](https://github.com/python-attrs/attrs/issues/1147 )
- `attrs.make_class()` now allows for Unicode class names.
[#​1406](https://github.com/python-attrs/attrs/issues/1406 )
- Speed up class creation by 30%-50% by compiling methods only once and using a variety of other techniques.
[#​1407](https://github.com/python-attrs/attrs/issues/1407 )
- The error message if an attribute has both an annotation and a type argument will now disclose *what* attribute seems to be the problem.
[#​1410](https://github.com/python-attrs/attrs/issues/1410 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/316
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-03-12 13:58:12 +01:00
7431b6c606
fix(deps): update dependency astroid to v3.3.9 ( #314 )
...
Security / sonarqube (push) Successful in 3m17s
Security / snyk (push) Successful in 4m37s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [astroid](https://github.com/pylint-dev/astroid ) | project.dependencies | patch | `==3.3.8` -> `==3.3.9` |
---
### Release Notes
<details>
<summary>pylint-dev/astroid (astroid)</summary>
### [`v3.3.9`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-339 )
[Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.8...v3.3.9 )
\============================
Release date: 2025-03-09
- Fix crash when `sys.modules` contains lazy loader objects during checking.
Closes [#​2686](https://github.com/pylint-dev/astroid/issues/2686 )
Closes [pylint-dev/pylint#8589 ](https://github.com/pylint-dev/pylint/issues/8589 )
- Upload release assets to PyPI via Trusted Publishing.
Refs [pylint-dev/pylint#10256 ](https://github.com/pylint-dev/pylint/issues/10256 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->
Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/314
Reviewed-by: Luke Tainton <luke@tainton.uk >
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk >
2025-03-09 14:52:11 +01:00
4c69f319af
fix(deps): update dependency certifi to v2025
Conventional Commit / Validate PR Title (pull_request) Successful in 4s
CI / ci (pull_request) Successful in 1m7s
2025-02-04 22:07:16 +00:00
8b2f98a82f
fix(deps): update dependency attrs to v25
Conventional Commit / Validate PR Title (pull_request) Successful in 7s
CI / ci (pull_request) Successful in 1m56s
2025-02-04 22:02:14 +00:00
135e363b18
fix(deps): update dependency urllib3 to v2.3.0
Conventional Commit / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Successful in 1m23s
2025-02-04 22:11:11 +01:00
3450b7b987
Update pyproject.toml
Release / Create Release (push) Successful in 54s
Release / Print Release (push) Failing after 4s
Release / Build Wheel File (push) Has been skipped
Release / Publish to PyPI (push) Has been skipped
Release / Publish Docker Images (push) Failing after 36s
2025-02-04 22:10:55 +01:00
d570024664
chore(deps): update dependency black to v25
Conventional Commit / Validate PR Title (pull_request) Successful in 6s
CI / ci (pull_request) Successful in 2m5s
2025-02-04 21:03:04 +00:00
f3f144263a
fix(deps): update dependency pyparsing to v3.2.1
Conventional Commit / Validate PR Title (pull_request) Successful in 3s
CI / ci (pull_request) Successful in 1m5s
2025-02-04 21:30:33 +01:00
a7165965ba
fix(deps): update dependency astroid to v3.3.8
Conventional Commit / Validate PR Title (pull_request) Successful in 1m35s
CI / ci (pull_request) Successful in 2m15s
2025-02-04 20:02:33 +00:00
4f78024645
feat(repo): migrate to Gitea ( #300 )
...
Reviewed-on: public/pypilot#300
2025-01-17 00:30:00 +01:00
dependabot[bot]
f3ced15de4
chore(pip-prod)(deps): bump wrapt from 1.17.1 to 1.17.2
...
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt ) from 1.17.1 to 1.17.2.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases )
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst )
- [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.17.1...1.17.2 )
---
updated-dependencies:
- dependency-name: wrapt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-15 07:03:17 +00:00
dependabot[bot]
fe96e93ef8
chore(pip-prod)(deps): bump wrapt from 1.17.0 to 1.17.1
...
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt ) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases )
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst )
- [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.17.0...1.17.1 )
---
updated-dependencies:
- dependency-name: wrapt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-13 07:06:57 +00:00
292290c655
feat(ci): automatic release
2024-12-25 10:21:52 +00:00
dependabot[bot]
15f33ab21b
chore(pip-prod)(deps): bump charset-normalizer from 3.4.0 to 3.4.1
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-25 09:55:05 +00:00
dependabot[bot]
de05b324cf
chore(pip-prod)(deps): bump click from 8.1.7 to 8.1.8
...
Bumps [click](https://github.com/pallets/click ) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8 )
---
updated-dependencies:
- dependency-name: click
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 11:50:15 +00:00
dependabot[bot]
a8634fadb2
chore(pip-prod)(deps): bump attrs from 24.2.0 to 24.3.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 24.2.0 to 24.3.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-17 19:53:15 +00:00
dependabot[bot]
6ac0610024
chore(pip-prod)(deps): bump certifi from 2024.8.30 to 2024.12.14
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.8.30 to 2024.12.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 07:10:24 +00:00
dependabot[bot]
7683c12aca
chore(pip-prod)(deps): bump six from 1.16.0 to 1.17.0
...
Bumps [six](https://github.com/benjaminp/six ) from 1.16.0 to 1.17.0.
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES )
- [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0 )
---
updated-dependencies:
- dependency-name: six
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-06 01:15:45 +00:00
dependabot[bot]
c19f0d904e
chore(pip-prod)(deps): bump tomli from 2.1.0 to 2.2.1
...
Bumps [tomli](https://github.com/hukkin/tomli ) from 2.1.0 to 2.2.1.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hukkin/tomli/compare/2.1.0...2.2.1 )
---
updated-dependencies:
- dependency-name: tomli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-28 21:10:18 +00:00
dependabot[bot]
f5a907b594
chore(pip-prod)(deps): bump wrapt from 1.16.0 to 1.17.0
...
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt ) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases )
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst )
- [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.16.0...1.17.0 )
---
updated-dependencies:
- dependency-name: wrapt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-25 07:09:48 +00:00
dependabot[bot]
50a50d41ca
chore(pip-prod)(deps): bump tomli from 2.0.2 to 2.1.0
...
Bumps [tomli](https://github.com/hukkin/tomli ) from 2.0.2 to 2.1.0.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hukkin/tomli/compare/2.0.2...2.1.0 )
---
updated-dependencies:
- dependency-name: tomli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-12 04:59:50 +00:00
dependabot[bot]
e18e5af628
chore(pip-prod)(deps): bump packaging from 24.1 to 24.2
...
Bumps [packaging](https://github.com/pypa/packaging ) from 24.1 to 24.2.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/24.1...24.2 )
---
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 06:59:29 +00:00
dependabot[bot]
451f50de61
chore(pip-prod)(deps): bump charset-normalizer from 3.3.2 to 3.4.0
...
Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer ) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/Ousret/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-10 07:47:53 +01:00
dependabot[bot]
90f7e2c4d7
chore(pip-prod)(deps): bump tomli from 2.0.1 to 2.0.2
...
Bumps [tomli](https://github.com/hukkin/tomli ) from 2.0.1 to 2.0.2.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.0.2 )
---
updated-dependencies:
- dependency-name: tomli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-03 07:05:11 +01:00
dependabot[bot]
8f1a1f0d94
chore(pip-prod)(deps): bump dill from 0.3.8 to 0.3.9
...
Bumps [dill](https://github.com/uqfoundation/dill ) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/uqfoundation/dill/releases )
- [Commits](https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9 )
---
updated-dependencies:
- dependency-name: dill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-30 07:00:41 +01:00
dependabot[bot]
e78b081a1a
chore(pip-prod)(deps): bump platformdirs from 4.3.2 to 4.3.6
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.3.2 to 4.3.6.
- [Release notes](https://github.com/tox-dev/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst )
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.6 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-18 10:47:10 +01:00
dependabot[bot]
2f2dea036e
chore(pip-prod)(deps): bump idna from 3.8 to 3.10
...
Bumps [idna](https://github.com/kjd/idna ) from 3.8 to 3.10.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.8...v3.10 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-16 11:48:27 +01:00
dependabot[bot]
4441dc2b8d
chore(pip-prod)(deps): bump platformdirs from 4.3.2 to 4.3.3
...
Bumps [platformdirs](https://github.com/tox-dev/platformdirs ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/tox-dev/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst )
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-16 11:43:24 +01:00
dependabot[bot]
fa48f83589
chore(pip-prod)(deps): bump urllib3 from 2.2.2 to 2.2.3
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-13 08:34:34 +01:00
dependabot[bot]
54a36ee975
chore(pip-prod)(deps): bump platformdirs from 4.2.2 to 4.3.2
...
Bumps [platformdirs](https://github.com/platformdirs/platformdirs ) from 4.2.2 to 4.3.2.
- [Release notes](https://github.com/platformdirs/platformdirs/releases )
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst )
- [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.2...4.3.2 )
---
updated-dependencies:
- dependency-name: platformdirs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-09 07:44:07 +01:00
dependabot[bot]
7553b65c6d
chore(pip-prod)(deps): bump certifi from 2024.7.4 to 2024.8.30
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.7.4 to 2024.8.30.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-02 07:22:18 +01:00
dependabot[bot]
d16e675941
chore(pip-prod)(deps): bump pyparsing from 3.1.2 to 3.1.4
...
Bumps [pyparsing](https://github.com/pyparsing/pyparsing ) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/pyparsing/pyparsing/releases )
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES )
- [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_3.1.2...3.1.4 )
---
updated-dependencies:
- dependency-name: pyparsing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-26 10:31:09 +01:00
dependabot[bot]
aa412e03a1
chore(pip-prod)(deps): bump idna from 3.7 to 3.8
...
Bumps [idna](https://github.com/kjd/idna ) from 3.7 to 3.8.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.7...v3.8 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-26 10:24:25 +01:00
dependabot[bot]
2abaab7882
chore(pip-prod)(deps): bump tomlkit from 0.13.0 to 0.13.2
...
Bumps [tomlkit](https://github.com/sdispater/tomlkit ) from 0.13.0 to 0.13.2.
- [Release notes](https://github.com/sdispater/tomlkit/releases )
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sdispater/tomlkit/compare/0.13.0...0.13.2 )
---
updated-dependencies:
- dependency-name: tomlkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-15 07:46:28 +02:00
dependabot[bot]
cd03583991
chore(pip-prod)(deps): bump attrs from 24.1.0 to 24.2.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 24.1.0 to 24.2.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-07 06:23:49 +01:00
dependabot[bot]
182a6a39d5
chore(pip-prod)(deps): bump attrs from 23.2.0 to 24.1.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 23.2.0 to 24.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-05 09:08:05 +01:00
dependabot[bot]
fbd7f30b82
chore(pip-prod)(deps): bump astroid from 3.2.3 to 3.2.4
...
Bumps [astroid](https://github.com/pylint-dev/astroid ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/pylint-dev/astroid/releases )
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog )
- [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: astroid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-22 07:04:07 +01:00
dependabot[bot]
6365f3c3e2
chore(pip-prod)(deps): bump exceptiongroup from 1.2.1 to 1.2.2
...
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/agronholm/exceptiongroup/releases )
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst )
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.2.1...1.2.2 )
---
updated-dependencies:
- dependency-name: exceptiongroup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-15 07:40:11 +01:00