Skip to content

Commit 41c18f8

Browse files
committed
Update dependency package versions
1 parent d56b54d commit 41c18f8

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ipy_pdcache"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Automatically cache results of intensive computations in IPython."
55

66
authors = ["kpj <kim.philipp.jablonski@gmail.com>"]
@@ -12,18 +12,18 @@ repository = "https://github.com/kpj/ipy_pdcache"
1212

1313

1414
[tool.poetry.dependencies]
15-
python = "^3.7.1"
16-
pandas = "^1.3.2"
17-
ipython = "^7.26.0"
15+
python = ">=3.10"
16+
pandas = ">=2.0,<3.0"
17+
ipython = "^8.16"
1818

1919

20-
[tool.poetry.dev-dependencies]
21-
bump2version = "^1.0.1"
22-
black = "^23.3"
23-
pytest = "^6.2.4"
24-
pytest-markdown = "^1.0.2"
20+
[poetry.group.dev.dependencies]
21+
bump2version = "^2.2"
22+
black = "^24.3"
23+
pytest = "^7.4"
24+
pytest-markdown = "^1.0"
2525

2626

2727
[build-system]
28-
requires = ["poetry>=0.12"]
29-
build-backend = "poetry.masonry.api"
28+
requires = ["poetry-core>=1.6"]
29+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)