René's URL Explorer Experiment


Title: chore(deps): bump packaging from 25.0 to 26.0 by dependabot[bot] · Pull Request #339 · codecov/example-python · GitHub

Open Graph Title: chore(deps): bump packaging from 25.0 to 26.0 by dependabot[bot] · Pull Request #339 · codecov/example-python

X Title: chore(deps): bump packaging from 25.0 to 26.0 by dependabot[bot] · Pull Request #339 · codecov/example-python

Description: Bumps packaging from 25.0 to 26.0. Release notes Sourced from packaging's releases. 26.0 Read about the performance improvements here: https://iscinumpy.dev/post/packaging-faster. What's Changed Features: PEP 751: support pylock by @​sbidoul in pypa/packaging#900 PEP 794: import name metadata by @​brettcannon in pypa/packaging#948 Support writing metadata by @​henryiii in pypa/packaging#846 Support __replace__ for Version by @​henryiii in pypa/packaging#1003 Support positional pattern matching for Version and Specifier by @​henryiii in pypa/packaging#1004 Behavior adaptations: PEP 440 handling of prereleases for Specifier.contains, SpecifierSet.contains, and SpecifierSet.filter by @​notatallshaw in pypa/packaging#897 Handle PEP 440 edge case in SpecifierSet.filter by @​notatallshaw in pypa/packaging#942 Adjust arbitrary equality intersection preservation in SpecifierSet by @​notatallshaw in pypa/packaging#951 Return False instead of raising for .contains with invalid version by @​Liam-DeVoe in pypa/packaging#932 Support arbitrary equality on arbitrary strings for Specifier and SpecifierSet's filter and contains method. by @​notatallshaw in pypa/packaging#954 Only try to parse as Version on certain marker keys, return False on unequal ordered comparsions by @​JP-Ellis in pypa/packaging#939 Fixes: Update _hash when unpickling Tag() by @​dholth in pypa/packaging#860 Correct comment and simplify implicit prerelease handling in Specifier.prereleases by @​notatallshaw in pypa/packaging#896 Use explicit _GLibCVersion NamedTuple in _manylinux by @​cthoyt in pypa/packaging#868 Detect invalid license expressions containing () by @​bwoodsend in pypa/packaging#879 Correct regex for metadata 'name' format by @​di in pypa/packaging#925 Improve the message around expecting a semicolon by @​pradyunsg in pypa/packaging#833 Support nested parens in license expressions by @​Liam-DeVoe in pypa/packaging#931 Add space before at symbol in Requirements string by @​henryiii in pypa/packaging#953 A root logger use found by ruff LOG, use packaging logger instead by @​henryiii in pypa/packaging#965 Better support for subclassing Marker and Requirement by @​henryiii in pypa/packaging#1022 Normalize all extras, not just if it comes first by @​henryiii in pypa/packaging#1024 Don't produce a broken repr if Marker fails to construct by @​henryiii in pypa/packaging#1033 Performance: Avoid recompiling regexes in the tokenizer for a 3x speedup by @​hauntsaninja in pypa/packaging#1019 Improve performance in _manylinux.py by @​cthoyt in pypa/packaging#869 Minor cleanups to Version by @​bearomorphism in pypa/packaging#913 Skip redundant creation of Versions in specifier comparison by @​notatallshaw in pypa/packaging#986 Cache Specifier's Version by @​notatallshaw in pypa/packaging#985 Make Version a little faster by @​henryiii in pypa/packaging#987 Minor Version regex cleanup by @​henryiii in pypa/packaging#990 Faster regex on Python 3.11.5+ by @​henryiii in pypa/packaging#988 and pypa/packaging#1055 Lazily calculate _key in Version by @​notatallshaw in pypa/packaging#989 and regression for packaging_legacy fixed by @​henryiii in pypa/packaging#1048 Faster canonicalize_version by @​henryiii in pypa/packaging#993 Use fullmatch in a couple more places by @​henryiii in pypa/packaging#992 ... (truncated) Changelog Sourced from packaging's changelog. 26.0 - 2026-01-20 Features: PEP 751: support pylock (:pull:900) PEP 794: import name metadata (:pull:948) Support for writing metadata to a file (:pull:846) Support __replace__ on Version (:pull:1003) Support positional pattern matching for Version and SpecifierSet (:pull:1004) Behavior adaptations: PEP 440 handling of prereleases for Specifier.contains, SpecifierSet.contains, and SpecifierSet.filter (:pull:897) Handle PEP 440 edge case in SpecifierSet.filter (:pull:942) Adjust arbitrary equality intersection preservation in SpecifierSet (:pull:951) Return False instead of raising for .contains with invalid version (:pull:932) Support arbitrary equality on arbitrary strings for Specifier and SpecifierSet's filter and contains method. (:pull:954) Only try to parse as Version on certain marker keys, return False on unequal ordered comparisons (:pull:939) Fixes: Update _hash when unpickling Tag() (:pull:860) Correct comment and simplify implicit prerelease handling in Specifier.prereleases (:pull:896) Use explicit _GLibCVersion NamedTuple in _manylinux (:pull:868) Detect invalid license expressions containing () (:pull:879) Correct regex for metadata 'name' format (:pull:925) Improve the message around expecting a semicolon (:pull:833) Support nested parens in license expressions (:pull:931) Add space before at symbol in Requirements string (:pull:953) A root logger use found, use a packaging logger instead (:pull:965) Better support for subclassing Marker and Requirement (:pull:1022) Normalize all extras, not just if it comes first (:pull:1024) Don't produce a broken repr if Marker fails to construct (:pull:1033) Performance: Avoid recompiling regexes in the tokenizer for a 3x speedup (:pull:1019) Improve performance in _manylinux.py (:pull:869) Minor cleanups to Version (:pull:913) Skip redundant creation of Version's in specifier comparison (:pull:986) Cache the Specifier's Version (:pull:985) Make Version a little faster (:pull:987) Minor Version regex cleanup (:pull:990) Faster regex on Python 3.11.5+ for Version (:pull:988, :pull:1055) Lazily calculate _key in Version (:pull:989, :pull:1048) Faster canonicalize_version (:pull:993) Use re.fullmatch in a couple more places (:pull:992, :pull:1029) Use map instead of generator (:pull:996) Deprecate ._version (_Version, a NamedTuple) (:pull:995, :pull:1062) ... (truncated) Commits 3b77a26 Bump for release 31371cc docs: prepare for 26.0 final (#1063) 9627a88 perf: dual replace (#1064) d5398b8 fix: restore ._version as a compat shim (#1062) 3a7b600 Bump for development d4eefdc Bump for release 4618912 docs: prepare for 26.0rc3 (#1060) 0cf1b41 ci: test on first public release of CPythons (#1056) 716beb1 perf: 10% faster stripping zeros (#1058) 350a230 fix: support CPython 3.11.0-3.11.4 and older PyPy3.11 (#1055) 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 merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open Graph Description: Bumps packaging from 25.0 to 26.0. Release notes Sourced from packaging's releases. 26.0 Read about the performance improvements here: https://iscinumpy.dev/post/packaging-faster. What's ...

X Description: Bumps packaging from 25.0 to 26.0. Release notes Sourced from packaging's releases. 26.0 Read about the performance improvements here: https://iscinumpy.dev/post/packaging-faster. What&am...

Opengraph URL: https://github.com/codecov/example-python/pull/339

X: @github

direct link

Domain: redirect.github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1647b96b-a926-1ca6-0059-98d0a56b6aae
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDE28:2D6B06:90A33B:C45C6E:6A4D6EE3
html-safe-nonce3ad85e6a9b8f563700dfaafd41590d7c5b39629eed673da4220196731de09d08
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERTI4OjJENkIwNjo5MEEzM0I6QzQ1QzZFOjZBNEQ2RUUzIiwidmlzaXRvcl9pZCI6IjM3MDIzNjYwMTU0MzE5OTUxMDciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacfb022642f2ceb7d7191bc11833027b77b845fd5b2e359491555dd9af8bfb169d
hovercard-subject-tagpull_request:3197868310
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/codecov/example-python/pull/339/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps packaging from 25.0 to 26.0. Release notes Sourced from packaging's releases. 26.0 Read about the performance improvements here: https://iscinumpy.dev/post/packaging-faster. What's ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec78260c7b3f4ac4b0356c8208537f05406a3a2d46a9ec3f735b372dcc519c39e
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/codecov/example-python git https://github.com/codecov/example-python.git
octolytics-dimension-user_id8226205
octolytics-dimension-user_logincodecov
octolytics-dimension-repository_id24344106
octolytics-dimension-repository_nwocodecov/example-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id24344106
octolytics-dimension-repository_network_root_nwocodecov/example-python
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
release399fff412f48461d435721c009efc17ea44be72f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://redirect.github.com/codecov/example-python/pull/339/files#start-of-content
https://redirect.github.com/
Sign in https://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodecov%2Fexample-python%2Fpull%2F339%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://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodecov%2Fexample-python%2Fpull%2F339%2Ffiles
Sign up https://redirect.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=codecov%2Fexample-python
Reloadhttps://redirect.github.com/codecov/example-python/pull/339/files
Reloadhttps://redirect.github.com/codecov/example-python/pull/339/files
Reloadhttps://redirect.github.com/codecov/example-python/pull/339/files
Please reload this pagehttps://redirect.github.com/codecov/example-python/pull/339/files
codecov https://redirect.github.com/codecov
example-pythonhttps://redirect.github.com/codecov/example-python
Notifications https://redirect.github.com/login?return_to=%2Fcodecov%2Fexample-python
Fork 267 https://redirect.github.com/login?return_to=%2Fcodecov%2Fexample-python
Star 305 https://redirect.github.com/login?return_to=%2Fcodecov%2Fexample-python
Code https://redirect.github.com/codecov/example-python
Pull requests 10 https://redirect.github.com/codecov/example-python/pulls
Actions https://redirect.github.com/codecov/example-python/actions
Security and quality 0 https://redirect.github.com/codecov/example-python/security
Insights https://redirect.github.com/codecov/example-python/pulse
Code https://redirect.github.com/codecov/example-python
Pull requests https://redirect.github.com/codecov/example-python/pulls
Actions https://redirect.github.com/codecov/example-python/actions
Security and quality https://redirect.github.com/codecov/example-python/security
Insights https://redirect.github.com/codecov/example-python/pulse
Sign up for GitHub https://redirect.github.com/signup?return_to=%2Fcodecov%2Fexample-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://redirect.github.com/login?return_to=%2Fcodecov%2Fexample-python%2Fissues%2Fnew%2Fchoose
dependabothttps://redirect.github.com/apps/dependabot
mainhttps://redirect.github.com/codecov/example-python/tree/main
dependabot/pip/packaging-26.0https://redirect.github.com/codecov/example-python/tree/dependabot/pip/packaging-26.0
Conversation 1 https://redirect.github.com/codecov/example-python/pull/339
Commits 1 https://redirect.github.com/codecov/example-python/pull/339/commits
Checks 12 https://redirect.github.com/codecov/example-python/pull/339/checks
Files changed https://redirect.github.com/codecov/example-python/pull/339/files
Please reload this pagehttps://redirect.github.com/codecov/example-python/pull/339/files
chore(deps): bump packaging from 25.0 to 26.0 https://redirect.github.com/codecov/example-python/pull/339/files#top
Show all changes 1 commit https://redirect.github.com/codecov/example-python/pull/339/files
7d62dc0 chore(deps): bump packaging from 25.0 to 26.0 dependabot[bot] Jan 22, 2026 https://redirect.github.com/codecov/example-python/pull/339/commits/7d62dc0f6d68f711f1a222b59108efaa7f1d4ce8
Clear filters https://redirect.github.com/codecov/example-python/pull/339/files
Please reload this pagehttps://redirect.github.com/codecov/example-python/pull/339/files
Please reload this pagehttps://redirect.github.com/codecov/example-python/pull/339/files
requirements.txthttps://redirect.github.com/codecov/example-python/pull/339/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
View file https://redirect.github.com/codecov/example-python/blob/7d62dc0f6d68f711f1a222b59108efaa7f1d4ce8/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://redirect.github.com/codecov/example-python/pull/339/{{ revealButtonHref }}
https://redirect.github.com/codecov/example-python/pull/339/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
Please reload this pagehttps://redirect.github.com/codecov/example-python/pull/339/files
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.