Bump the pip group across 1 directory with 5 updates#19
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the pip group across 1 directory with 5 updates#19dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.7` | `2.12.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.10.1` | `2.12.0` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.22.1` | `0.23.1` | | [pynmeagps](https://github.com/semuconsulting/pynmeagps) | `1.0.51` | `1.0.55` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.0` | Updates `pydantic` from 2.11.7 to 2.12.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.12.4) Updates `pydantic-settings` from 2.10.1 to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@2.10.1...v2.12.0) Updates `prometheus-client` from 0.22.1 to 0.23.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.22.1...v0.23.1) Updates `pynmeagps` from 1.0.51 to 1.0.55 - [Release notes](https://github.com/semuconsulting/pynmeagps/releases) - [Changelog](https://github.com/semuconsulting/pynmeagps/blob/master/RELEASE_NOTES.md) - [Commits](semuconsulting/pynmeagps@v1.0.51...v1.0.55) Updates `pytest` from 8.4.2 to 9.0.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: prometheus-client dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pynmeagps dependency-version: 1.0.55 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 5 updates in the / directory:
2.11.72.12.42.10.12.12.00.22.10.23.11.0.511.0.558.4.29.0.0Updates
pydanticfrom 2.11.7 to 2.12.4Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
5c842dfPrepare release v2.12.4c678a71Bumppydantic-coreto v2.41.5a7cd292Bumpcloudpickleto v3.1.221f6278Bump actions/setup-node from 5 to 68d6be8fBump astral-sh/setup-uv from 6 to 717865eaBump actions/upload-artifact from 4 to 590ad0afBump actions/download-artifact from 5 to 618e6672Drop testing under PyPy 3.9650215bDocument workaround forMongoDsndefault porte326790Fix example of forbytes_invalid_encodingvalidation errorUpdates
pydantic-settingsfrom 2.10.1 to 2.12.0Release notes
Sourced from pydantic-settings's releases.
Commits
584983dPrepare release 2.12 (#705)6b4d87eAdd Python 3.14 (#704)02de5b6Adapt test_protected_namespace_defaults for dev. Pydantic (#637)4239ea4Drop Python3.9 support (#699)5008c69Restore init kwarg names before returning final state dictionary. (#700)4433101Coerce env vars if strict is True. (#693)4d2ebfdStrip non-explicit default values. (#692)4a6ffcaAdd NestedSecretsSettings source (#690)7a6e96eApply source order: init > env > dotenv > secrets > defaults and pres… (#688)68563edSupport for enum kebab case. (#686)Updates
prometheus-clientfrom 0.22.1 to 0.23.1Release notes
Sourced from prometheus-client's releases.
Commits
8746c49Release 0.23.1266beb2fix: use tuples instead of packaging Version (#1136)f947140fix: Useasyncio.new_event_loop()to create event loop for tests (#1138)b9e78a3Release 0.23.0b3fbbcaFix issue parsing double spaces after # HELP/# TYPE (#1134)47d2b41Do not use global when only reading variable (#1133)4de31eefix: remove space after comma in openmetrics exposition (#1132)3586355Emit native histograms only when OM 2.0.0 is requested (#1128)9e3eb6cFix bug which caused metric publishing to not accept query string parameters ...d358f46Bump flake8 libraries (#1127)Updates
pynmeagpsfrom 1.0.51 to 1.0.55Release notes
Sourced from pynmeagps's releases.
Changelog
Sourced from pynmeagps's changelog.
... (truncated)
Commits
4ae4ff1Merge pull request #85 from semuconsulting/RC-1.0.55b863d2edrop Python 3.9cd4be80add PQTM message typesc252cd1Merge pull request #84 from semuconsulting/RC-1.0.540f9c766add more PQTM message defsa02d87fupdate to 1.0.541028dc8update examples41dded9Merge pull request #83 from semuconsulting/RC-1.0.533c9668eupdate release notes7d5c3ceupdate PAIR650 GET definitionUpdates
pytestfrom 8.4.2 to 9.0.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
f4b0fd2Prepare release version 9.0.052d8e68Merge pull request #13889 from bluetech/regendoc-restored6d3e4adoc: fixes for regendoc7cb3974doc: restore missing "# content of pytest.toml" regendoc commands5ae9e47build(deps): Bump django in /testing/plugins_integration (#13881)adb3658Merge pull request #13864 from bluetech/config-cleanups-2a28c08eMerge pull request #13875 from bluetech/ci-tweaksa250954ci: split publish-to-pypi and push-tag jobsebc152fci: update setup python's from 3.11 or 3.* to 3.13dfd796fci: move running update-plugin-list script to toxDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions