Skip to content

Commit

Permalink
Upgrade vcrpy
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatten5 committed Jan 19, 2024
1 parent f226bc3 commit dc63d54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
- name: Install Nox
run: |
nox --version
pipx install --pip-args=--constraint=.github/workflows/constraints.txt nox
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
nox --version
Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cinemagoer = "^2023.05.01"
[tool.poetry.group.test.dependencies]
pytest = "^7.4.4"
coverage = {extras = ["toml"], version = "^7.4.0"}
vcrpy = "^4.1.1"
vcrpy = "^5.1.0"
pytest-aiohttp = "^0.3.0"
pytest-asyncio = "^0.16.0"

Expand Down

0 comments on commit dc63d54

Please sign in to comment.