chore(deps): bump the pip-minor-patch group with 7 updates#8
Merged
Hidden-History merged 1 commit intomainfrom Feb 2, 2026
Merged
Conversation
Bumps the pip-minor-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.12.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.1` | `2.12.0` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.23.1` | `0.24.1` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.76.0` | `0.77.0` | | [psutil](https://github.com/giampaolo/psutil) | `7.2.1` | `7.2.2` | | [playwright](https://github.com/microsoft/playwright-python) | `1.57.0` | `1.58.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.14.14` | Updates `pydantic` from 2.10.6 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.12.5) Updates `pydantic-settings` from 2.7.1 to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.7.1...v2.12.0) Updates `prometheus-client` from 0.23.1 to 0.24.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.23.1...v0.24.1) Updates `anthropic` from 0.76.0 to 0.77.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.76.0...v0.77.0) Updates `psutil` from 7.2.1 to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-7.2.1...release-7.2.2) Updates `playwright` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.57.0...v1.58.0) Updates `ruff` from 0.14.11 to 0.14.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.11...0.14.14) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: prometheus-client dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: anthropic dependency-version: 0.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: playwright dependency-version: 1.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Hidden-History
pushed a commit
that referenced
this pull request
Feb 21, 2026
BUG-116 (MEDIUM): GitHub payload index creation fails silently - Fix key mismatch in install.sh: 'existing' → 'skipped' (matches schema.py) - Add timeout retry in schema.py create_github_indexes() for Qdrant timeouts - 4 new schema timeout tests TASK-023: Qdrant client timeout too short (10s → 30s) - Add configurable qdrant_timeout field to config.py (default: 30s) - Use config.qdrant_timeout in qdrant_client.py instead of hardcoded 10 - Pass QDRANT_TIMEOUT to all 4 services in docker-compose.yml BUG-117 (HIGH): Code blob sync blocks installer unnecessarily - Add --no-code-blobs flag to github_sync.py CLI - Install uses --full --no-code-blobs (issues/PRs/commits only, <30s) - Code blob sync handled by github-sync service container on startup - Remove timeout wrapper from install.sh (no longer needed) - 2 new CLI tests for --no-code-blobs flag BUG-117b: Investigated and closed as not-a-bug (status display works correctly) 1944 passed, 484 skipped, 0 failed. Ruff + black clean. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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-minor-patch group with 7 updates:
2.10.62.12.52.7.12.12.00.23.10.24.10.76.00.77.07.2.17.2.21.57.01.58.00.14.110.14.14Updates
pydanticfrom 2.10.6 to 2.12.5Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
bd2d0ddPrepare release v2.12.57d0302eDocument security implications when usingcreate_model()e9ef980Fix typo in Standard Library Types documentationf2c20c0Addpydantic-docsdev dependency, make use of versioning blocksa76c1aaUpdate documentation about JSON Schema8cbc72cAdd documentation about custom__init__()99eba59Add additional test forFieldInfo.get_default()c710769Special caseMISSINGsentinel insmart_deepcopy()20a9d77Do not delete mock validator/serializer inrebuild_dataclass()c86515aUpdate parts of the model andrevalidate_instancesdocumentationUpdates
pydantic-settingsfrom 2.7.1 to 2.12.0Release notes
Sourced from pydantic-settings's releases.
... (truncated)
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.23.1 to 0.24.1Release notes
Sourced from prometheus-client's releases.
Commits
f417f6eRelease 0.24.16f0e967Pass correct registry to MultiProcessCollector (#1152)c5024d3Release 0.24.0e1cdc20Add Django exporter (#1088) (#1143)7b99592Added compression support in pushgateway (#1144)13df124Relax registry type annotations for exposition (#1149)a264ec0Don't interleave histogram metrics in multi-process collector (#1148)e8f8baefix(multiprocess): avoid double-building child metric names (#1035) (#1146)1783ca8Add support for Python 3.14 (#1142)378510bAdd remove_matching() method for metric label deletion (#1121)Updates
anthropicfrom 0.76.0 to 0.77.0Release notes
Sourced from anthropic's releases.
Changelog
Sourced from anthropic's changelog.
Commits
9c485f6release: 0.77.0 (#1117)Updates
psutilfrom 7.2.1 to 7.2.2Changelog
Sourced from psutil's changelog.
Commits
9eea97dPre-release938ac64Rm sphinxcontrib.googleanalytics; override layout.html9dcbb7eAdd sphinxcontrib-googleanalytics to requirements.txt76eaf9aTry to add google analytics to docde1cafaUpdate doc mentioning Process.wait() internal detailsbb30943Refact can_use_pidfd_open() and can_use_kqueue()a571717#2708, macos / cmdline / environ; raise AD instead of OSError(0) (#2709)8b98c3ePre-release700b7e6[macOS] fix potential leaks in error paths (#2707)7cc7923Windows / cmdline(): be more defensive in free()ing in case of errorUpdates
playwrightfrom 1.57.0 to 1.58.0Release notes
Sourced from playwright's releases.
Commits
47a5d35chore: roll to 1.58.0 (#3026)d3f5438chore: throw FileNotFoundError for nonexistant files (#3014)731b539chore: implement Request.service_worker (#3013)Updates
rufffrom 0.14.11 to 0.14.14Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
8b2e7b3Prepare release v0.14.14 (#22813)4c7d1f5[ty] InferTypedDicttypes with >=1 required key as being always truthy (#2...b7de434add CCfW hooks (#22803)b912dfc[pyupgrade] ApplyUP045to string arguments oftyping.cast(#22320)1ff062d[ty] Improve completion rankings for raise-from/except contexts (#22775)7e408a5Update dependency wrangler to v4.59.1 (#22793)ceb876b[flake8-pyi] Fix inconsistent handling of forward references for__new__,...c5b4ee6[ty] Support solving generics involving PEP 695 type aliases (#22678)b9a6129[ty] Improve support for kwarg splats in dictionary literals (#22781)f516d47Update contributing guide for adding a new rule (#22779)Dependabot 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