Skip to content

Commit 62809f5

Browse files
author
Dirk Petersen
committed
updated dependencies
1 parent 1c11004 commit 62809f5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: pyproject.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "froster"
7-
version = "0.19.0"
8-
description = "Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
7+
version = "0.20.0"
8+
description = "Froster is a tool for easy archive and restore between local file systems and AWS S3 storage."
99
authors = ["Dirk Petersen <[email protected]>", "Victor Machado <[email protected]>"]
1010
readme = "README.md"
1111
license = "MIT"
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.8"
15-
boto3 = "^1.35.14"
16-
duckdb = "^1.0.0"
17-
inquirer = "^3.2.4"
18-
psutil = "^5.9.8"
14+
python = "^3.9"
15+
boto3 = "^1.36.12"
16+
duckdb = "^1.1.0"
17+
inquirer = "^3.4.0"
18+
psutil = "^6.1.1"
1919
requests = "^2.32.3"
20-
textual = "^0.79.1"
21-
visidata = "^3.0.2"
22-
setuptools = "^70.0.0"
23-
tqdm = "^4.66.5"
20+
textual = "^1.0.0"
21+
visidata = "^3.1.1"
22+
setuptools = "^75.8.0"
23+
tqdm = "^4.67.1"
2424

2525
[tool.poetry.scripts]
2626
froster = "froster.froster:main"

0 commit comments

Comments
 (0)