Title: Bump the all-dependencies group with 6 updates by dependabot[bot] · Pull Request #669 · msgpack/msgpack-python · GitHub
Open Graph Title: Bump the all-dependencies group with 6 updates by dependabot[bot] · Pull Request #669 · msgpack/msgpack-python
X Title: Bump the all-dependencies group with 6 updates by dependabot[bot] · Pull Request #669 · msgpack/msgpack-python
Description: Bumps the all-dependencies group with 6 updates:
Package
From
To
actions/checkout
4.3.1
6.0.2
actions/setup-python
5.6.0
6.2.0
actions/upload-artifact
4.6.2
7.0.1
docker/setup-qemu-action
3.7.0
4.0.0
pypa/cibuildwheel
3.3.0
3.4.1
actions/download-artifact
4.3.0
8.0.1
Updates actions/checkout from 4.3.1 to 6.0.2
Release notes
Sourced from actions/checkout's releases.
v6.0.2
What's Changed
Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by @TingluoHuang in actions/checkout#2355
Fix tag handling: preserve annotations and explicit fetch-tags by @ericsciple in actions/checkout#2356
Full Changelog: actions/checkout@v6.0.1...v6.0.2
v6.0.1
What's Changed
Update all references from v5 and v4 to v6 by @ericsciple in actions/checkout#2314
Add worktree support for persist-credentials includeIf by @ericsciple in actions/checkout#2327
Clarify v6 README by @ericsciple in actions/checkout#2328
Full Changelog: actions/checkout@v6...v6.0.1
v6.0.0
What's Changed
Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248
Persist creds to a separate file by @ericsciple in actions/checkout#2286
v6-beta by @ericsciple in actions/checkout#2298
update readme/changelog for v6 by @ericsciple in actions/checkout#2311
Full Changelog: actions/checkout@v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.
This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
Port v6 cleanup to v5 by @ericsciple in actions/checkout#2301
Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0
What's Changed
Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226
Prepare v5.0.0 release by @salmanmkc in actions/checkout#2238
⚠️ Minimum Compatible Runner Version
v2.327.1
Release Notes
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v6.0.2
Fix tag handling: preserve annotations and explicit fetch-tags by @ericsciple in actions/checkout#2356
v6.0.1
Add worktree support for persist-credentials includeIf by @ericsciple in actions/checkout#2327
v6.0.0
Persist creds to a separate file by @ericsciple in actions/checkout#2286
Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248
v5.0.1
Port v6 cleanup to v5 by @ericsciple in actions/checkout#2301
v5.0.0
Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226
v4.3.1
Port v6 cleanup to v4 by @ericsciple in actions/checkout#2305
v4.3.0
docs: update README.md by @motss in actions/checkout#1971
Add internal repos for checking out multiple repositories by @mouismail in actions/checkout#1977
Documentation update - add recommended permissions to Readme by @benwells in actions/checkout#2043
Adjust positioning of user email note and permissions heading by @joshmgross in actions/checkout#2044
Update README.md by @nebuk89 in actions/checkout#2194
Update CODEOWNERS for actions by @TingluoHuang in actions/checkout#2224
Update package dependencies by @salmanmkc in actions/checkout#2236
v4.2.2
url-helper.ts now leverages well-known environment variables by @jww3 in actions/checkout#1941
Expand unit test coverage for isGhes by @jww3 in actions/checkout#1946
v4.2.1
Check out other refs/* by commit if provided, fall back to ref by @orhantoy in actions/checkout#1924
v4.2.0
Add Ref and Commit outputs by @lucacome in actions/checkout#1180
Dependency updates by @dependabot- actions/checkout#1777, actions/checkout#1872
v4.1.7
Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in actions/checkout#1739
Bump actions/checkout from 3 to 4 by @dependabot in actions/checkout#1697
Check out other refs/* by commit by @orhantoy in actions/checkout#1774
Pin actions/checkout's own workflows to a known, good, stable version. by @jww3 in actions/checkout#1776
v4.1.6
Check platform to set archive extension appropriately by @cory-miller in actions/checkout#1732
... (truncated)
Commits
de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
8e8c483 Clarify v6 README (#2328)
033fa0d Add worktree support for persist-credentials includeIf (#2327)
c2d88d3 Update all references from v5 and v4 to v6 (#2314)
1af3b93 update readme/changelog for v6 (#2311)
71cf226 v6-beta (#2298)
069c695 Persist creds to a separate file (#2286)
ff7abcd Update README to include Node.js 24 support details and requirements (#2248)
08c6903 Prepare v5.0.0 release (#2238)
Additional commits viewable in compare view
Updates actions/setup-python from 5.6.0 to 6.2.0
Release notes
Sourced from actions/setup-python's releases.
v6.2.0
What's Changed
Dependency Upgrades
Upgrade dependencies to Node 24 compatible versions by @salmanmkc in actions/setup-python#1259
Upgrade urllib3 from 2.5.0 to 2.6.3 in /__tests__/data by @dependabot in actions/setup-python#1253 and actions/setup-python#1264
Full Changelog: actions/setup-python@v6...v6.2.0
v6.1.0
What's Changed
Enhancements:
Add support for pip-install input by @gowridurgad in actions/setup-python#1201
Add graalpy early-access and windows builds by @timfel in actions/setup-python#880
Dependency and Documentation updates:
Enhanced wording and updated example usage for allow-prereleases by @yarikoptic in actions/setup-python#979
Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in v6 by @dependabot in actions/setup-python#1139
Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by @dependabot in actions/setup-python#1094
Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input by @dependabot in actions/setup-python#1199
Upgrade requests from 2.32.2 to 2.32.4 by @dependabot in actions/setup-python#1130
Upgrade prettier from 3.5.3 to 3.6.2 by @dependabot in actions/setup-python#1234
Upgrade @types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by @dependabot in actions/setup-python#1235
New Contributors
@yarikoptic made their first contribution in actions/setup-python#979
Full Changelog: actions/setup-python@v6...v6.1.0
v6.0.0
What's Changed
Breaking Changes
Upgrade to node 24 by @salmanmkc in actions/setup-python#1164
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
Add support for pip-version by @priyagupta108 in actions/setup-python#1129
Enhance reading from .python-version by @krystof-k in actions/setup-python#787
Add version parsing from Pipfile by @aradkdj in actions/setup-python#1067
Bug fixes:
Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by @aparnajyothi-y in actions/setup-python#1183
Change missing cache directory error to warning by @aparnajyothi-y in actions/setup-python#1182
Add Architecture-Specific PATH Management for Python with --user Flag on Windows by @aparnajyothi-y in actions/setup-python#1122
Include python version in PyPy python-version output by @cdce8p in actions/setup-python#1110
Update docs: clarification on pip authentication with setup-python by @priya-kinthali in actions/setup-python#1156
Dependency updates:
Upgrade idna from 2.9 to 3.7 in /tests/data by @dependabot[bot] in actions/setup-python#843
Upgrade form-data to fix critical vulnerabilities #182 & #183 by @aparnajyothi-y in actions/setup-python#1163
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by @aparnajyothi-y in actions/setup-python#1165
Upgrade actions/checkout from 4 to 5 by @dependabot[bot] in actions/setup-python#1181
Upgrade @actions/tool-cache from 2.0.1 to 2.0.2 by @dependabot[bot] in actions/setup-python#1095
... (truncated)
Commits
a309ff8 Bump urllib3 from 2.6.0 to 2.6.3 in /tests/data (#1264)
bfe8cc5 Upgrade @actions dependencies to Node 24 compatible versions (#1259)
4f41a90 Bump urllib3 from 2.5.0 to 2.6.0 in /tests/data (#1253)
83679a8 Bump @types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...
bfc4944 Bump prettier from 3.5.3 to 3.6.2 (#1234)
97aeb3e Bump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)
443da59 Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...
cfd55ca graalpy: add graalpy early-access and windows builds (#880)
bba65e5 Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)
18566f8 Improve wording and "fix example" (remove 3.13) on testing against pre-releas...
Additional commits viewable in compare view
Updates actions/upload-artifact from 4.6.2 to 7.0.1
Release notes
Sourced from actions/upload-artifact's releases.
v7.0.1
What's Changed
Update the readme with direct upload details by @danwkennedy in actions/upload-artifact#795
Readme: bump all the example versions to v7 by @danwkennedy in actions/upload-artifact#796
Include changes in typespec/ts-http-runtime 0.3.5 by @yacaovsnc in actions/upload-artifact#797
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.
ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
Add proxy integration test by @Link- in actions/upload-artifact#754
Upgrade the module to ESM and bump dependencies by @danwkennedy in actions/upload-artifact#762
Support direct file uploads by @danwkennedy in actions/upload-artifact#764
New Contributors
@Link- made their first contribution in actions/upload-artifact#754
Full Changelog: actions/upload-artifact@v6...v7.0.0
v6.0.0
v6 - What's new
[!IMPORTANT]
actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
Node.js 24
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
Upload Artifact Node 24 support by @salmanmkc in actions/upload-artifact#719
fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in actions/upload-artifact#744
prepare release v6.0.0 for Node.js 24 support by @salmanmkc in actions/upload-artifact#745
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
v5.0.0
What's Changed
... (truncated)
Commits
043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
634250c Include changes in typespec/ts-http-runtime 0.3.5
e454baa Readme: bump all the example versions to v7 (#796)
74fad66 Update the readme with direct upload details (#795)
bbbca2d Support direct file uploads (#764)
589182c Upgrade the module to ESM and bump dependencies (#762)
47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
02a8460 Add proxy integration test
b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
e516bc8 docs: correct description of Node.js 24 support in README
Additional commits viewable in compare view
Updates docker/setup-qemu-action from 3.7.0 to 4.0.0
Release notes
Sourced from docker/setup-qemu-action's releases.
v4.0.0
Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by @crazy-max in docker/setup-qemu-action#245
Switch to ESM and update config/test wiring by @crazy-max in docker/setup-qemu-action#241
Bump @actions/core from 1.11.1 to 3.0.0 in docker/setup-qemu-action#244
Bump @docker/actions-toolkit from 0.67.0 to 0.77.0 in docker/setup-qemu-action#243
Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in docker/setup-qemu-action#240
Bump js-yaml from 3.14.1 to 3.14.2 in docker/setup-qemu-action#231
Bump lodash from 4.17.21 to 4.17.23 in docker/setup-qemu-action#238
Full Changelog: docker/setup-qemu-action@v3.7.0...v4.0.0
Commits
ce36039 Merge pull request #245 from crazy-max/node24
6386344 node 24 as default runtime
1ea3db7 Merge pull request #243 from docker/dependabot/npm_and_yarn/docker/actions-to...
b56a002 chore: update generated content
c43f02d build(deps): bump @docker/actions-toolkit from 0.67.0 to 0.77.0
ce10c58 Merge pull request #244 from docker/dependabot/npm_and_yarn/actions/core-3.0.0
429fc9d chore: update generated content
060e5f8 build(deps): bump @actions/core from 1.11.1 to 3.0.0
44be13e Merge pull request #231 from docker/dependabot/npm_and_yarn/js-yaml-3.14.2
1897438 chore: update generated content
Additional commits viewable in compare view
Updates pypa/cibuildwheel from 3.3.0 to 3.4.1
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.4.1
⚠️ Building for the experimental CPython 3.13 free-threading variant is now deprecated. That functionality will be removed in the next minor release. The enable option cpython-freethreading is therefore also deprecated. Builds specifying enable = "all" no longer select cpython-freethreading. CPython 3.14 free-threading support remains available without the enable flag. (#2787)
🐛 iOS builds will no longer skip repair-wheel-command if it's defined in config (#2761)
🐛 Fix bug causing uv to fail when environments define PYTHON_VERSION or UV_PYTHON, conflicting with our venvs (#2795)
✨ cibuildwheel prints the selected build identifiers at the start of the build. (#2785)
🔐 The GitHub Action now references other actions with a full SHA (#2744)
v3.4.0
🌟 You can now build wheels using uv as a build frontend. This should improve performance, especially if your project has lots of build dependencies. To use, set build-frontend to uv. (#2322)
⚠️ We no longer support running on Travis CI. It may continue working but we don't run tests there anymore so we can't be sure. (#2682)
✨ Improvements to building Rust wheels on Android (#2650)
🛠 Update Pyodide to 0.29.3 (#2719, #2733)
🐛 Fix bug with the GitHub Action on Windows, where PATH was getting unnecessarily changed, causing issues with meson builds. (#2723)
✨ Add support for quiet setting on build and uv from the cibuildwheel build-verbosity setting. (#2737)
📚 Docs updates, including guidance on using Meson on Windows (#2718)
v3.3.1
🛠 Update dependencies and container pins, including updating to CPython 3.14.2. (#2708)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
v3.4.1
2 April 2026
⚠️ Building for the experimental CPython 3.13 free-threading variant is now deprecated. That functionality will be removed in the next minor release. The enable option cpython-freethreading is therefore also deprecated. Builds specifying enable = "all" no longer select cpython-freethreading. CPython 3.14 free-threading support remains available without the enable flag. (#2787)
🐛 iOS builds will no longer skip repair-wheel-command if it's defined in config (#2761)
🐛 Fix bug causing uv to fail when environments define PYTHON_VERSION or UV_PYTHON, conflicting with our venvs (#2795)
✨ cibuildwheel prints the selected build identifiers at the start of the build. (#2785)
🔐 The GitHub Action now references other actions with a full SHA (#2744)
v3.4.0
5 March 2026
🌟 You can now build wheels using uv as a build frontend. This should improve performance, especially if your project has lots of build dependencies. To use, set build-frontend to uv. (#2322)
⚠️ We no longer support running on Travis CI. It may continue working but we don't run tests there anymore so we can't be sure. (#2682)
✨ Improvements to building rust wheels on Android (#2650)
🛠 Update Pyodide to 0.29.3 (#2719, #2733)
🐛 Fix bug with the GitHub Action on Windows, where PATH was getting unnecessarily changed, causing issues with meson builds. (#2723)
✨ Add support for quiet setting on build and uv from the cibuildwheel build-verbosity setting. (#2737)
📚 Docs updates, including guidance on using Meson on Windows (#2718)
v3.3.1
5 January 2026
🛠 Update dependencies and container pins, including updating to CPython 3.14.2. (#2708)
v3.3.0
12 November 2025
🐛 Fix an incompatibility with Docker v29 (#2660)
✨ Adds test-runtime option, to customise how tests on simulated/emulated environments are run (#2636)
✨ Adds support for new manylinux_2_35 images on 32-bit ARM armv7l, offering better C++20 compatibility (#2656)
✨ build[uv] is now supported on Android (#2587)
✨ You can now install extras (such as uv) with a simple option on the GitHub Action (#2630)
✨ {project} and {package} placeholders are now supported in repair-wheel-command (#2589)
🛠 The versions set with dependency-versions no longer constrain packages specified by your build-system.requires. Previously, on platforms other than Linux, the constraints in this option would remain in the environment during the build. This has been tidied up make behaviour more consistent between platforms, and to prevent version conflicts. (#2583)
🛠 Improve the handling of test-command on Android, enabling more options to be passed (#2590)
📚 Docs improvements (#2618)
v3.2.1
... (truncated)
Commits
8d2b08b Bump version: v3.4.1
54b8a01 deprecation: cp313t (#2787)
097806b tests: fully type the test suite (#2794)
643b30c fix: avoid PYTHON_VERSION breaking uv if set (#2795)
fffe2ca chore(deps): bump j178/prek-action from 1.1.1 to 2.0.0 in the actions group (...
6111948 fix: zizmor "code injection via template expansion" (#2784)
e478767 chore: remove some string types (#2798)
caf433b [Bot] Update dependencies (#2789)
a257a3f chore: remove remaining future annotations (#2799)
6df84da chore: some cleanup and checks (#2792)
Additional commits viewable in compare view
Updates actions/download-artifact from 4.3.0 to 8.0.1
Release notes
Sourced from actions/download-artifact's releases.
v8.0.1
What's Changed
Support for CJK characters in the artifact name by @danwkennedy in actions/download-artifact#471
Add a regression test for artifact name + content-type mismatches by @danwkennedy in actions/download-artifact#472
Full Changelog: actions/download-artifact@v8...v8.0.1
v8.0.0
v8 - What's new
[!IMPORTANT]
actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.
[!IMPORTANT]
Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).
Direct downloads
To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.
Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.
ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
Don't attempt to un-zip non-zipped downloads by @danwkennedy in actions/download-artifact#460
Add a setting to specify what to do on hash mismatch and default it to error by @danwkennedy in actions/download-artifact#461
Full Changelog: actions/download-artifact@v7...v8.0.0
v7.0.0
v7 - What's new
[!IMPORTANT]
actions/download-artifact@v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
What's Changed
Update GHES guidance to include reference to Node 20 version by @patrikpolyak in actions/download-artifact#440
Download Artifact Node24 support by @salmanmkc in actions/download-artifact#415
fix: update @actions/artifact to fix Node.js 24 punycode deprecation by @salmanmkc in actions/download-artifact#451
prepare release v7.0.0 for Node.js 24 support by @salmanmkc in actions/download-artifact#452
... (truncated)
Commits
3e5f45b Add regression tests for CJK characters (#471)
e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
f258da9 Add change docs
ccc058e Fix linting issues
bd7976b Add a setting to specify what to do on hash mismatch and default it to error
ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
15999bf Add note about package bumps
974686e Bump the version to v8 and add release notes
fbe48b1 Update test names to make it clearer what they do
Additional commits viewable in compare view
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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show
Open Graph Description: Bumps the all-dependencies group with 6 updates: Package From To actions/checkout 4.3.1 6.0.2 actions/setup-python 5.6.0 6.2.0 actions/upload-artifact 4.6.2 7.0.1 docker/setup-qemu-act...
X Description: Bumps the all-dependencies group with 6 updates: Package From To actions/checkout 4.3.1 6.0.2 actions/setup-python 5.6.0 6.2.0 actions/upload-artifact 4.6.2 7.0.1 docker/setup-qemu-act...
Opengraph URL: https://github.com/msgpack/msgpack-python/pull/669
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:0508c40a-9a2c-cc98-c439-c484717ebb2c |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | AC54:166AAB:927254:C539A0:6A530D43 |
| html-safe-nonce | ebc647aa3a5b98f58479ea4b41b087fd3fe702b960d558820bddbfe1bf5ef370 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQzU0OjE2NkFBQjo5MjcyNTQ6QzUzOUEwOjZBNTMwRDQzIiwidmlzaXRvcl9pZCI6IjQyODY4MTI5MjAxMjAyODI0MzUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | e8bb1e674d6478f05d947749936b40a3a594bfe0297df82f0a89c9b755b27e4e |
| hovercard-subject-tag | pull_request:3587669510 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/msgpack/msgpack-python/pull/669/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the all-dependencies group with 6 updates: Package From To actions/checkout 4.3.1 6.0.2 actions/setup-python 5.6.0 6.2.0 actions/upload-artifact 4.6.2 7.0.1 docker/setup-qemu-act... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/msgpack/msgpack-python git https://github.com/msgpack/msgpack-python.git |
| octolytics-dimension-user_id | 198264 |
| octolytics-dimension-user_login | msgpack |
| octolytics-dimension-repository_id | 2242705 |
| octolytics-dimension-repository_nwo | msgpack/msgpack-python |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 2242705 |
| octolytics-dimension-repository_network_root_nwo | msgpack/msgpack-python |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width