chore(deps): bump the deps group with 7 updates#1
Merged
Conversation
Bumps the deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.1.31` | `2025.4.26` | | [h11](https://github.com/python-hyper/h11) | `0.14.0` | `0.16.0` | | [httpcore](https://github.com/encode/httpcore) | `1.0.8` | `1.0.9` | | [openai](https://github.com/openai/openai-python) | `1.75.0` | `1.76.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.4` | `6.30.2` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.33.1` | `2.34.1` | | [structlog](https://github.com/hynek/structlog) | `25.2.0` | `25.3.0` | Updates `certifi` from 2025.1.31 to 2025.4.26 - [Commits](certifi/python-certifi@2025.01.31...2025.04.26) Updates `h11` from 0.14.0 to 0.16.0 - [Commits](python-hyper/h11@v0.14.0...v0.16.0) Updates `httpcore` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](encode/httpcore@1.0.8...1.0.9) Updates `openai` from 1.75.0 to 1.76.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.75.0...v1.76.0) Updates `protobuf` from 5.29.4 to 6.30.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v5.29.4...v6.30.2) Updates `pydantic-core` from 2.33.1 to 2.34.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.33.1...v2.34.1) Updates `structlog` from 25.2.0 to 25.3.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](hynek/structlog@25.2.0...25.3.0) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.4.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: httpcore dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: openai dependency-version: 1.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: protobuf dependency-version: 6.30.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: pydantic-core dependency-version: 2.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: structlog dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
ETPDEV
pushed a commit
that referenced
this pull request
May 4, 2026
…pip/deps-5dd9f703e6 chore(deps): bump the deps group with 7 updates
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 deps group with 7 updates:
2025.1.312025.4.260.14.00.16.01.0.81.0.91.75.01.76.05.29.46.30.22.33.12.34.125.2.025.3.0Updates
certififrom 2025.1.31 to 2025.4.26Commits
275c9eb2025.04.26 (#347)3788331Bump actions/setup-python from 5.4.0 to 5.5.0 (#346)9d1f1b7Bump actions/download-artifact from 4.1.9 to 4.2.1 (#344)96b97a5Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#343)c054ed3Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#342)44547fcBump actions/download-artifact from 4.1.8 to 4.1.9 (#341)5ea5124Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#340)2f142b7Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#339)80d2ebdBump actions/setup-python from 5.3.0 to 5.4.0 (#337)Updates
h11from 0.14.0 to 0.16.0Commits
1c5b075this time for surerd9c3699this time for sure...d91b9ddblacken5a4683cSoothe mypy9c9567fBump version to 0.16.0114803aMerge commit from fork9462006Bump version to 0.15.070a96beMerge pull request #181 from Julien00859/Julien00859/get_int_max_str_digits60782adReject Content-Length longer 1 billion TBdff7cc3Validate Chunked-Encoding chunk footerUpdates
httpcorefrom 1.0.8 to 1.0.9Release notes
Sourced from httpcore's releases.
Changelog
Sourced from httpcore's changelog.
Commits
9820975Version 1.0.9 (#1011)d1e17c5Update h11 dependency, resolving security fix. (#1008)Updates
openaifrom 1.75.0 to 1.76.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
8e1a1cdrelease: 1.76.06321004feat(api): adding new image model support1c1d144chore(internal): minor formatting changes8830a6cfix(pydantic v1): more robust ModelField.annotation check6a2dfbbfix(pydantic v1): more robustModelField.annotationcheck (#2163)7de6c5cchore(internal): refactor retries to not use recursion1e7dea2chore(internal): fix list file params1157528chore(internal): import reformatting271d979chore(ci): add timeout thresholds for CI jobs15902dcchore: update completion parse signatureUpdates
protobuffrom 5.29.4 to 6.30.2Commits
43e1626Updating version.json and repo version numbers to: 30.27a4c63bFix lite classes in the protobuf-java Maven release to be JDK8 compatible. (#...7831669Remove dllexport attribute on variable definition. (#20833)da9cadcRestore JDK8 compatibility in Bazel for libraries with dependencies from Mave...09b5078Add protobuf_maven artifacts to protobuf_maven_dev as well so they can still ...b7f06f1Add volatile to featuresResolved (#20766)b69f653Restore generator headers in cmake install until the next breaking C++ releas...f4b0a79Restore custom protobuf maven namespaces to avoid polluting main maven namesp...2dc9f35Fix Java concurrency issue in feature resolution for old <=3.25.x gencode usi...221b2a0Change how we decide which empty string implementation to use. (#20708)Updates
pydantic-corefrom 2.33.1 to 2.34.1Release notes
Sourced from pydantic-core's releases.
Commits
3414703Bump version to v2.34.1 (#1698)5bb2d62Mark some tests as xfailing on free-threaded (#1697)2bcce9fFix CI condition forreleasejob x2 (#1696)0d03450Fix CI condition forreleasejob (#1695)60bccf1Bump version to v2.34.0 (#1694)4760f38EnsureValidationInfo.field_nameis correct on validator reuse (#1692)9a25aa6Allow JSONBigIntto validate againstfloatschema (#1685)0a5bbfcBump pyo3 from 0.24.0 to 0.24.1 (#1677)59e655eBump serde_json from 1.0.138 to 1.0.140 (#1679)5a32b4fBump uuid from 1.15.1 to 1.16.0 (#1678)Updates
structlogfrom 25.2.0 to 25.3.0Release notes
Sourced from structlog's releases.
Changelog
Sourced from structlog's changelog.
Commits
edfa953Prepare 25.3.0637dce6update ruff4c844e8docs: polish changelog1b8680eTimeStamper now returns UTC timezone for custom format string. (#713)414047dupdate Ruff244fde4Start new development cycleDependabot 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