Skip to content

Commit

Permalink
fix(deps): update dependency pytest-socket to <0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 15, 2022
1 parent 561328c commit d0a994f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 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 @@ -91,7 +91,7 @@ pytest-testmon = { version = "*", optional = true }
pytest-watch = { version = "*", optional = true }
# TODO: 0.5.0 fails with AttributeError: 'DoctestItem' object has no attribute 'fixturenames'
# See https://github.com/miketheman/pytest-socket/issues/105
pytest-socket = { version = "<0.5.0", optional = true }
pytest-socket = { version = "<0.5.1", optional = true }
pytest-datadir = { version = "*", optional = true }

# Group: doc
Expand Down

0 comments on commit d0a994f

Please sign in to comment.