Skip to content

Commit 8cf2a1e

Browse files
author
Dirk Petersen
committed
updated dependencies
1 parent ce02b00 commit 8cf2a1e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: pyproject.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "froster"
77
version = "0.20.0"
8-
description = "Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
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]
1414
python = "^3.9"
15-
boto3 = "^1.35.14"
16-
duckdb = "^1.0.0"
17-
inquirer = "^3.2.4"
18-
psutil = "^5.9.8"
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]
26-
froster = "froster.froster:main"
26+
froster = "froster.froster:main"

0 commit comments

Comments
 (0)