Skip to content

Commit 21bf600

Browse files
deps: bump the dev-deps group with 2 updates
Bumps the dev-deps group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [notebook](https://github.com/jupyter/notebook). Updates `pytest` from 8.4.2 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.2) Updates `notebook` from 7.5.2 to 7.5.3 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected]) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: notebook dependency-version: 7.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3d6b14 commit 21bf600

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ building-data-utilities = "~0.1.0"
2121

2222
[tool.poetry.group.dev.dependencies]
2323
pre-commit = "^4.3.0"
24-
pytest = "8.4.2"
24+
pytest = "9.0.2"
2525
pytest-cov = "^7.0.0"
2626
nbformat = "^5.10.4"
2727
folium = "^0.20.0"
2828
osmnx = "^2.0.7"
29-
notebook = "^7.5.2"
29+
notebook = "^7.5.3"
3030
types-geopandas = "^1.1.2.20251224"
3131
mypy = "^1.19.1"
3232

0 commit comments

Comments
 (0)