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
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's releases. Version 0.23....
Opengraph URL: https://github.com/lyhbee/python_api/pull/1
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:fe246542-f879-589e-7838-8d51befdda9d |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | AF1A:F84F9:157913C:1DD80BA:6980C6E2 |
| html-safe-nonce | c6bcfca15826aa6188bc269a01579fd193e14339f4821c349cea4e43cd6442b0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRjFBOkY4NEY5OjE1NzkxM0M6MUREODBCQTo2OTgwQzZFMiIsInZpc2l0b3JfaWQiOiI4NjUzMDgwODQzNjMzMzQ2Mjc0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 164d9bdecd3791c11d4c81a0453876bb8100bcd236bee0c1905da2a1440616ab |
| hovercard-subject-tag | pull_request:2090034303 |
| 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/lyhbee/python_api/pull/1/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 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_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | c940d5e308643c0003d2824389ea8281bcaae0a9a0d07438e3fb5e0bdc4fef12 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/lyhbee/python_api git https://github.com/lyhbee/python_api.git |
| octolytics-dimension-user_id | 94708164 |
| octolytics-dimension-user_login | lyhbee |
| octolytics-dimension-repository_id | 649423057 |
| octolytics-dimension-repository_nwo | lyhbee/python_api |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 71191969 |
| octolytics-dimension-repository_parent_nwo | DomainTools/python_api |
| octolytics-dimension-repository_network_root_id | 71191969 |
| octolytics-dimension-repository_network_root_nwo | DomainTools/python_api |
| 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 | bb3d0fe9b8e408797775c5db420b1ee5ff06e4d0 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width