Skip to content

Commit

Permalink
Merge pull request #42 from crossplane/renovate/ipython-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ipython to v8.23.0
  • Loading branch information
bobh66 authored Mar 31, 2024
2 parents 240de29 + 4270b78 commit f4577dc
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.22.2"]
dependencies = ["ipython==8.23.0"]

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

0 comments on commit f4577dc

Please sign in to comment.