Skip to content

Commit e6eaa18

Browse files
build: update xlsx2csv to supported python 3.12 version and removed faker dependency
1 parent 0f3af96 commit e6eaa18

2 files changed

Lines changed: 6 additions & 22 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,19 @@ commitizen = "4.9.1"
5858
pre-commit = "4.3.0"
5959
charset-normalizer = "3.4.6"
6060
python-discovery = "1.2.0"
61-
requests = "2.33.0"
6261

6362
[tool.poetry.group.test]
6463
optional = true
6564

6665
[tool.poetry.group.test.dependencies]
67-
faker = "18.11.1"
6866
behave = "1.3.3"
6967
coverage = "7.11.0"
7068
moto = {extras = ["s3"], version = "4.2.14"}
69+
requests = "2.33.0" # dependency of `moto`
7170
Werkzeug = "3.1.6"
7271
pytest = "8.4.2"
7372
pytest-lazy-fixtures = "1.4.0" # switched from https://github.com/TvoroG/pytest-lazy-fixture as it's no longer supported
74-
xlsx2csv = "0.8.2"
73+
xlsx2csv = "0.8.4" # polars requirement
7574

7675
[tool.poetry.group.lint]
7776
optional = true

0 commit comments

Comments
 (0)