Skip to content

Commit

Permalink
Update dependency pytest to v7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2023
1 parent faa9d19 commit d9403e2
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 34 deletions.
149 changes: 119 additions & 30 deletions poetry.lock

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

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diffsync"
version = "1.10.0"
version = "1.9.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 @@ -16,14 +16,12 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
python = "^3.7"
pydantic = "^1.7.4,!=1.8,!=1.8.1"
structlog = ">= 20.1.0, < 23.0.0"
packaging = ">= 21.3, < 24.0"
colorama = {version = "^0.4.3", optional = true}
redis = {version = "^4.3", optional = true}
# typing.Self introduced in 3.11
typing-extensions = { version = ">=4.0.1", python = "<3.11" }

[tool.poetry.extras]
redis = ["redis"]
Expand Down

0 comments on commit d9403e2

Please sign in to comment.