Skip to content

Commit

Permalink
Pinned dependency versions (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Jun 25, 2024
1 parent 186e82b commit 5351ef2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ argcomplete = "^2.0.0"
deprecation = "^2.1.0"
humanize = "^4.4.0"
json-stream = "^2.3.2"
jsonschema = ">=4.0.0"
numpy = "*"
jsonschema = "^4.0.0"
numpy = "^1.24.4"
orjson = "^3.8.5"
pillow = "^10.1.0"
pydantic = "^2.0.0"
Expand Down Expand Up @@ -131,7 +131,7 @@ version = "^0.15.0"

[tool.poetry.dependencies.black]
optional = true
version = ">=22.12,<25.0"
version = "^24.4.2"

[tool.poetry.dependencies.isort]
optional = true
Expand All @@ -144,15 +144,15 @@ version = "^1.5"

[tool.poetry.dependencies.responses]
optional = true
version = ">=0.22,<0.26"
version = "^0.25.0"

[tool.poetry.dependencies.pytest]
optional = true
version = "^7.2.1"

[tool.poetry.dependencies.debugpy]
optional = true
version = "1.8.1"
version = "^1.8.1"

[tool.poetry.dependencies.mpire]
version = "^2.7.0"
Expand All @@ -171,7 +171,7 @@ version = "^12.0"

[tool.poetry.dependencies.ruff]
optional = true
version = ">=0.0.292,<0.4.8"
version = "^0.4.7"

[tool.poetry.dependencies.validate-pyproject]
optional = true
Expand Down

0 comments on commit 5351ef2

Please sign in to comment.