Skip to content

Commit b8d327a

Browse files
authored
Merge pull request #3 from scotscotmcc/update_dependency_versions
Update dependency versions
2 parents 9c82fec + e481657 commit b8d327a

File tree

2 files changed

+48
-54
lines changed

2 files changed

+48
-54
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[tool.poetry]
22
name = "textual-pandas"
33
homepage = "https://github.com/dannywade/textual-pandas"
4-
version = "0.2.2"
4+
version = "0.2.3"
55
description = "A module to build Textual widgets that represent data from the Pandas library"
66
authors = ["Dan Wade <[email protected]>"]
77
license = "MIT"
88
readme = "README.md"
99
packages = [{include = "textual_pandas"}]
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.8,<4.0"
13-
textual = "<=0.58.0, >=0.23.0"
14-
pandas = "<=2.2.2"
12+
python = ">=3.10,<4.0"
13+
textual = "<4.0, >=1.0"
14+
pandas = "<=2.2.3"
1515

1616
[build-system]
1717
requires = ["poetry-core"]

0 commit comments

Comments
 (0)