Skip to content

Commit

Permalink
build(test): pin vcrpy>=7.0.0 + remove urllib3 from optional dev deps (
Browse files Browse the repository at this point in the history
…#476)

close #472
  • Loading branch information
korikuzma authored Jan 3, 2025
1 parent 017ef1b commit 7630838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ dev = [
"pytest",
"pytest-cov",
"pytest-vcr",
"vcrpy",
"vcrpy>=7.0.0",
"pyyaml",
"urllib3<2.3.0", # TODO pending resolution of issue #472
# style
"pre-commit>=4.0.1",
"pylint",
Expand Down

0 comments on commit 7630838

Please sign in to comment.