Skip to content

Commit

Permalink
repair deps (#7431)
Browse files Browse the repository at this point in the history
* repair deps

* also update the lockfile
  • Loading branch information
KTibow authored Nov 23, 2024
1 parent 46006a2 commit a7dfc90
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
17 changes: 9 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ ruff = "0.4.3"
tzdata = "^2024.1"
numpy = "^1.24.4"

[tool.poetry.dev-dependencies]
mock = "^2.0.0"
requests-mock = "~1.3.0"
testfixtures = "^7.0.0"
click = "<=8.0"
pytest = "^7.1.2"

[tool.poetry.scripts]
test-parser = 'test_parser:test_parser'
test_parser = 'test_parser:test_parser'
Expand Down Expand Up @@ -84,6 +77,10 @@ scripts = ["xmltodict"]
[tool.poetry.group.dev.dependencies]
snapshottest = "^0.6.0"
pytest = "^7.4.0"
mock = "^2.0.0"
requests-mock = "~1.3.0"
testfixtures = "^7.0.0"
click = "^8.0.0"


[tool.pytest.ini_options]
Expand Down

0 comments on commit a7dfc90

Please sign in to comment.