Skip to content

Commit 597954d

Browse files
chore: update dependencies
1 parent 4268a47 commit 597954d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ETL-awesome-api"
3-
version = "4.5.0"
3+
version = "4.5.1"
44
description = "Data Ingestion and Data Analysis from public endpoint using pandas"
55
authors = ["IvanildoBarauna <[email protected]>"]
66
readme = "README.md"
@@ -15,14 +15,15 @@ pyarrow = "^16.1.0"
1515
fastparquet = "^2024.5.0"
1616
api-to-dataframe = "^1.3.0"
1717

18+
1819
[tool.poetry.group.dev.dependencies]
1920
pandasql = "^0.7.3"
2021
ipykernel = "^6.29.4"
2122
nbconvert = "^7.16.4"
22-
coverage = "^7.5.3"
2323
pytest = "^8.2.2"
24-
poetry-dynamic-versioning = "^1.3.0"
24+
poetry-dynamic-versioning = "^1.4.0"
2525
black = "^24.4.2"
26+
coverage = "^7.5.4"
2627

2728
[build-system]
2829
requires = ["poetry-core"]

0 commit comments

Comments
 (0)