Skip to content

Commit

Permalink
Merge pull request #65 from Podcastindex-org/hotfix/1.2.8
Browse files Browse the repository at this point in the history
Add more logic to handle bad Hive API nodes
  • Loading branch information
agates authored Nov 1, 2022
2 parents d9d8703 + a8c3ddb commit 26ecf9f
Show file tree
Hide file tree
Showing 9 changed files with 105 additions and 54 deletions.
95 changes: 55 additions & 40 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "podping-hivewriter"
version = "1.2.7"
version = "1.2.8"
license = "MIT"
authors = ["Alecks Gates <[email protected]>", "Brian of London <[email protected]>"]
maintainers = ["Alecks Gates <[email protected]>", "Brian of London <[email protected]>"]
Expand Down Expand Up @@ -35,9 +35,9 @@ lighthive = "^0.4.0"
[tool.poetry.dev-dependencies]
black = "^21.5b2"
isort = "^5.8.0"
pytest = "^7.1.2"
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
pytest-asyncio = "^0.19.0"
pytest-asyncio = "^0.20.0"
bandit = "^1.7.4"
pytest-timeout = "^2.0.2"
typer-cli = "^0.0.12"
Expand Down
Loading

0 comments on commit 26ecf9f

Please sign in to comment.