Skip to content

Commit

Permalink
Merge #1651: Bump txtorcon from 23.0.0 to 23.11.0
Browse files Browse the repository at this point in the history
ca33eca Bump txtorcon from 23.0.0 to 23.11.0 (Kristaps Kaupe)

Pull request description:

  In #1567 we updated to 23.0.0, not 23.5.0, because that was the last version supporting Python 3.7. Now that Python 3.7 support is dropped with #1639, can upgrade to latest.

  Changes in [23.5.0](https://github.com/meejah/txtorcon/releases/tag/v23.5.0):

  * twisted.web.client.Agent instances now use the same HTTPS policy by default as twisted.web.client.Agent. It is possible to override this policy with the tls_context_factory= argument, the equivalent to Agent's contextFactory= (Thanks to Itamar Turner-Trauring)
  * Added support + testing for Python 3.11.
  * No more ipaddress dependency

  Changes in [23.11.0](https://github.com/meejah/txtorcon/releases/tag/v23.11.0):

   * Fix test-failures on Python 3.12
   * Particular GETINFO hanging (meejah/txtorcon#389) (ultra-long lines over 16KiB caused problems in the protocol)
   * Use built-in `mock` only (https://github.com/jelly)
   * Remove `incremental` (https://github.com/gdrosos)

  Basically, not much changes, but fixed bug, dropped dependencies and better support for Python 3.11 and 3.12 is good enough reason to merge for me.

Top commit has no ACKs.

Tree-SHA512: 0379dfd7303f3d2f5567fddda75f4d06af1fb56c0499245745842ba82b5623d49324e4c36e7e759b50becb22874a32282c115f6c5a2c5c18979acc4b096f7d18
  • Loading branch information
kristapsk committed Feb 5, 2024
2 parents 5c79a83 + ca33eca commit 575a7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"cryptography==41.0.6",
"service-identity==21.1.0",
"twisted==23.8.0",
"txtorcon==23.0.0",
"txtorcon==23.11.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 575a7ec

Please sign in to comment.