René's URL Explorer Experiment


Title: Bump the pip group across 1 directory with 3 updates by dependabot[bot] · Pull Request #1 · lyhbee/python_api · GitHub

Open Graph Title: Bump the pip group across 1 directory with 3 updates by dependabot[bot] · Pull Request #1 · lyhbee/python_api

X Title: Bump the pip group across 1 directory with 3 updates by dependabot[bot] · Pull Request #1 · lyhbee/python_api

Description: Bumps the pip group with 3 updates in the /requirements directory: httpx, ipython and wheel. Updates httpx from 0.22.0 to 0.23.0 Release notes Sourced from httpx's releases. Version 0.23.0 0.23.0 (23rd May, 2022) Changed Drop support for Python 3.6. (#2097) Use utf-8 as the default character set, instead of falling back to charset-normalizer for auto-detection. To enable automatic character set detection, see the documentation. (#2165) Fixed Fix URL.copy_with for some oddly formed URL cases. (#2185) Digest authentication should use case-insensitive comparison for determining which algorithm is being used. (#2204) Fix console markup escaping in command line client. (#1866) When files are used in multipart upload, ensure we always seek to the start of the file. (#2065) Ensure that iter_bytes never yields zero-length chunks. (#2068) Preserve Authorization header for redirects that are to the same origin, but are an http-to-https upgrade. (#2074) When responses have binary output, don't print the output to the console in the command line client. Use output like <16086 bytes of binary data> instead. (#2076) Fix display of --proxies argument in the command line client help. (#2125) Close responses when task cancellations occur during stream reading. (#2156) Fix type error on accessing .request on HTTPError exceptions. (#2158) Changelog Sourced from httpx's changelog. 0.23.0 (23rd May, 2022) Changed Drop support for Python 3.6. (#2097) Use utf-8 as the default character set, instead of falling back to charset-normalizer for auto-detection. To enable automatic character set detection, see the documentation. (#2165) Fixed Fix URL.copy_with for some oddly formed URL cases. (#2185) Digest authentication should use case-insensitive comparison for determining which algorithm is being used. (#2204) Fix console markup escaping in command line client. (#1866) When files are used in multipart upload, ensure we always seek to the start of the file. (#2065) Ensure that iter_bytes never yields zero-length chunks. (#2068) Preserve Authorization header for redirects that are to the same origin, but are an http-to-https upgrade. (#2074) When responses have binary output, don't print the output to the console in the command line client. Use output like <16086 bytes of binary data> instead. (#2076) Fix display of --proxies argument in the command line client help. (#2125) Close responses when task cancellations occur during stream reading. (#2156) Fix type error on accessing .request on HTTPError exceptions. (#2158) Commits 89cdd90 Version 0.23.0 (#2214) 1c33a28 Make charset auto-detection optional. (#2165) 940d61b Removed curio from async.md (#2240) 14a1704 Switch to explicit typing.Optional throughout (#2096) 9673a35 Drop async_generator requirement (#2228) 5eba32a Remove RequestBodyUnavailable from module docstring (#2226) 6f31bc4 Bump mkdocs-material from 8.1.4 to 8.2.14 (#2218) c5eb4b8 Bump cryptography from 36.0.2 to 37.0.2 (#2217) 1a526cf Bump actions/checkout from 2 to 3 (#2216) 7a53543 Bump actions/setup-python from 1 to 3 (#2215) Additional commits viewable in compare view Updates ipython from 8.1.1 to 8.10.0 Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from GHSA-29gw-9793-fvw7 e548ee2 Swallow potential exceptions from showtraceback() (#13934) 0694b08 MAINT: mock slowest test. (#13885) 8655912 MAINT: mock slowest test. a011765 Isolate the attack tests with setUp and tearDown methods c7a9470 Add some regression tests for this change fd34cf5 Swallow potential exceptions from showtraceback() Additional commits viewable in compare view Updates wheel from 0.37.1 to 0.38.1 Changelog Sourced from wheel's changelog. Release Notes 0.44.0 (2024-08-04) Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn) Deprecated the bdist_wheel module, as the code was migrated to setuptools itself 0.43.0 (2024-03-11) Dropped support for Python 3.7 Updated vendored packaging to 24.0 0.42.0 (2023-11-26) Allowed removing build tag with wheel tags --build "" Fixed wheel pack and wheel tags writing updated WHEEL fields after a blank line, causing other tools to ignore them Fixed wheel pack and wheel tags writing WHEEL with CRLF line endings or a mix of CRLF and LF Fixed wheel pack --build-number "" not removing build tag from WHEEL (above changes by Benjamin Gilbert) 0.41.3 (2023-10-30) Updated vendored packaging to 23.2 Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross) 0.41.2 (2023-08-22) Fixed platform tag detection for GraalPy and 32-bit python running on an aarch64 kernel (PR by Matthieu Darbois) Fixed wheel tags to not list directories in RECORD files (PR by Mike Taves) Fixed ABI tag generation for GraalPy (PR by Michael Simacek) 0.41.1 (2023-08-05) Fixed naming of the data_dir directory in the presence of local version segment given via egg_info.tag_build (PR by Anderson Bravalheri) Fixed version specifiers in Requires-Dist being wrapped in parentheses 0.41.0 (2023-07-22) Added full support of the build tag syntax to wheel tags (you can now set a build tag like 123mytag) Fixed warning on Python 3.12 about onerror deprecation. (PR by Henry Schreiner) Support testing on Python 3.12 betas (PR by Ewout ter Hoeven) ... (truncated) Commits 6f1608d Created a new release cf8f5ef Moved news item from PR #484 to its proper place 9ec2016 Removed install dependency on setuptools (#483) 747e1f6 Fixed PyPy SOABI parsing (#484) 7627548 [pre-commit.ci] pre-commit autoupdate (#480) 7b9e8e1 Test on Python 3.11 final a04dfef Updated the pypi-publish action 94bb62c Fixed docs not building due to code style changes d635664 Updated the codecov action to the latest version fcb94cd Updated version to match the release 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 major version will 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 minor version will 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 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 will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps the pip group with 3 updates in the /requirements directory: httpx, ipython and wheel. Updates httpx from 0.22.0 to 0.23.0 Release notes Sourced from httpx's releases. Version 0.23.0 0....

X Description: Bumps the pip group with 3 updates in the /requirements directory: httpx, ipython and wheel. Updates httpx from 0.22.0 to 0.23.0 Release notes Sourced from httpx&#39;s releases. Version 0.23....

Opengraph URL: https://github.com/lyhbee/python_api/pull/1

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:6c5f7847-fe71-131a-45a2-e4d0947154ac
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD054:12BDBB:10037CF:15B6BBF:698131B1
html-safe-nonce1f76d7ee0fbb1b837360960cb96176e7cdcc9d85fb7d6174f18a3739da3685b1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMDU0OjEyQkRCQjoxMDAzN0NGOjE1QjZCQkY6Njk4MTMxQjEiLCJ2aXNpdG9yX2lkIjoiNjc5NDM2MzI4NzM1MDg4MjczNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac46ee4cd806403c5a92910ac164160b57250d434f1cda9759f041afdaacea157b
hovercard-subject-tagpull_request:2090034303
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/lyhbee/python_api/pull/1/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 the pip group with 3 updates in the /requirements directory: httpx, ipython and wheel. Updates httpx from 0.22.0 to 0.23.0 Release notes Sourced from httpx's releases. Version 0.23.0 0....
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None39fe8101494cbb823c09b619b68c80cd4d05ab7279997038dbe06bb91608abe1
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/lyhbee/python_api git https://github.com/lyhbee/python_api.git
octolytics-dimension-user_id94708164
octolytics-dimension-user_loginlyhbee
octolytics-dimension-repository_id649423057
octolytics-dimension-repository_nwolyhbee/python_api
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id71191969
octolytics-dimension-repository_parent_nwoDomainTools/python_api
octolytics-dimension-repository_network_root_id71191969
octolytics-dimension-repository_network_root_nwoDomainTools/python_api
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released5b34a4e4898b066c629879feb4b184bc471d6a7
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flyhbee%2Fpython_api%2Fpull%2F1%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Flyhbee%2Fpython_api%2Fpull%2F1%2Ffiles
Sign up https://patch-diff.githubusercontent.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=lyhbee%2Fpython_api
Reloadhttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes
Reloadhttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes
Reloadhttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes
lyhbee https://patch-diff.githubusercontent.com/lyhbee
python_apihttps://patch-diff.githubusercontent.com/lyhbee/python_api
DomainTools/python_apihttps://patch-diff.githubusercontent.com/DomainTools/python_api
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Flyhbee%2Fpython_api
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Flyhbee%2Fpython_api
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Flyhbee%2Fpython_api
Code https://patch-diff.githubusercontent.com/lyhbee/python_api
Pull requests 3 https://patch-diff.githubusercontent.com/lyhbee/python_api/pulls
Actions https://patch-diff.githubusercontent.com/lyhbee/python_api/actions
Projects 0 https://patch-diff.githubusercontent.com/lyhbee/python_api/projects
Security 0 https://patch-diff.githubusercontent.com/lyhbee/python_api/security
Insights https://patch-diff.githubusercontent.com/lyhbee/python_api/pulse
Code https://patch-diff.githubusercontent.com/lyhbee/python_api
Pull requests https://patch-diff.githubusercontent.com/lyhbee/python_api/pulls
Actions https://patch-diff.githubusercontent.com/lyhbee/python_api/actions
Projects https://patch-diff.githubusercontent.com/lyhbee/python_api/projects
Security https://patch-diff.githubusercontent.com/lyhbee/python_api/security
Insights https://patch-diff.githubusercontent.com/lyhbee/python_api/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Flyhbee%2Fpython_api%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Flyhbee%2Fpython_api%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/lyhbee/python_api/tree/main
dependabot/pip/requirements/pip-90c3a7952bhttps://patch-diff.githubusercontent.com/lyhbee/python_api/tree/dependabot/pip/requirements/pip-90c3a7952b
Conversation 0 https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1
Commits 1 https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/commits
Checks 0 https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/checks
Files changed https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes
Bump the pip group across 1 directory with 3 updates https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/files
ff92dcd Bump the pip group across 1 directory with 3 updates dependabot[bot] Sep 24, 2024 https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/commits/ff92dcd48b68f87c3d45f268bcf6e407767fdf54
Clear filters https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes
Please reload this pagehttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes
common.txt https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes#diff-bf1b1fe7bf334bb5f5589d4366b2c17ea1f5a3a45668188aef31c324f2a34f20
development.txt https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes#diff-f449835486933e5cab23a8567940e46d53edd89923cf1a3a4fb83005b069a93f
requirements/common.txthttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes#diff-bf1b1fe7bf334bb5f5589d4366b2c17ea1f5a3a45668188aef31c324f2a34f20
View file https://patch-diff.githubusercontent.com/lyhbee/python_api/blob/ff92dcd48b68f87c3d45f268bcf6e407767fdf54/requirements/common.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/{{ revealButtonHref }}
requirements/development.txthttps://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes#diff-f449835486933e5cab23a8567940e46d53edd89923cf1a3a4fb83005b069a93f
View file https://patch-diff.githubusercontent.com/lyhbee/python_api/blob/ff92dcd48b68f87c3d45f268bcf6e407767fdf54/requirements/development.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/lyhbee/python_api/pull/1/changes#diff-f449835486933e5cab23a8567940e46d53edd89923cf1a3a4fb83005b069a93f
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.