Skip to content

Commit 2c6f0bf

Browse files
authored
bump incompatible packages (#82)
1 parent fe95197 commit 2c6f0bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -72,25 +72,25 @@ exclude = '''
7272
python = ">=3.8,<3.12"
7373
pydantic = { version = "<1.11,>=1.9.0" }
7474
pyyaml = { version = ">=6.0.1" }
75-
click = { version = "8.1.3" }
75+
click = { version = "^8.0.1,<8.1.4" }
7676
python-terraform = { version = "^0.10.1" }
77-
rich = { version = "^13.5.2" }
77+
rich = { version = "^12.0.0" }
7878
analytics-python = { version = "^1.4.0" }
7979

8080
# dev dependencies
8181
black = { version = "^23.3.0", optional = true }
82-
ruff = { version = "^0.0.275", optional = true }
83-
pytest = { version = "^7.3.2", optional = true }
84-
mypy = { version = "^1.4.0", optional = true }
82+
ruff = { version = "^0.0.282", optional = true }
83+
pytest = { version = "^7.4.0", optional = true }
84+
mypy = { version = "^1.3.0", optional = true }
8585
darglint = { version = "^1.8.1", optional = true }
86-
hypothesis = { version = "^6.82.3", optional = true }
86+
hypothesis = { version = "^6.43.1", optional = true }
8787
types-PyYAML = { version = "^6.0.0", optional = true }
8888
pytest-clarity = { version = "^1.0.1", optional = true }
8989
pytest-randomly = { version = "^3.10.1", optional = true }
9090
pytest-cov = { version = "^4.1.0", optional = true }
9191

9292
# mypy dependencies
93-
types-setuptools = { version = "^68.0", optional = true }
93+
types-setuptools = { version = "^57.4.2", optional = true }
9494

9595
[tool.poetry.extras]
9696
dev = [

0 commit comments

Comments
 (0)