Skip to content

Commit a4418a1

Browse files
Update dependency yamllint to v1.33.0
1 parent 94b5500 commit a4418a1

File tree

2 files changed

+125
-56
lines changed

2 files changed

+125
-56
lines changed

poetry.lock

+122-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "diffsync"
3-
version = "1.9.0"
3+
version = "1.8.0"
44
description = "Library to easily sync/diff/update 2 different data sources"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"
@@ -16,19 +16,17 @@ include = [
1616
]
1717

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

2826
[tool.poetry.extras]
2927
redis = ["redis"]
3028

31-
[tool.poetry.group.dev.dependencies]
29+
[tool.poetry.dev-dependencies]
3230
pytest = "*"
3331
pyyaml = "*"
3432
black = "*"
@@ -49,8 +47,6 @@ toml = "*"
4947
types-toml = "*"
5048
types-redis = "*"
5149
pytest-redis = "^2.4.0"
52-
types-requests = "^2.28.11.15"
53-
types-python-slugify = "^8.0.0.1"
5450

5551
[tool.black]
5652
line-length = 120
@@ -105,7 +101,6 @@ testpaths = [
105101

106102
[tool.mypy]
107103
warn_unused_configs = true
108-
disallow_untyped_defs = true
109104
ignore_missing_imports = true
110105

111106
[build-system]

0 commit comments

Comments
 (0)