Skip to content

Commit 59efbdf

Browse files
authored
Merge pull request #587 from staticdev/feature/2024-ready
Add taxes until 2024
2 parents 20f5802 + c7129e1 commit 59efbdf

File tree

4 files changed

+67
-78
lines changed

4 files changed

+67
-78
lines changed

poetry.lock

Lines changed: 59 additions & 71 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,6 +1,6 @@
11
[tool.poetry]
22
name = "irpf-investidor"
3-
version = "2023.28.9"
3+
version = "2024.1.3"
44
description = "IRPF Investidor"
55
authors = ["staticdev <[email protected]>"]
66
license = "MIT"
@@ -17,9 +17,9 @@ Changelog = "https://github.com/staticdev/irpf-investidor/releases"
1717

1818
[tool.poetry.dependencies]
1919
python = ">=3.10"
20-
click = ">=8.0.1"
21-
pandas = ">=2.1.3"
22-
prompt-toolkit = ">=3.0.41"
20+
click = ">=8.1.7"
21+
pandas = ">=2.1.4"
22+
prompt-toolkit = ">=3.0.43"
2323
xlrd = ">=2.0.1"
2424

2525
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)