Skip to content

Commit

Permalink
build(deps-dev): update pytest-recording requirement from ~=0.12.2 to…
Browse files Browse the repository at this point in the history
… >=0.12.2,<0.14.0 (#569)

* build(deps-dev): update pytest-recording requirement

Updates the requirements on [pytest-recording](https://github.com/kiwicom/pytest-recording) to permit the latest version.
- [Release notes](https://github.com/kiwicom/pytest-recording/releases)
- [Changelog](https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst)
- [Commits](kiwicom/pytest-recording@v0.12.2...v0.13.0)

---
updated-dependencies:
- dependency-name: pytest-recording
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: use ~= for pytest-recording, remove vcrpy

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
  • Loading branch information
dependabot[bot] and gadomski committed Aug 4, 2023
1 parent 3b7df9d commit 6ddc384
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dev = [
"pytest-benchmark~=4.0.0",
"pytest-console-scripts~=1.4.0",
"pytest-cov~=4.1.0",
"pytest-recording~=0.12.2",
"pytest-recording~=0.13",
"pytest~=7.4",
"recommonmark~=0.7.1",
"requests-mock~=1.11.0",
Expand All @@ -59,9 +59,6 @@ dev = [
"types-requests~=2.31.0",
# temporary pin https://github.com/stac-utils/pystac-client/issues/509
"urllib3<2",
# pytest-recording breakage with v5.0.0, need release of
# https://github.com/kiwicom/pytest-recording/pull/110 to remove this ceil
"vcrpy<5",
]
docs = [
"Sphinx~=6.2",
Expand Down

0 comments on commit 6ddc384

Please sign in to comment.