Skip to content

Commit

Permalink
Update responses requirement from ^0.23.1 to ^0.24.0
Browse files Browse the repository at this point in the history
Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version.
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.23.1...0.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 24770fc commit 6db205f
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 @@ iso8601 = ">=1.0.2,<3.0.0"
black = "^23.3.0"
pytest = "^7.3.2"
pylint = "^2.7.2"
responses = "^0.23.1"
responses = "^0.24.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 6db205f

Please sign in to comment.