Skip to content

Commit

Permalink
chore(deps): bump lower bound of ipython in dev dependencies
Browse files Browse the repository at this point in the history
We had a contributor run into issues with a very old version of
`prompt_toolkit` (3.0.4, ~3 years old) in the conda-lock files cause
trouble.

This bumps the lower bound of `ipython` (which is the package that pulls
in `prompt_toolkit`) so that we get a less-old version.

I don't think this counts as a breaking change in that it only impacts
dev dependencies.
  • Loading branch information
gforsyth authored and cpcloud committed Apr 13, 2023
1 parent 04b9f19 commit bef7aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ trino = { version = ">=0.319,<1", optional = true, extras = ["sqlalchemy"] }
[tool.poetry.group.dev.dependencies]
black = ">=22.1.0,<24"
google-cloud-storage = ">=2.7.0,<3"
ipython = ">=7.27.0,<9"
ipython = ">=8.7.0,<9"
poetry-dynamic-versioning = ">=0.18.0,<1"
pre-commit = ">=3.1,<4"
ruff = ">=0.0.205,<1"
Expand Down

0 comments on commit bef7aed

Please sign in to comment.