diff --git a/poetry.lock b/poetry.lock index c166695..b0f4244 100644 --- a/poetry.lock +++ b/poetry.lock @@ -954,7 +954,7 @@ testing = ["django", "django-configurations (>=2.0)"] [[package]] name = "pytest-recording" -version = "0.12.0" +version = "0.12.1" description = "A pytest plugin that allows you recording of network interactions via VCR.py" category = "dev" optional = false @@ -1310,7 +1310,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = ">=3.9.6,<=3.10" -content-hash = "495fe206f3ab0b916365aac833dcfb817c582c809cb9d38c5b50458c64003b26" +content-hash = "ac780ab10291122a6eaa500e6ddcf5b5803efc202d431a76429fd1848bc88697" [metadata.files] aiodns = [ @@ -1962,8 +1962,8 @@ pytest-django = [ {file = "pytest_django-4.5.2-py3-none-any.whl", hash = "sha256:c60834861933773109334fe5a53e83d1ef4828f2203a1d6a0fa9972f4f75ab3e"}, ] pytest-recording = [ - {file = "pytest-recording-0.12.0.tar.gz", hash = "sha256:9039bf488f80c016055ffd039a91e33b1e89f3ee2ee0005c0bbce298fd417ee1"}, - {file = "pytest_recording-0.12.0-py3-none-any.whl", hash = "sha256:a94b000640fe5d05b34fa9e25dca1671dd7f21195502c5f4d2f600c31dc14f7e"}, + {file = "pytest-recording-0.12.1.tar.gz", hash = "sha256:0d1f36d10dea5090cab8ecd230e5dc937c97b9fed193874b330d2926ddea028f"}, + {file = "pytest_recording-0.12.1-py3-none-any.whl", hash = "sha256:6b5546b822b270b8d7338f70950453be45e4aa5bfd884d97583dfa47288380f9"}, ] python-binance = [ {file = "python-binance-1.0.15.tar.gz", hash = "sha256:0fcf7cf671f79d00d81251b2616c9517bee07ca13238cfd52e1ca0e58b066004"}, diff --git a/pyproject.toml b/pyproject.toml index 78a35e9..66997ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pylint-pytest = "^1.1.2" vcrpy = { git = "https://github.com/iloveitaly/vcrpy.git", branch = "deduped-cassettes", develop = true } ipdb = "^0.13.8" pytest = "^7.1.2" -pytest-recording = "^0.12.0" +pytest-recording = "^0.12.1" colorama = "^0.4.5" pylint = "^2.14.5" pytest-django = "^4.5.2"