Skip to content

Commit

Permalink
vbuild: Bump dev deps (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde authored Mar 23, 2024
1 parent 8badac0 commit f3cd7ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
]

[project.optional-dependencies]
dev = ["httpx~=0.25.0", "mypy~=1.0", "pytest~=8.0", "ruff~=0.1.0"]
dev = ["httpx~=0.27.0", "mypy~=1.0", "pytest~=8.0", "ruff~=0.3.0"]

[tool.setuptools.packages.find]
where = ["colandr"]
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO: keep aligned with pyproject.toml
httpx~=0.24.0
httpx~=0.27.0
mypy~=1.0
pytest~=8.0
ruff~=0.1.0
ruff~=0.3.0

0 comments on commit f3cd7ab

Please sign in to comment.