Skip to content

Commit

Permalink
Merge pull request #36 from crossplane/renovate/ipython-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ipython to v8.22.2
  • Loading branch information
bobh66 authored Mar 8, 2024
2 parents 5cd704b + 5282700 commit a23544c
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.1"]
dependencies = ["ipython==8.22.2"]

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

0 comments on commit a23544c

Please sign in to comment.