From bcdfbeaee491ab17852013bd87b4b500bbc239a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 14:10:27 +0000 Subject: [PATCH 1/3] build(deps): bump ipython from 7.26.0 to 7.27.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.26.0 to 7.27.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.26.0...7.27.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 8f7af73ba..9d862811f 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ -ipython==7.26.0 +ipython==7.27.0 Sphinx==4.1.2 sphinxcontrib-fulltoc==1.2.0 nbsphinx==0.8.7 From ee02d16a1926de6fffa3b6d7860722aee3b6aa9e Mon Sep 17 00:00:00 2001 From: Jon Duckworth Date: Wed, 1 Sep 2021 20:48:12 -0400 Subject: [PATCH 2/3] Update Python 3.10 CI version --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 75336836b..5ebbd1edb 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ jobs: - "3.7" - "3.8" - "3.9" - - "3.10.0-beta.3" + - "3.10.0-rc.1" os: - ubuntu-latest - windows-latest @@ -142,7 +142,7 @@ jobs: - "3.7" - "3.8" - "3.9" - - "3.10.0-beta.3" + - "3.10.0-rc.1" steps: - uses: actions/checkout@v2 From 570feeff06f404f8a0409387ff1ef19d18c7a3c6 Mon Sep 17 00:00:00 2001 From: Jon Duckworth Date: Wed, 1 Sep 2021 20:53:56 -0400 Subject: [PATCH 3/3] Use stable toolchain for orjson build --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5ebbd1edb..90a616104 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -44,7 +44,7 @@ jobs: # wheel. if: ${{ startsWith(matrix.python-version, '3.10')}} with: - toolchain: nightly-2021-04-27 + toolchain: stable override: true default: true profile: minimal