Skip to content

Commit

Permalink
build(deps): bump scipy from 1.11.2 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.11.2...v1.12.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 3df5f9f commit b737cbd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions 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 @@ -18,7 +18,7 @@ packages = [{include = "converter"}]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
# locked due to limitations in the current version supported by Pyodeide used in Web App
scipy = "1.11.2"
scipy = "1.12.0"
[tool.poetry.scripts]
yaptide-converter = "converter.main:main"

Expand Down

0 comments on commit b737cbd

Please sign in to comment.