Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ping3 requirement from ~=4.0.3 to ~=4.0.4 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2022

Updates the requirements on ping3 to permit the latest version.

Changelog

Sourced from ping3's changelog.

  • 4.0.4:
    • Improvement: Replace setup.py by pyproject.toml
  • 4.0.2:
    • Bug Fix: arg src in verbose_ping should be src_addr. ( #57 )
  • 4.0.1:
    • Bug Fix: message should be the first argument in ping3.errors. ( #55 )
  • 4.0.0:
    • Feature: Now errors TimeToLiveExpired, DestinationUnreachable and DestinationHostUnreachable have ip_header and icmp_header attached. ( #48 )
  • 3.0.1:
    • Bug Fix: verbose_ping prints proper message on error.
  • 3.0.0:
    • Backward Compatibility: Only Command-line options changed, now the options is more like ping on macOS and Linux.
      • -w/--wait -> -t/--timeout.
      • -t/--ttl -> -T/--ttl.
      • -l/--load -> -s/--size.
    • Improvement: 2 command-line options now have short forms.
      • -D is added as the short form of --debug.
      • -E is added as the short form of --exceptions.
    • Feature: Use new command-line option -S/--src to set source address src_addr.
  • 2.9.3:
    • Bug Fix: Set packet receive buffer size to 1500. ( #40 )
  • 2.9.2:
    • Improvement: Converted to a proper package. ( #38 #39 )
  • 2.9.1:
    • Bug Fix: macOS is not treated as Linux now.
  • 2.9.0:
    • Feature: Support root-less ICMP pings on Linux. ( #10 )
  • 2.8.1:
    • Improvement: Checksum calculation is faster.
  • 2.8.0:
    • Feature: Now support endless ping, using ping3 -c 0 example.com with a count of 0 or ping3.verbose_ping('example.com', count=0) to start, using ctrl + c to stop.
  • 2.7.0:
    • Feature: Using SOCK_DGRAM instead of SOCK_RAW on macOS. According to this, SOCK_DGRAM can be sent by standard user on macOS.
  • 2.6.6:
    • Bug Fix: setsockopt error for SOL_IP.IP_TTL on windows. ( #28 )
  • 2.6.5:
    • Bug Fix: When multi-processing or multi-threading, icmp_id will no longer collision. ( #23 )
  • 2.6.1:
    • Feature: Add network interface binding support for Linux. ( #22 )
  • 2.5.1:
    • Features:
      • Add interval support to ping3.verbose_ping(). ( #17 )
      • Add -i/--interval argument for interval support in command-line.
  • 2.4.7:
    • Bug Fix: Input parameter size in ping() should not include ICMP_Header size. ( #21 )
  • 2.4.4:
    • Bug Fix: When there are a lot of incoming packets, and the destination address has no response, ping() never return. ( #14 )
  • 2.4.0:
    • Feature: Return False if HostUnknown error raised (instead of print info to screen).
    • Improvement: Increase usability of errors and provide a more precisely text.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [ping3](https://github.com/kyan001/ping3) to permit the latest version.
- [Release notes](https://github.com/kyan001/ping3/releases)
- [Changelog](https://github.com/kyan001/ping3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kyan001/ping3/commits)

---
updated-dependencies:
- dependency-name: ping3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 15, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants