Skip to content

Commit

Permalink
Bump scipy from 1.10.1 to 1.11.3
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.10.1 to 1.11.3.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.10.1...v1.11.3)

---
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 Oct 3, 2023
1 parent f239f56 commit 55f4c4c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 34 deletions.
81 changes: 48 additions & 33 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 @@ -49,7 +49,7 @@ Changelog = "https://github.com/robbievanleeuwen/section-properties/releases"
[tool.poetry.dependencies]
python = ">=3.9.0,<3.12"
numpy = "^1.24.3" # 1.25.0 onwards requires python 3.9
scipy = "^1.10.1" # 1.11.0 onwards requires python 3.9
scipy = "^1.11.3" # 1.11.0 onwards requires python 3.9
matplotlib = "^3.7.3" # 3.8.0 onwards requires python 3.9
shapely = "^2.0.1"
triangle = "^20230923"
Expand Down

0 comments on commit 55f4c4c

Please sign in to comment.