chore(deps): bump the pip-version-updates group across 1 directory with 13 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(19 days ago)
(17 days ago)
(17 days ago)
dependencies python
Bumps the pip-version-updates group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| pytest | 8.4.1 |
9.0.2 |
| pytest-cov | 6.2.1 |
7.0.0 |
| tox | 4.28.0 |
4.32.0 |
| types-python-dateutil | 2.9.0.20250708 |
2.9.0.20251115 |
| mypy | 1.17.0 |
1.19.1 |
| testcontainers | 3.7.1 |
4.13.3 |
| python-dotenv | 1.1.1 |
1.2.1 |
| ruff | 0.12.4 |
0.14.10 |
| sphinx | 7.4.7 |
8.1.3 |
| fawltydeps | 0.19.0 |
0.20.0 |
| authlib | 1.6.5 |
1.6.6 |
| requests | 2.32.4 |
2.32.5 |
Updates pytest from 8.4.1 to 9.0.2
Release notes
Sourced from pytest's releases.
9.0.2
pytest 9.0.2 (2025-12-06)
Bug fixes
#13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.
You may enable it again by passing
-p terminalprogress. We may enable it by default again once compatibility improves in the future.Additionally, when the environment variable
TERMisdumb, the escape codes are no longer emitted, even if the plugin is enabled.#13904: Fixed the TOML type of the
tmp_path_retention_countsettings in the API reference from number to string.#13946: The private
config.inicfgattribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.#13965: Fixed quadratic-time behavior when handling
unittestsubtests in Python 3.10.Improved documentation
- #4492: The API Reference now contains cross-reference-able documentation of
pytest's command-line flags <command-line-flags>.9.0.1
pytest 9.0.1 (2025-11-12)
Bug fixes
- #13895: Restore support for skipping tests via
raise unittest.SkipTest.- #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
- #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
- #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.
Packaging updates and notes for downstreams
- #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its
package_envthrough theSETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironment variable as a part of the release process -- bywebknjaz.Contributor-facing changes
- #13891, #13942: The CI/CD part of the release automation is now capable of creating GitHub Releases without having a Git checkout on disk -- by
bluetechandwebknjaz.- #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its
package_envthrough theSETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironment variable as a part of the release process -- bywebknjaz.
... (truncated)
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...- Additional commits viewable in compare view
Updates pytest-cov from 6.2.1 to 7.0.0
Changelog
Sourced from pytest-cov's changelog.
7.0.0 (2025-09-09)
Dropped support for subprocesses measurement.
It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests. It relied on a
.pthfile, there was no way to opt-out and it created bad interations withcoverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>_ added in7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>_.To migrate to this release you might need to enable the suprocess patch, example for
.coveragerc:.. code-block:: ini
[run] patch = subprocess
This release also requires at least coverage 7.10.6.
Switched packaging to have metadata completely in
pyproject.tomland usehatchling <https://pypi.org/project/hatchling/>_ for building. Contributed by Ofek Lev in[#551](https://github.com/pytest-dev/pytest-cov/issues/551) <https://github.com/pytest-dev/pytest-cov/pull/551>_ with some extras in[#716](https://github.com/pytest-dev/pytest-cov/issues/716) <https://github.com/pytest-dev/pytest-cov/pull/716>_.Removed some not really necessary testing deps like
six.6.3.0 (2025-09-06)
- Added support for markdown reports. Contributed by Marcos Boger in
[#712](https://github.com/pytest-dev/pytest-cov/issues/712) <https://github.com/pytest-dev/pytest-cov/pull/712>_ and[#714](https://github.com/pytest-dev/pytest-cov/issues/714) <https://github.com/pytest-dev/pytest-cov/pull/714>_.- Fixed some formatting issues in docs. Anonymous contribution in
[#706](https://github.com/pytest-dev/pytest-cov/issues/706) <https://github.com/pytest-dev/pytest-cov/pull/706>_.
Commits
224d896Bump version: 6.3.0 → 7.0.073424e3Cleanup the docs a bit.36f1cc2Bump pins in template.f299c59Bump the github-actions group with 2 updates25f0b2eUpdate docs/config.rstbb23eacImprove configuration docsa19531eSwitch from build/pre-commit to uv/prek - this should make this faster.82f9993Update changelog.211b5cdFix links.97aadd7Update some ci config, reformat and apply some lint fixes.- Additional commits viewable in compare view
Updates tox from 4.28.0 to 4.32.0
Release notes
Sourced from tox's releases.
4.32.0
What's Changed
- docs: Add Python 3.14 and 3.14t to config examples by
@cclaussin tox-dev/tox#3626- Fix broken log message (in that branch it did not match the arguments). by
@ionelmcin tox-dev/tox#3634- Allow braced range syntax in internal sections of tox.ini file by
@marcosbogerin tox-dev/tox#3631- fix: ensure log folder is created before writing the execution logs by
@ssbarneain tox-dev/tox#3633- TST: add weekly compatibility checks for CPython 3.15 by
@neutrinocerosin tox-dev/tox#3629New Contributors
@ionelmcmade their first contribution in tox-dev/tox#3634@marcosbogermade their first contribution in tox-dev/tox#3631@neutrinocerosmade their first contribution in tox-dev/tox#3629Full Changelog: https://github.com/tox-dev/tox/compare/4.31.0...4.32.0
4.31.0
What's Changed
- Address a type-conversion noted during doc builds by
@kurtmckeein tox-dev/tox#3623- Add 3.14, drop 3.9 and support | union style by
@gaborbernatin tox-dev/tox#3624Full Changelog: https://github.com/tox-dev/tox/compare/4.30.3...4.31.0
4.30.3
What's Changed
- Isolate the test suite from any existing
DEFAULT_CONFIG_FILEfile by@kurtmckeein tox-dev/tox#3612- Fix none config file issue 3611 by
@kurtmckeein tox-dev/tox#3613- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/tox#3608- Fix incorrect type annotations in PythonPathPackageWithDeps (fixes #3607) by
@PreistlyPythonin tox-dev/tox#3616- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in tox-dev/tox#3615New Contributors
@PreistlyPythonmade their first contribution in tox-dev/tox#3616Full Changelog: https://github.com/tox-dev/tox/compare/4.30.2...4.30.3
4.30.2
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by
@dependabot[bot] in tox-dev/tox#3603- Ensure automatically provisioned environment is torn down by
@vytas7in tox-dev/tox#3601- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by
@dependabot[bot] in tox-dev/tox#3604
... (truncated)
Changelog
Sourced from tox's changelog.
v4.32.0 (2025-10-24)
Bugfixes - 4.32.0
- Expand braced range syntax in all internal sections of ``tox.ini`` (e.g. ``deps``, ``testenv``). Syntax like py3{10-14} can be used in those sections now. - by :user:`marcosboger` (:issue:`3571`)Improved Documentation - 4.32.0
- Add Python 3.14 and 3.14t to config examples
- by :user:
cclauss(:issue:3626)Misc - 4.32.0
- :issue:`3629`v4.31.0 (2025-10-09)
No significant changes.
v4.30.3 (2025-10-02)
Bugfixes - 4.30.3
- Fix incorrect type annotation in
PythonPathPackageWithDeps.__init__()wheredepswas annotated asSequence[Package]but should beSequence[Requirement]to match actual runtime usage - by :user:PreistlyPython(:issue:3607)- Fix
Noneappearing as the config filename in error output when the user's default config file is corrupt. - by :user:kurtmckee(:issue:3611)v4.30.2 (2025-09-04)
Bugfixes - 4.30.2
- Previously, when tox ran in an automatically provisioned environment, it could hang waiting for a PEP 517 build backend if used in conjunction with the ``--installpkg`` option. This has been fixed by properly tearing down the automatically provisioned environment after the tests. - by :user:`vytas7` (:issue:`3600`)v4.30.1 (2025-09-03)
Bugfixes - 4.30.1
- Prevent tox from hanging upon exit due to orphaned build threads and subprocesses when the
--installpkgoption is
... (truncated)
Commits
511782erelease 4.32.0d5035faTST: add weekly compatibility checks for CPython 3.15 (#3629)5220e07fix: ensure log folder is created before writing the execution logs (#3633)f8a88c1Allow braced range syntax in internal sections of tox.ini file (#3631)6432872Fix broken log message (in that branch it did not match the arguments). (#3634)b036f7d[pre-commit.ci] pre-commit autoupdate (#3630)5d73948[pre-commit.ci] pre-commit autoupdate (#3627)95f15addocs: Add Python 3.14 and 3.14t to config examples (#3626)5b0f7e4Fix release changelog generation configeac78c1release 4.31.0- Additional commits viewable in compare view
Updates types-python-dateutil from 2.9.0.20250708 to 2.9.0.20251115
Commits
- See full diff in compare view
Updates mypy from 1.17.0 to 1.19.1
Changelog
Sourced from mypy's changelog.
Mypy 1.19.1
- Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
- Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
- Allow
types.NoneTypein match cases (A5rocks, PR 20383)- Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
- Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
- Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
- Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
- Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- A5rocks
- BobTheBuidler
- bzoracler
- Chainfire
- Christoph Tyralla
- David Foster
- Frank Dana
- Guo Ci
- iap
- Ivan Levkivskyi
- James Hilton-Balfe
- jhance
- Joren Hammudoglu
- Jukka Lehtosalo
- KarelKenens
- Kevin Kannammalil
- Marc Mueller
- Michael Carlstrom
- Michael J. Sullivan
- Piotr Sawicki
- Randolf Scholz
- Shantanu
- Sigve Sebastian Farstad
- sobolevn
- Stanislav Terliakov
- Stephen Morton
- Theodore Ando
- Thiago J. Barbalho
- wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.18
We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance
... (truncated)
Commits
412c19aBump version to 1.19.120aea0aUpdate changelog for 1.19.1 (#20414)2b23b50Serialize raw errors in cache metas (#20372)f60f90fFail on PyPy in main instead of setup.py (#20389)58d485bFail with an explicit error on PyPy (#20384)a4b31a2Allowtypes.NoneTypein match cases (#20383)8a6eff4[mypyc] fix generator regression with empty tuple (#20371)70eceeaFix noncommutative joins with bounded TypeVars (#20345)3890fc4Fix crash involving Unpack-ed TypeVarTuple (#20323)c93d917Fix crash on star import of redefinition (#20333)- Additional commits viewable in compare view
Updates testcontainers from 3.7.1 to 4.13.3
Release notes
Sourced from testcontainers's releases.
testcontainers: v4.13.3
4.13.3 (2025-11-14)
python 3.14 is now supported!
Bug Fixes
- do not require consumer of library to state nonsupport for py4 (#912) (f608df9)
- docs: Update dependencies for docs (#900) (3f66784)
testcontainers: v4.13.2
4.13.2 (2025-10-07)
Bug Fixes
- core: Fix issues with doctests (#893) (2e4d80a)
- core: waiting improvements + remove decorators in core (#894) (f93f379)
- issue #889 by changing the annotated return type of
waiting_fortoSelf. (#890) (fe941b1)- mongo: mongo start waiting forever for old mongo versions (#783) (1388612)
- redpanda: copy the startup script to a path that can be written … (#867) (e6b976d)
- trino: Remove deprecated class and decorator from Trino container (#895) (bb646e9)
testcontainers: v4.13.1
4.13.1 (2025-09-24)
Bug Fixes
- core: Added 'compose' in compose_command_property (#879) (769b7b6)
- core: make sure context manager exits (#876) (10089f6)
testcontainers: v4.13.0
4.13.0 (2025-08-27)
Features
- azurite: Enhance connection string generation for network and local access (#859) (b21e5e3)
- core: add enhanced wait strategies (#855) (60d21f8)
- core: DockerCompose: support list of env_files (#847) (fe206eb)
Bug Fixes
- assert-in-get_container_host_ip-before-start (#862) (fc4155e)
- core: improper reading of .testcontainers.properties (#863) (350f246)
- core: Make TC_POOLING_INTERVAL/sleep_time a float (#839) (a072f3f)
testcontainers: v4.12.0
... (truncated)
Changelog
Sourced from testcontainers's changelog.
4.13.3 (2025-11-14)
Bug Fixes
- do not require consumer of library to state nonsupport for py4 (#912) (f608df9)
- docs: Update dependencies for docs (#900) (3f66784)
- support python 3.14!!! - (#917) (f76e982)
4.13.2 (2025-10-07)
Bug Fixes
- core: Fix issues with doctests (#893) (2e4d80a)
- core: waiting improvements + remove decorators in core (#894) (f93f379)
- issue #889 by changing the annotated return type of
waiting_fortoSelf. (#890) (fe941b1)- mongo: mongo start waiting forever for old mongo versions (#783) (1388612)
- redpanda: copy the startup script to a path that can be written … (#867) (e6b976d)
- trino: Remove deprecated class and decorator from Trino container (#895) (bb646e9)
4.13.1 (2025-09-24)
Bug Fixes
- core: Added 'compose' in compose_command_property (#879) (769b7b6)
- core: make sure context manager exits (#876) (10089f6)
4.13.0 (2025-08-27)
Features
- azurite: Enhance connection string generation for network and local access (#859) (b21e5e3)
- core: add enhanced wait strategies (#855) (60d21f8)
- core: DockerCompose: support list of env_files (#847) (fe206eb)
Bug Fixes
- assert-in-get_container_host_ip-before-start (#862) (fc4155e)
- core: improper reading of .testcontainers.properties (#863) (350f246)
- core: Make TC_POOLING_INTERVAL/sleep_time a float (#839) (a072f3f)
4.12.0 (2025-07-21)
Features
... (truncated)
Commits
5c00041chore(main): release testcontainers 4.13.3 (#909)f76e982chore: add python 3.14 to CI matrix (#917)f608df9fix: do not require consumer of library to state nonsupport for py4 (#912)3f66784fix(docs): Update dependencies for docs (#900)5c1504cchore(main): release testcontainers 4.13.2 (#891)1388612fix(mongo): mongo start waiting forever for old mongo versions (#783)e6b976dfix(redpanda): copy the startup script to a path that can be written … (#867)bb646e9fix(trino): Remove deprecated class and decorator from Trino container (#895)2e4d80afix(core): Fix issues with doctests (#893)f93f379fix(core): waiting improvements + remove decorators in core (#894)- Additional commits viewable in compare view
Updates python-dotenv from 1.1.1 to 1.2.1
Release notes
Sourced from python-dotenv's releases.
v1.2.1
What's Changed
- Support reading .env from FIFOs (Unix) by
@sidharth-sudhirin theskumar/python-dotenv#586- Update CI to use trusted publishing on PyPI
New Contributors
@sidharth-sudhirmade their first contribution in theskumar/python-dotenv#586Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.2.0...v1.2.1
v1.2.0
What's Changed
- style: upgrade to use ruff by
@theskumarin theskumar/python-dotenv#567- Use sys.exit() instead of exit() by
@theskumarin theskumar/python-dotenv#568- feat: add
PYTHON_DOTENV_DISABLEDflag to disable load_dotenv (fixes #510) by@matthewfranglenin theskumar/python-dotenv#569- Added Python@3.14: Github CI & tox.ini by
@23f3001135in theskumar/python-dotenv#579- ocs: clarify what load_dotenv() does in README by
@cybercodedin theskumar/python-dotenv#575- Bump the github-actions group across 1 directory with 2 updates by
@dependabot[bot] in theskumar/python-dotenv#577- Move project metadata and config to pyproject.toml by
@EpicWinkin theskumar/python-dotenv#583New Contributors
@matthewfranglenmade their first contribution in theskumar/python-dotenv#569@23f3001135made their first contribution in theskumar/python-dotenv#579@cybercodedmade their first contribution in theskumar/python-dotenv#575@EpicWinkmade their first contribution in theskumar/python-dotenv#583Full Changelog: https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.0
Changelog
Sourced from python-dotenv's changelog.
[1.2.1] - 2025-10-26
- Move more config to
pyproject.toml, removedsetup.cfg- Add support for reading
.envfrom FIFOs (Unix) by [@sidharth-sudhir] in #586[1.2.0] - 2025-10-26
- Upgrade build system to use PEP 517 & PEP 518 to use
buildandpyproject.tomlby [@EpicWink] in #583- Add support for Python 3.14 by [
@23f3001135] in #579- Add support for disabling of
load_dotenv()usingPYTHON_DOTENV_DISABLEDenv var. by [@matthewfranglen] in #569
Commits
eaf2a91Do not remove .coverage file8716196Bump version: 1.2.0 → 1.2.1b87807fUpdate changelog3af77d3Support reading .env from FIFOs (Unix) (#586)467ee22Fix test failures after moving config to pyproject.toml76999e7Move more config pyproject.toml222ce2cUpdate to use trusted publisher on pypi8ed4f79Update docs requirements5bf8822Bump version: 1.1.1 → 1.2.01fe11ccupadate changelog- Additional commits viewable in compare view
Updates ruff from 0.12.4 to 0.14.10
Release notes
Sourced from ruff's releases.
0.14.10
Release Notes
Released on 2025-12-18.
Preview features
- [formatter] Fluent formatting of method chains (#21369)
- [formatter] Keep lambda parameters on one line and parenthesize the body if it expands (#21385)
- [
flake8-implicit-str-concat] New rule to prevent implicit string concatenation in collections (ISC004) (#21972)- [
flake8-use-pathlib] Make fixes unsafe when types change in compound statements (PTH104,PTH105,PTH109,PTH115) (#22009)- [
refurb] Extend support forPath.open(FURB101,FURB103) (#21080)Bug fixes
- [
pyupgrade] Fix parsing named Unicode escape sequences (UP032) (#21901)Rule changes
- [
eradicate] Ignoreruff:disableandruff:enablecomments inERA001(#22038)- [
flake8-pytest-style] Allowmatchandcheckkeyword arguments without an expected exception type (PT010) (#21964)- [syntax-errors] Annotated name cannot be global (#20868)
Documentation
- Add
uvandtyto the Ruff README (#21996)- Document known lambda formatting deviations from Black (#21954)
- Update
setup.md(#22024)- [
flake8-bandit] Fix broken link (S704) (#22039)Other changes
- Fix playground Share button showing "Copied!" before clipboard copy completes (#21942)
Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.14.10
Released on 2025-12-18.
Preview features
- [formatter] Fluent formatting of method chains (#21369)
- [formatter] Keep lambda parameters on one line and parenthesize the body if it expands (#21385)
- [
flake8-implicit-str-concat] New rule to prevent implicit string concatenation in collections (ISC004) (#21972)- [
flake8-use-pathlib] Make fixes unsafe when types change in compound statements (PTH104,PTH105,PTH109,PTH115) (#22009)- [
refurb] Extend support forPath.open(FURB101,FURB103) (#21080)Bug fixes
- [
pyupgrade] Fix parsing named Unicode escape sequences (UP032) (#21901)Rule changes
- [
eradicate] Ignoreruff:disableandruff:enablecomments inERA001(#22038)- [
flake8-pytest-style] Allowmatchandcheckkeyword arguments without an expected exception type (PT010) (#21964)- [syntax-errors] Annotated name cannot be global (#20868)
Documentation
- Add
uvandtyto the Ruff README (#21996)- Document known lambda formatting deviations from Black (#21954)
- Update
setup.md(#22024)- [
flake8-bandit] Fix broken link (S704) (#22039)Other changes
- Fix playground Share button showing "Copied!" before clipboard copy completes (#21942)
Contributors
@dylwil3@charliecloudberry@charliermarsh@chirizxc@ntBre@zanieb@amyreese@hauntsaninja@11happy@mahiro72@MichaReiser@phongddo@PeterJCLaw0.14.9
... (truncated)
Commits
45bbb4cBump 0.14.10 (#22058)42b9727[ty] Use datatest instead of dirtest (#21937)f7ec178[ty] Gracefully handle client requests that can't be deserialized (#22051)c315164[ty] Don't suggest keyword statements when only expressions are validbb1955e[ty] Use cursor context in a few more places...070e08a[ty] Movecompletionfunction to the topbab3924[ty] Refactor completion generation10748b2[flake8-pytest-style] Allowmatchandcheckkeyword arguments without a...56539db[ty] Fix some configuration panics in the LSP (#22040)8d32ad1[ty] Add support for attribute docstrings (#22036)- Additional commits viewable in compare view
Updates sphinx from 7.4.7 to 8.1.3
Release notes
Sourced from sphinx's releases.
Sphinx 8.1.3
Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html
Bugs fixed
- #13013: Restore support for
cut_lines()with no object type. Patch by Adam Turner.Sphinx 8.1.2
Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html
Bugs fixed
- #13012: Expose
sphinx.errors.ExtensionErrorinsphinx.utilfor backwards compatibility. This will be removed in Sphinx 9, as exposing the exception insphinx.utilwas never intentional.ExtensionErrorhas been part ofsphinx.errorssince Sphinx 0.9. Patch by Adam Turner.Sphinx 8.1.1
Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html
Bugs fixed
- #13006: Use the preferred https://www.cve.org/ URL for the
:cve:role. Patch by Hugo van Kemenade.- #13007: LaTeX: Improve resiliency when the required
fontawesomeorfontawesome5packages are not installed. Patch by Jean-François B.Sphinx 8.1.0
Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html
Dependencies
- #12756: Add lower-bounds to the
sphinxcontrib-*dependencies. Patch by Adam Turner.- #12833: Update the LaTeX
parskippackage from 2001 to 2018. Patch by Jean-François B.Incompatible changes
- #12763: Remove unused internal class
sphinx.util.Tee. Patch by Adam Turner.- #12822: LaTeX: for Unicode engines, the
fvsetdefault is changed to'\\fvset{fontsize=auto}'from'\\fvset{fontsize=\\small}'. Code-blocks are unchanged as FreeMono is now loaded withScale=0.9. An adjustment to existing projects is needed only if they used a customfontpkgconfiguration and did not setfvset.
... (truncated)
Changelog
Sourced from sphinx's changelog.
Release 8.1.3 (released Oct 13, 2024)
Bugs fixed
- #13013: Restore support for :func:
!cut_lineswith no object type. Patch by Adam Turner.Release 8.1.2 (released Oct 12, 2024)
Bugs fixed
- #13012: Expose :exc:
sphinx.errors.ExtensionErrorinsphinx.utilfor backwards compatibility. This will be removed in Sphinx 9, as exposing the exception insphinx.utilwas never intentional. :exc:!ExtensionErrorhas been part ofsphinx.errorssince Sphinx 0.9. Patch by Adam Turner.Release 8.1.1 (released Oct 11, 2024)
Bugs fixed
- #13006: Use the preferred https://www.cve.org/ URL for the :rst:role:
:cve: <cve>role. Patch by Hugo van Kemenade.- #13007: LaTeX: Improve resiliency when the required
fontawesomeorfontawesome5packages are not installed. Patch by Jean-François B.Release 8.1.0 (released Oct 10, 2024)
Dependencies
- #12756: Add lower-bounds to the
sphinxcontrib-*depende...Description has been truncated
Package Dependencies
Technical Details
| ID: | 12155996 |
| UUID: | 3745435394 |
| Node ID: | PR_kwDOOOXXG865txOH |
| Host: | GitHub |
| Repository: | zitadel/client-python |