Skip to content

Commit

Permalink
Update dependency Sphinx to v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 4, 2023
1 parent 2967c2e commit b339ad9
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 90 deletions.
176 changes: 89 additions & 87 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 = "diffsync"
version = "1.8.0"
version = "1.7.0"
description = "Library to easily sync/diff/update 2 different data sources"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -18,8 +18,8 @@ include = [
[tool.poetry.dependencies]
python = "^3.7"
pydantic = "^1.7.4,!=1.8,!=1.8.1"
structlog = ">= 20.1.0, < 23.0.0"
packaging = ">= 21.3, < 24.0"
structlog = ">= 20.1.0, < 22.0.0"
packaging = "^21.3"
colorama = {version = "^0.4.3", optional = true}
redis = {version = "^4.3", optional = true}

Expand Down

0 comments on commit b339ad9

Please sign in to comment.