From 50a7b10263cb35eb9ed3bbd05c474fa6d64925f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 07:44:17 +0000 Subject: [PATCH] Bump the python-packages group with 7 updates Updates the requirements on [torch](https://github.com/pytorch/pytorch), [numpy](https://github.com/numpy/numpy), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints), [sphinxawesome-theme](https://github.com/kai687/sphinxawesome-theme), [myst-parser](https://github.com/executablebooks/MyST-Parser) and [pygit2](https://github.com/libgit2/pygit2) to permit the latest version. Updates `torch` from 2.2.2 to 2.3.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.2...v2.3.1) Updates `numpy` to 2.0.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.22.4...v2.0.0) Updates `sphinx` from 7.2.6 to 7.3.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7) Updates `sphinx-autodoc-typehints` from 2.0.0 to 2.2.2 - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.0...2.2.2) Updates `sphinxawesome-theme` from 5.1.3 to 5.2.0 - [Release notes](https://github.com/kai687/sphinxawesome-theme/releases) - [Commits](https://github.com/kai687/sphinxawesome-theme/compare/5.1.3...5.2.0) Updates `myst-parser` from 2.0.0 to 3.0.1 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.1) Updates `pygit2` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md) - [Commits](https://github.com/libgit2/pygit2/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: numpy dependency-type: direct:production dependency-group: python-packages - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sphinxawesome-theme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pygit2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0b6c140..b7292a6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ -sphinx==7.2.6 -sphinx-autodoc-typehints==2.0.0 -sphinxawesome-theme==5.1.3 -myst-parser==2.0.0 -pygit2==1.14.1 +sphinx==7.3.7 +sphinx-autodoc-typehints==2.2.2 +sphinxawesome-theme==5.2.0 +myst-parser==3.0.1 +pygit2==1.15.0 agogos==0.4.0 -torch==2.2.2 +torch==2.3.1 diff --git a/pyproject.toml b/pyproject.toml index ca4ff9a..aa1bf56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ image = [ "timm>=0.9.16", ] numpy = [ - "numpy>=1.22.4, < 2", + "numpy>= 2.0.0, < 3", ] pandas = [ "pandas[performance, parquet]>=2.0.0",