kedro-org / kedro-plugins

First-party plugins maintained by the Kedro team.
Apache License 2.0
92 stars 89 forks source link

Bump IPython dependencies for starters following `kedro` #197

Closed noklam closed 1 year ago

noklam commented 1 year ago

Description

Short description of the problem here. Following on https://github.com/kedro-org/kedro/pull/2314, we should update the starter IPython version to the same as kedro.

Context

How has this bug affected you? What were you trying to accomplish? An user found conflicting version between kedro and kedro-starter and was confused. We should update the dependencies anyway since it's for a security patch in IPython, same reason as https://github.com/kedro-org/kedro/pull/2314.

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [And so on...]

Expected Result

Tell us what should happen.

Actual Result

Tell us what happens instead.

-- If you received an error, place it here.
-- Separate them if you have more than one.

Your Environment

Include as many relevant details about the environment in which you experienced the bug:

merelcht commented 1 year ago

Completed in https://github.com/kedro-org/kedro-starters/pull/128