Skip to content

Commit

Permalink
dev: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsay-stevens committed Feb 8, 2024
1 parent ed0b6a0 commit b7c496a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies = [
dev = [
"formencode==2.1.0", # Compare XML
"lxml==5.1.0", # XPath test expressions
"psutil==5.9.7", # Process info for performance tests
"ruff==0.1.11", # Format and lint
"psutil==5.9.8", # Process info for performance tests
"ruff==0.2.1", # Format and lint
]

[project.urls]
Expand All @@ -45,7 +45,7 @@ line-length = 90
target-version = "py38"
fix = true
show-fixes = true
show-source = true
output-format = "full"
src = ["pyxform", "tests"]

[tool.ruff.lint]
Expand Down

0 comments on commit b7c496a

Please sign in to comment.