René's URL Explorer Experiment


Title: chore(deps): update all dependencies by renovate-bot · Pull Request #787 · googleapis/python-api-core · GitHub

Open Graph Title: chore(deps): update all dependencies by renovate-bot · Pull Request #787 · googleapis/python-api-core

X Title: chore(deps): update all dependencies by renovate-bot · Pull Request #787 · googleapis/python-api-core

Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence cachetools ==5.5.0 -> ==5.5.2 certifi ==2024.12.14 -> ==2025.1.31 filelock ==3.16.1 -> ==3.17.0 google-api-core ==2.24.0 -> ==2.24.1 google-auth ==2.37.0 -> ==2.38.0 google-cloud-core ==2.4.1 -> ==2.4.2 google-cloud-storage ==2.19.0 -> ==3.1.0 googleapis-common-protos (source) ==1.66.0 -> ==1.69.0 nox ==2024.10.9 -> ==2025.2.9 proto-plus ==1.25.0 -> ==1.26.0 virtualenv ==20.28.1 -> ==20.29.2 Release Notes tkem/cachetools (cachetools) v5.5.2 Compare Source =================== Reduce number of @cached lock/unlock operations. Improve documentation. Update CI environment. v5.5.1 Compare Source =================== Add documentation regarding caching of exceptions. Officially support Python 3.13. Update CI environment. certifi/python-certifi (certifi) v2025.1.31 Compare Source tox-dev/py-filelock (filelock) v3.17.0: Drop 3.8 Compare Source Full Changelog: tox-dev/filelock@3.16.1...3.17.0 googleapis/python-api-core (google-api-core) v2.24.1 Compare Source Bug Fixes Memory leak in bidi classes (#​770) (c1b8afa) Resolve the issue where rpc timeout of 0 is used when timeout expires (#​776) (a5604a5) Documentation Add warnings regarding consuming externally sourced credentials (#​783) (0ec1825) googleapis/google-auth-library-python (google-auth) v2.38.0 Compare Source Features Adding domain-wide delegation flow in impersonated credential (#​1624) (34ee3fe) Documentation Add warnings regarding consuming externally sourced credentials (d049370) googleapis/python-cloud-core (google-cloud-core) v2.4.2 Compare Source Features Client should pass client_options.api_key to auth library (#​321) (dfac15b) googleapis/python-storage (google-cloud-storage) v3.1.0 Compare Source Features Add api_key argument to Client constructor (#​1441) (c869e15) Add Bucket.move_blob() for HNS-enabled buckets (#​1431) (24c000f) v3.0.0 Compare Source ⚠ BREAKING CHANGES Please consult the README for details on this major version release. The default checksum strategy for uploads has changed from None to "auto" (#​1383) The default checksum strategy for downloads has changed from "md5" to "auto" (#​1383) Deprecated positional argument "num_retries" has been removed (#​1377) Deprecated argument "text_mode" has been removed (#​1379) Blob.download_to_filename() now deletes the empty destination file on a 404 (#​1394) Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (#​1385) Retries are now enabled by default for uploads, blob deletes and blob metadata updates (#​1400) Features Add "auto" checksum option and make default (#​1383) (5375fa0) Blob.download_to_filename() deletes the empty destination file on a 404 (#​1394) (066be2d) Enable custom predicates for media operations (#​1385) (f3517bf) Integrate google-resumable-media (#​1283) (bd917b4) Retry by default for uploads, blob deletes, metadata updates (#​1400) (0426005) Bug Fixes Cancel upload when BlobWriter exits with exception (#​1243) (df107d2) Changed name of methods Blob.from_string() and Bucket.from_string() to from_uri() (#​1335) (58c1d03) Correctly calculate starting offset for retries of ranged reads (#​1376) (7b6c9a0) Filter download_kwargs in BlobReader (#​1411) (0c21210) Remove deprecated num_retries argument (#​1377) (58b5040) Remove deprecated text_mode argument (#​1379) (4d20a8e) Documentation Correct formatting and update README.rst (#​1427) (2945853) Fix issue with exceptions.py documentation (#​1328) (22b8c30) googleapis/google-cloud-python (googleapis-common-protos) v1.69.0 Compare Source Features migrate to pyproject.toml (#​13551) (7dda4d0) v1.68.0 Compare Source Features A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8) Add field experimental_features to message PythonSettings (#​249) (ba8d36e) add FieldInfo.referenced_types for generics (#​247) (c91900a) add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d) Documentation A comment for field content in message .google.api.Page is changed (eb554e8) A comment for message RoutingRule is changed (eb554e8) v1.67.0 Compare Source Features A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8) add support for field generate_omitted_as_internal in selective gapic generation (#​13482) (993ff4d) Documentation A comment for field content in message .google.api.Page is changed (eb554e8) A comment for message RoutingRule is changed (eb554e8) wntrblm/nox (nox) v2025.2.9 Compare Source googleapis/proto-plus-python (proto-plus) v1.26.0 Compare Source Features Migrate to pyproject.toml (#​496) (82ed3b9) Bug Fixes Construct messages with nested duration in protobuf 5.28+ (#​519) (197ddf8) Fix enums initialization in PyPy (#​507) (b8b68f2) Incorrect return type annotation for Message.to_dict (#​516) (72990f3) Use include rather than exclude to find_namespace_packages in setup.py (#​502) (77e252e) Documentation Update docs link in README (#​524) (a85be75) pypa/virtualenv (virtualenv) v20.29.2 Compare Source What's Changed release 20.29.1 by @​gaborbernat in https://github.com/pypa/virtualenv/pull/2828 Remove old virtualenv wheel by @​gaborbernat in https://github.com/pypa/virtualenv/pull/2842 Bump pip to 25.0.1 by @​gaborbernat in https://github.com/pypa/virtualenv/pull/2843 Full Changelog: pypa/virtualenv@20.29.1...20.29.2 v20.29.1 Compare Source What's Changed release 20.29.0 by @​gaborbernat in https://github.com/pypa/virtualenv/pull/2824 Simplify Solution to --python command-line flag precedence by @​DK96-OS in https://github.com/pypa/virtualenv/pull/2826 Change PyInfo cache versioning mechanism by @​robsdedude in https://github.com/pypa/virtualenv/pull/2827 New Contributors @​DK96-OS made their first contribution in https://github.com/pypa/virtualenv/pull/2826 Full Changelog: pypa/virtualenv@20.29.0...20.29.1 v20.29.0 Compare Source What's Changed release 20.28.1 by @​gaborbernat in https://github.com/pypa/virtualenv/pull/2818 Makes --python command-line flag take precedence over env var by @​filiplajszczak in https://github.com/pypa/virtualenv/pull/2821 Add free-threaded Python support by @​robsdedude in https://github.com/pypa/virtualenv/pull/2809 Upgrade embeded setuptools by @​gaborbernat in https://github.com/pypa/virtualenv/pull/2823 New Contributors @​filiplajszczak made their first contribution in https://github.com/pypa/virtualenv/pull/2821 @​robsdedude made their first contribution in https://github.com/pypa/virtualenv/pull/2809 Full Changelog: pypa/virtualenv@20.28.1...20.29.0 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 becomes conflicted, or you tick the rebase/retry checkbox. 👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired. If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

Open Graph Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence cachetools ==5.5.0 -> ==5.5.2 certifi ==2024.12.14 -> ==2025.1.31 filelock ==3.16.1 -...

X Description: This PR contains the following updates: Package Change Age Adoption Passing Confidence cachetools ==5.5.0 -> ==5.5.2 certifi ==2024.12.14 -> ==2025.1.31 filelock ==...

Opengraph URL: https://github.com/googleapis/python-api-core/pull/787

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:56920001-a4f8-a656-30bb-0a26a07b3243
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id811C:52F66:786DFE:AE996B:6A4E10DE
html-safe-nonced282f33c5c3fa88c0ee819c0ea9115e4646cb6d82b82fe1211862a9e01bdaa5a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MTFDOjUyRjY2Ojc4NkRGRTpBRTk5NkI6NkE0RTEwREUiLCJ2aXNpdG9yX2lkIjoiNDI5NzQyMDkxODExMDQyNTMxMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8f549be1d5893640ec1cd89c5eccbc6cf25c5a768b557887ec01143421ef66f1
hovercard-subject-tagpull_request:2308286569
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/googleapis/python-api-core/pull/787/files
twitter:imagehttps://avatars.githubusercontent.com/u/25180681?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/25180681?s=400&v=4
og:image:altThis PR contains the following updates: Package Change Age Adoption Passing Confidence cachetools ==5.5.0 -> ==5.5.2 certifi ==2024.12.14 -> ==2025.1.31 filelock ==3.16.1 -...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonedf0492960db29b4938cb72070351d6b1d0c6c0767b27ceb8394bbf4fcc0223c6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/googleapis/python-api-core git https://github.com/googleapis/python-api-core.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id226992456
octolytics-dimension-repository_nwogoogleapis/python-api-core
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id226992456
octolytics-dimension-repository_network_root_nwogoogleapis/python-api-core
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release51470c353b8a1f52a88d3e3cc2014b17ab8cc1ce
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-api-core/pull/787/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-api-core%2Fpull%2F787%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-api-core%2Fpull%2F787%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=googleapis%2Fpython-api-core
Reloadhttps://github.com/googleapis/python-api-core/pull/787/files
Reloadhttps://github.com/googleapis/python-api-core/pull/787/files
Reloadhttps://github.com/googleapis/python-api-core/pull/787/files
Please reload this pagehttps://github.com/googleapis/python-api-core/pull/787/files
googleapis https://github.com/googleapis
python-api-corehttps://github.com/googleapis/python-api-core
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-api-core
Fork 97 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-api-core
Star 144 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-api-core
Code https://github.com/googleapis/python-api-core
Issues 0 https://github.com/googleapis/python-api-core/issues
Pull requests 0 https://github.com/googleapis/python-api-core/pulls
Actions https://github.com/googleapis/python-api-core/actions
Projects https://github.com/googleapis/python-api-core/projects
Security and quality 0 https://github.com/googleapis/python-api-core/security
Insights https://github.com/googleapis/python-api-core/pulse
Code https://github.com/googleapis/python-api-core
Issues https://github.com/googleapis/python-api-core/issues
Pull requests https://github.com/googleapis/python-api-core/pulls
Actions https://github.com/googleapis/python-api-core/actions
Projects https://github.com/googleapis/python-api-core/projects
Security and quality https://github.com/googleapis/python-api-core/security
Insights https://github.com/googleapis/python-api-core/pulse
renovate-bothttps://github.com/renovate-bot
googleapis:mainhttps://github.com/googleapis/python-api-core/tree/main
renovate-bot:renovate/allhttps://github.com/renovate-bot/python-api-core/tree/renovate/all
Conversation 0 https://github.com/googleapis/python-api-core/pull/787
Commits 1 https://github.com/googleapis/python-api-core/pull/787/commits
Checks 0 https://github.com/googleapis/python-api-core/pull/787/checks
Files changed https://github.com/googleapis/python-api-core/pull/787/files
Please reload this pagehttps://github.com/googleapis/python-api-core/pull/787/files
chore(deps): update all dependencies https://github.com/googleapis/python-api-core/pull/787/files#top
Show all changes 1 commit https://github.com/googleapis/python-api-core/pull/787/files
932acc4 chore(deps): update all dependencies renovate-bot Mar 3, 2025 https://github.com/googleapis/python-api-core/pull/787/commits/932acc403bec1dd1b1ea7ff66add0ab259581af4
Clear filters https://github.com/googleapis/python-api-core/pull/787/files
Please reload this pagehttps://github.com/googleapis/python-api-core/pull/787/files
Please reload this pagehttps://github.com/googleapis/python-api-core/pull/787/files
.kokoro/docker/docs/requirements.txthttps://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
View file https://github.com/renovate-bot/python-api-core/blob/932acc403bec1dd1b1ea7ff66add0ab259581af4/.kokoro/docker/docs/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/googleapis/python-api-core/pull/787/{{ revealButtonHref }}
https://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
https://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
https://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
https://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
https://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
https://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
https://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
https://github.com/googleapis/python-api-core/pull/787/files#diff-1c3bd64bb6d9475f3693292c227f3e1c40393a3759934fb1ae58534701b6a134
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.