René's URL Explorer Experiment


Title: Bump twisted from 22.4.0 to 23.8.0 in /python3.9 by dependabot[bot] · Pull Request #276 · ibm-functions/runtime-python · GitHub

Open Graph Title: Bump twisted from 22.4.0 to 23.8.0 in /python3.9 by dependabot[bot] · Pull Request #276 · ibm-functions/runtime-python

X Title: Bump twisted from 22.4.0 to 23.8.0 in /python3.9 by dependabot[bot] · Pull Request #276 · ibm-functions/runtime-python

Description: Bumps twisted from 22.4.0 to 23.8.0. Release notes Sourced from twisted's releases. Twisted 23.8.0. (2023-08-28) This is the last release with support for Python 3.7. No changes since 23.8.0.rc1. Features reactor.spawnProcess() now uses posix_spawnp when possible, making it much more efficient (#5710) Twisted now officially supports Python 3.11. (#10343) twisted.internet.defer.Deferred.fromFuture now has a more precise type annotation. (#11753) twisted.internet.defer._ConcurrencyPrimitive.aexit now has a more precise type annotation. (#11795) twisted.internet.defer.race has been added as a way to get the first available result from a list of Deferreds. (#11817) The CI suite was updated to execute the tests using a Python 3.12 pre-release (#11857) Bugfixes twisted.conch.scripts.ckeygen now substitutes a default of "~/.ssh/id_rsa" if no keyfile is specified. (#6607) Correct type hints for IHostnameResolver.resolveHostName and IResolverSimple.getHostByName. (#10276) twist conch --auth=sshkey can now authenticate users without a traceback again, thanks to twisted.conch.unix.UnixConchUser no longer being incorrectly instantiated with bytes. In the course of this fix, some type hinting has also been applied to twisted.cred.portal. (#11626) twisted.internet.gireactor now works with Gtk4, and is tested and supported in CI again. (#11705) When interrupted with control-C, trial -j no longer obscures tracebacks for any errors caused by that interruption with an UnboundLocalError due to a bug in its own implementation. Note that there are still several internal tracebacks that will be emitted upon exiting, because tearing down the test runner mid-suite is still not an entirely clean operation, but it should at least be possible to see errors reported from, for example, a test that is hanging more clearly. (#11707) PortableGIReactor and PortableGtkReactor are no longer necessary and are now aliases of GIReactor and Gtk2Reactor respectively, improving the performance of any applications using them. (#11738) The Twisted package dependencies were updated to minimum versions that will work with latest Twisted codebase. (#11740) Deferred's type annotations have been made more comprehensive, precise, correct, and strict. You may notice new type errors in your applications; be sure to check on those because they may represent real type errors! (#11772) To prevent parsing errors and ensure validity when serializing HTML comments, twisted.web.template.flattenString has been updated to escape the --> sequence within comments. (#11804) BadZipfile (with a small f) has been deprecated since Python 3.2, use BadZipFile (big F) instead, added in 3.2. (#11821) twisted.web.template now avoids unnecessary copying and is faster, particularly for templates with deep nesting. (#11834) twisted.web.template now avoids some unecessary evaluation of type annotations and is faster. (#11835) utcfromtimestamp has been deprecated since Python 3.12, use fromtimestamp(x, timezone.utc).replace(tzinfo=None) instead. (#11908) Deprecations and Removals Optional dependency "extras" names like conch_nacl now use hyphens rather than underscores to comply with PEP 685. The old names will be supported until the end of 2023. (#11655) ... (truncated) Changelog Sourced from twisted's changelog. This file contains the release notes for Twisted. It only contains high-level changes that are of interest to Twisted library users. Users of Twisted should check the notes before planning an upgrade. Ticket numbers in this file can be looked up by visiting https://twisted.org/trac/ticket/ .. towncrier release notes start Twisted 23.8.0. (2023-08-28) This is the last release with support for Python 3.7. No changes since 23.8.0.rc1. Features reactor.spawnProcess() now uses posix_spawnp when possible, making it much more efficient (#5710) Twisted now officially supports Python 3.11. (#10343) twisted.internet.defer.Deferred.fromFuture now has a more precise type annotation. (#11753) twisted.internet.defer._ConcurrencyPrimitive.aexit now has a more precise type annotation. (#11795) twisted.internet.defer.race has been added as a way to get the first available result from a list of Deferreds. (#11817) The CI suite was updated to execute the tests using a Python 3.12 pre-release (#11857) Bugfixes twisted.conch.scripts.ckeygen now substitutes a default of "~/.ssh/id_rsa" if no keyfile is specified. (#6607) Correct type hints for IHostnameResolver.resolveHostName and IResolverSimple.getHostByName. (#10276) twist conch --auth=sshkey can now authenticate users without a traceback again, thanks to twisted.conch.unix.UnixConchUser no longer being incorrectly instantiated with bytes. In the course of this fix, some type hinting has also been applied to twisted.cred.portal. (#11626) twisted.internet.gireactor now works with Gtk4, and is tested and supported in CI again. (#11705) When interrupted with control-C, trial -j no longer obscures tracebacks for any errors caused by that interruption with an UnboundLocalError due to a bug in its own implementation. Note that there are still several internal tracebacks that will be emitted upon exiting, because tearing down the test runner mid-suite is still not an entirely clean operation, but it should at least be possible to see errors reported from, for example, a test that is hanging more clearly. (#11707) PortableGIReactor and PortableGtkReactor are no longer necessary and are now aliases of GIReactor and Gtk2Reactor respectively, improving the performance of any applications using them. (#11738) The Twisted package dependencies were updated to minimum versions that will work with latest Twisted codebase. (#11740) Deferred's type annotations have been made more comprehensive, precise, correct, and strict. You may notice new type errors in your applications; be sure to check on those because they may represent real type errors! (#11772) To prevent parsing errors and ensure validity when serializing HTML comments, twisted.web.template.flattenString has been updated to escape the --> sequence within comments. (#11804) BadZipfile (with a small f) has been deprecated since Python 3.2, ... (truncated) Commits f3cf543 Revert "No need to get the trunk branch, as this is done by actions/checkout." b3fbaec No need to get the trunk branch, as this is done by actions/checkout. da5a16a Run tests on push for release branches. a1019a3 Update final release version. bd63ecd Get full git history. 2431593 use towncrier checks instead of custom code. 6e9ea35 Add info about python 3.7 support. 7f7f423 tox -e towncrie 30f014a python -m incremental.update Twisted --rc 9a2ea00 #11857 test on py 3.12rc (#11910) 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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps twisted from 22.4.0 to 23.8.0. Release notes Sourced from twisted's releases. Twisted 23.8.0. (2023-08-28) This is the last release with support for Python 3.7. No changes since 23.8.0....

X Description: Bumps twisted from 22.4.0 to 23.8.0. Release notes Sourced from twisted's releases. Twisted 23.8.0. (2023-08-28) This is the last release with support for Python 3.7. No changes since 23....

Opengraph URL: https://github.com/ibm-functions/runtime-python/pull/276

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:47a01b33-6cf1-6bde-7c0d-820c857202fd
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idA362:99A39:2D6A7B6:3B3913F:69929AD0
html-safe-nonce39946ccd0cf468f7bad6dab2e051faa58bfdd771c54cdca02ed689893da292cd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMzYyOjk5QTM5OjJENkE3QjY6M0IzOTEzRjo2OTkyOUFEMCIsInZpc2l0b3JfaWQiOiIxNTY2NDAyNDI3NDg1MzMwMTI4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacb7f4211def8d1bdfcc45e5c5bad8f1eac931d2301d8e9fbb1c78e25e9d8299de
hovercard-subject-tagpull_request:1573710623
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/ibm-functions/runtime-python/pull/276/checks
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 twisted from 22.4.0 to 23.8.0. Release notes Sourced from twisted's releases. Twisted 23.8.0. (2023-08-28) This is the last release with support for Python 3.7. No changes since 23.8.0....
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/ibm-functions/runtime-python git https://github.com/ibm-functions/runtime-python.git
octolytics-dimension-user_id31867515
octolytics-dimension-user_loginibm-functions
octolytics-dimension-repository_id108300489
octolytics-dimension-repository_nwoibm-functions/runtime-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id108300489
octolytics-dimension-repository_network_root_nwoibm-functions/runtime-python
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fibm-functions%2Fruntime-python%2Fpull%2F276%2Fchecks
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%2Fibm-functions%2Fruntime-python%2Fpull%2F276%2Fchecks
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%2Fchecks&source=header-repo&source_repo=ibm-functions%2Fruntime-python
Reloadhttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks
Reloadhttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks
Reloadhttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks
ibm-functions https://patch-diff.githubusercontent.com/ibm-functions
runtime-pythonhttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fibm-functions%2Fruntime-python
Fork 13 https://patch-diff.githubusercontent.com/login?return_to=%2Fibm-functions%2Fruntime-python
Star 3 https://patch-diff.githubusercontent.com/login?return_to=%2Fibm-functions%2Fruntime-python
Code https://patch-diff.githubusercontent.com/ibm-functions/runtime-python
Issues 8 https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/issues
Pull requests 16 https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pulls
Actions https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/actions
Security 0 https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/security
Insights https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pulse
Code https://patch-diff.githubusercontent.com/ibm-functions/runtime-python
Issues https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/issues
Pull requests https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pulls
Actions https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/actions
Security https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/security
Insights https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pulse
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python/tree/master
dependabot/pip/python3.9/twisted-23.8.0https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/tree/dependabot/pip/python3.9/twisted-23.8.0
Conversation 0 https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276
Commits 1 https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/commits
Checks 0 https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks
Files changed https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks
Bump twisted from 22.4.0 to 23.8.0 in /python3.9 https://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/ibm-functions/runtime-python/pull/276/checks
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.