Skip to content

Commit

Permalink
chore(deps-dev): update vcrpy requirement from ^5.1.0 to ^6.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [vcrpy](https://github.com/kevin1024/vcrpy) to permit the latest version.
- [Release notes](https://github.com/kevin1024/vcrpy/releases)
- [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst)
- [Commits](kevin1024/vcrpy@v5.1.0...v6.0.1)

---
updated-dependencies:
- dependency-name: vcrpy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 26, 2024
1 parent 6c73927 commit 341ff95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requests = "^2.25.1"

[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
vcrpy = "^5.1.0"
vcrpy = "^6.0.1"
flake8 = "7.0.0"
black = "23.12.1"
isort = "5.13.2"
Expand Down

0 comments on commit 341ff95

Please sign in to comment.