Skip to content

Commit 844d479

Browse files
build(deps): bump ipython from 7.26.0 to 7.27.0 (#615)
* 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](ipython/ipython@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] <[email protected]> * Update Python 3.10 CI version * Use stable toolchain for orjson build Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Duckworth <[email protected]>
1 parent 5465979 commit 844d479

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "3.7"
2424
- "3.8"
2525
- "3.9"
26-
- "3.10.0-beta.3"
26+
- "3.10.0-rc.1"
2727
os:
2828
- ubuntu-latest
2929
- windows-latest
@@ -44,7 +44,7 @@ jobs:
4444
# wheel.
4545
if: ${{ startsWith(matrix.python-version, '3.10')}}
4646
with:
47-
toolchain: nightly-2021-04-27
47+
toolchain: stable
4848
override: true
4949
default: true
5050
profile: minimal
@@ -142,7 +142,7 @@ jobs:
142142
- "3.7"
143143
- "3.8"
144144
- "3.9"
145-
- "3.10.0-beta.3"
145+
- "3.10.0-rc.1"
146146

147147
steps:
148148
- uses: actions/checkout@v2

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ipython==7.26.0
1+
ipython==7.27.0
22
Sphinx==4.1.2
33
sphinxcontrib-fulltoc==1.2.0
44
nbsphinx==0.8.7

0 commit comments

Comments
 (0)