Skip to content

Commit 50aae11

Browse files
Bump ipython from 7.16.3 to 8.10.0 (#403)
* Bump ipython from 7.16.3 to 8.10.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.16.3 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@7.16.3...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update setup.py * Update setup.py * Update __version__.py * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Abramson <[email protected]>
1 parent 860b328 commit 50aae11

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11+
## 1.16.6 - 2023-04-12
12+
13+
### Fixed
14+
15+
- Vulnerability in `ipython` dependency for installs on Python 3.8+
1116

1217
## 1.16.5 - 2023-02-01
1318

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"colorama>=0.4.3",
3838
"keyring==18.0.1",
3939
"keyrings.alt==3.2.0",
40-
"ipython==7.16.3",
40+
"ipython>=7.16.3;python_version<'3.8'",
41+
"ipython>=8.10.0;python_version>='3.8'",
4142
"pandas>=1.1.3",
4243
"py42>=1.26.0",
4344
],

src/code42cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.16.5"
1+
__version__ = "1.16.6"

0 commit comments

Comments
 (0)