diff --git a/docs/reference/changelog.rst b/docs/reference/changelog.rst index 35390715..16d8fbd4 100644 --- a/docs/reference/changelog.rst +++ b/docs/reference/changelog.rst @@ -1,17 +1,24 @@ ********* +:tocdepth: 2 + Changelog ********* -X.Y.Z (yyyy-mmm-dd) +4.2.7 (2024-Oct-08) ------------------- +- Don't depend on requests >= 2.32.0. - Fix: set CRAFT_PARALLEL_BUILD_COUNT correctly in ``override-`` scripts. +For a complete list of commits, check out the `4.2.7`_ release on GitHub. + 4.2.6 (2024-Oct-04) ------------------- - Remove the ``requests<2.32.0`` constraint to resolve CVE-2024-35195. +For a complete list of commits, check out the `4.2.6`_ release on GitHub. + 4.2.5 (2024-Oct-04) ------------------- @@ -310,3 +317,5 @@ For a complete list of commits, check out the `2.7.0`_ release on GitHub. .. _4.2.3: https://github.com/canonical/craft-application/releases/tag/4.2.3 .. _4.2.4: https://github.com/canonical/craft-application/releases/tag/4.2.4 .. _4.2.5: https://github.com/canonical/craft-application/releases/tag/4.2.5 +.. _4.2.6: https://github.com/canonical/craft-application/releases/tag/4.2.6 +.. _4.2.7: https://github.com/canonical/craft-application/releases/tag/4.2.7 diff --git a/pyproject.toml b/pyproject.toml index 194e3d3b..a64f7662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ # Pygit2 changelog: https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md "pygit2>=1.13.0,<1.15.0", "PyYaml>=6.0", - "requests~=2.32", + "requests", "typing_extensions>=4.4.0", ] classifiers = [