usableprivacy / upribox

Usable Privacy Box
https://upribox.org
GNU General Public License v3.0
173 stars 23 forks source link

Bump netifaces from 0.10.5 to 0.11.0 in /roles/arp/files/apate #188

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Bumps netifaces from 0.10.5 to 0.11.0.

Changelog

Sourced from netifaces's changelog.

2021-05-31 Version 0.11.0

  • Added notice about needing a new maintainer.
  • Fixed link to Travis CI.
  • Added test.py to the source distribution.
  • Fixed netmask calculation for IPv6.
  • Fixes to gateway detection in some edge cases.
  • Build CPython 2.7 wheels for 64-bit Windows (yes, you should be using Python 3 now, but still).

Thank-you to Thomas Sibley, Rajendra Dendukuri, Harshal Patel, Jeff Gordon, Sajith Sasidharan and Yuri Sevatz for contributing to this release.

2019-01-02 Version 0.10.9

  • Added missing LICENSE file to MANIFEST.in.

2019-01-02 Version 0.10.8

  • Fixed a bug that in certain circumstances could lead to an infinite loop in netifaces.gateways() (thanks asomers).
  • Fixed a memory management bug in an error path (thanks NicoPy).

2018-05-08 Version 0.10.7

  • Added LICENSE file
  • Automated Windows builds via AppVeyor.

2017-06-01 Version 0.10.6

  • Fixed netmask determination on Windows.
  • All addresses are now unicode strings on all platforms, regardless of Python version.
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)