Skip to content

Commit

Permalink
Merge branch 'main' of github.com:justagist/pyrcf
Browse files Browse the repository at this point in the history
  • Loading branch information
justagist committed Jul 30, 2024
2 parents c19c344 + 68a9acc commit f56a1c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ pyrcf = { path = ".", editable = true }
[project.optional-dependencies]
test = [
"black>=23,<=24.4.2",
"pylint>=2.17.7,<=3.2.3",
"pylint>=2.17.7,<=3.2.6",
"pytest-cov>=4.1,<=5.0.0",
"pytest>=7.4,<=8.2.2",
"hypothesis>=6.82,<=6.103.1",
"ruff>=0.0.280,<=0.4.8",
"coverage>=7.2.7,<=7.5.3",
"pytest>=7.4,<=8.3.2",
"hypothesis>=6.82,<=6.108.5",
"ruff>=0.0.280,<=0.5.5",
"coverage>=7.2.7,<=7.6.0",
]

[project.urls]
Expand Down

0 comments on commit f56a1c8

Please sign in to comment.