Skip to content

Commit

Permalink
Update dependency black to v23.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent f69c24d commit 3a7952b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 69 deletions.
92 changes: 28 additions & 64 deletions poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diffsync"
version = "1.7.0"
version = "1.8.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 @@ -26,7 +26,7 @@ redis = {version = "^4.3", optional = true}
[tool.poetry.extras]
redis = ["redis"]

[tool.poetry.group.dev.dependencies]
[tool.poetry.dev-dependencies]
pytest = "*"
pyyaml = "*"
black = "*"
Expand All @@ -47,8 +47,6 @@ toml = "*"
types-toml = "*"
types-redis = "*"
pytest-redis = "^2.4.0"
types-requests = "^2.28.11.15"
types-python-slugify = "^8.0.0.1"

[tool.black]
line-length = 120
Expand Down Expand Up @@ -103,7 +101,6 @@ testpaths = [

[tool.mypy]
warn_unused_configs = true
disallow_untyped_defs = true
ignore_missing_imports = true

[build-system]
Expand Down

0 comments on commit 3a7952b

Please sign in to comment.