Skip to content

Commit

Permalink
Update requests-mock requirement from 1.9.3 to 1.10.0 (#222)
Browse files Browse the repository at this point in the history
Updates the requirements on [requests-mock](https://github.com/jamielennox/requests-mock) to permit the latest version.
- [Release notes](https://github.com/jamielennox/requests-mock/releases)
- [Commits](jamielennox/requests-mock@1.9.3...1.10.0)

---
updated-dependencies:
- dependency-name: requests-mock
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2022
1 parent 1e3cad4 commit 5ac0f43
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 @@ -52,7 +52,7 @@ tabulate = { version = "0.8.10", optional = true }
# Test and examples packages
pytest = { version = "7.1.2", optional = true }
pytest-cov = { version = "3.0.0", optional = true }
requests-mock = { version = "1.9.3", optional = true }
requests-mock = { version = "1.10.0", optional = true }
ipython = { version = "7.34.0", optional = true }

# Doc packages
Expand Down

0 comments on commit 5ac0f43

Please sign in to comment.