Skip to content

Update pytest-socket requirement from >=0.7.0 to >=0.8.0#262

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-socket-gte-0.8.0
Closed

Update pytest-socket requirement from >=0.7.0 to >=0.8.0#262
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pytest-socket-gte-0.8.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Updates the requirements on pytest-socket to permit the latest version.

Release notes

Sourced from pytest-socket's releases.

0.8.0

What's Changed

Enhancements

  • Block DNS resolution (getaddrinfo, gethostbyname) when sockets are disabled #482
  • Support CIDR network ranges in allow_hosts #479
  • Warn before raising on a blocked socket call #468
  • Cache hostname resolutions during a test run #369

Changes

  • Removed support for Python 3.8 and 3.9. Python 3.10 is now the minimum.
  • Test against Python 3.13, 3.14, and free-threaded 3.13t/3.14t
  • Replaced Poetry with uv #429
  • Added type hints #465
  • Swapped pytest-httpbin for a local test fixture #467
  • Dependency, CI, and development updates

New Contributors

Full Changelog: miketheman/pytest-socket@0.7.0...0.8.0

Changelog

Sourced from pytest-socket's changelog.

[0.8.0][] (2026-05-21)

Enhancements:

  • Block DNS resolution (getaddrinfo, gethostbyname) when sockets are disabled #482
  • Support CIDR network ranges in allow_hosts #479
  • Warn before raising on a blocked socket call #468
  • Cache hostname resolutions during a test run #369

Changes:

  • Removed support for Python 3.8 and 3.9. Python 3.10 is now the minimum.
  • Test against Python 3.13, 3.14, and free-threaded 3.13t/3.14t
  • Replaced Poetry with uv #429
  • Added type hints #465
  • Swapped pytest-httpbin for a local test fixture #467
  • Dependency, CI, and development updates

[0.7.0][] (2024-01-28)

Enhancements:

  • Force enable socket CLI flag #186
  • Use getaddrinfo() instead of gethostbyname() #209
  • Allow both Hosts via IP and Name #275

Changes:

  • Removed support for Python 3.7 and older.
  • Dependency updates
  • Development updates
  • Testing updates
  • Emit license and readme for source distribution #233

[0.6.0][] (2023-02-03)

Enhancements:

  • Support hostname in --allow-hosts #189

Changes:

  • Dependency updates
  • Development updates

[0.5.1][] (2022-01-23)

Fixes

  • Plugin no longer breaks on doctests #109

... (truncated)

Commits
  • f9ec139 pytest-socket, v0.8.0 (#484)
  • 3930df8 chore(ci): add publish workflow, update others (#483)
  • aae7f44 feat: also block DNS resolution (#482)
  • f0700d2 [pre-commit.ci] pre-commit autoupdate (#481)
  • 09ba021 chore(deps): full sweep of all dependency upgrades (#480)
  • 8dc6286 feat(allow_hosts): support CIDR network entries (#479)
  • 06ed8a1 chore(deps-dev): bump starlette from 0.49.1 to 1.0.0 (#478)
  • b313210 chore(deps-dev): bump mypy from 1.20.0 to 1.20.2 (#477)
  • f7e85f7 chore(deps-dev): bump pytest-randomly from 3.16.0 to 4.0.1 (#476)
  • 89690a6 chore: dependabot config (#475)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pytest-socket](https://github.com/miketheman/pytest-socket) to permit the latest version.
- [Release notes](https://github.com/miketheman/pytest-socket/releases)
- [Changelog](https://github.com/miketheman/pytest-socket/blob/main/CHANGELOG.md)
- [Commits](miketheman/pytest-socket@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: pytest-socket
  dependency-version: 0.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels May 26, 2026
@timlaing timlaing closed this May 26, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 26, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/pytest-socket-gte-0.8.0 branch May 26, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pip

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant