Skip to content

Commit

Permalink
Merge pull request #52 from crossplane/renovate/ipython-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ipython to v8.25.0
  • Loading branch information
bobh66 committed Jun 14, 2024
2 parents 0574ad2 + 7c7d240 commit 04d41af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ validate-bump = false # Allow going from 0.0.0.dev0+x to 0.0.0.dev0+y
[tool.hatch.envs.default]
type = "virtual"
path = ".venv-default"
dependencies = ["ipython==8.24.0"]
dependencies = ["ipython==8.25.0"]

[tool.hatch.envs.default.scripts]
development = "python function/main.py --insecure --debug"
Expand Down

0 comments on commit 04d41af

Please sign in to comment.