GOOD-AN / Mys-Exchange-Goods

用于兑换米游社商品
MIT License
63 stars 6 forks source link

build(deps): bump ping3 from 4.0.3 to 4.0.4 #11

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ping3 from 4.0.3 to 4.0.4.

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 compatibility score

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)