Skip to content

Commit

Permalink
chore(deps): pin dev tools
Browse files Browse the repository at this point in the history
To ensure that the dev environment is more reproducible. Renovate should
be good to make sure we keep these up to date.

Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Oct 27, 2023
1 parent 6899b50 commit edbfe8b
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 @@ -57,7 +57,7 @@ pact-verifier = "pact.cli.verify:main"
# Linting and formatting tools use a more narrow specification to ensure
# developper consistency. All other dependencies are as above.
types = [
"mypy ~= 1.6.0",
"mypy == 1.6.0",
"types-cffi ~= 1.0",
"types-requests ~= 2.0",
]
Expand All @@ -76,8 +76,8 @@ test = [
dev = [
"pact-python[types]",
"pact-python[test]",
"black ~= 23.10.0",
"ruff ~= 0.1.0",
"black == 23.10.1",
"ruff == 0.1.3",
]

################################################################################
Expand Down

0 comments on commit edbfe8b

Please sign in to comment.