IceflowRE / unidown

Universal Downloader - update, manage, download.
GNU General Public License v3.0
0 stars 2 forks source link

Bump setuptools from 41.2.0 to 41.4.0 #154

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps setuptools from 41.2.0 to 41.4.0.

Changelog *Sourced from [setuptools's changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst).* > v41.4.0 > ======= > > - [#1847](https://github-redirect.dependabot.com/pypa/setuptools/issues/1847): In declarative config, now traps errors when invalid `python_requires` values are supplied. > > v41.3.0 > ======= > > - [#1690](https://github-redirect.dependabot.com/pypa/setuptools/issues/1690): When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. > - [#1858](https://github-redirect.dependabot.com/pypa/setuptools/issues/1858): Fixed failing integration test triggered by 'long\_description\_content\_type' in packaging.
Commits - [`5eee6b4`](https://github.com/pypa/setuptools/commit/5eee6b4b523a6d2ae16ef913c01302f951b4f614) Bump version: 41.3.0 → 41.4.0 - [`01bf4fb`](https://github.com/pypa/setuptools/commit/01bf4fb2b13c3f7f6d9e8d253d2923b5ea09caa2) Merge pull request [#1847](https://github-redirect.dependabot.com/pypa/setuptools/issues/1847) from pypa/bugfix/1787-python-requires-invalid - [`2e3c34f`](https://github.com/pypa/setuptools/commit/2e3c34f669c5272d036ef7edc58871c96663d587) Clarify the scope of the change. - [`da3ccf5`](https://github.com/pypa/setuptools/commit/da3ccf5f648a5836ce5e9b0747a263860ae1dfaa) Bump version: 41.2.0 → 41.3.0 - [`53d662a`](https://github.com/pypa/setuptools/commit/53d662a9de0b8d449d167bf1c5cf291a2fecb094) Allow 'long_description_content_type' warnings for new versions of packaging.... - [`7a909b2`](https://github.com/pypa/setuptools/commit/7a909b2af9a06e669d41947bbd093710fcd1e663) Merge pull request [#1690](https://github-redirect.dependabot.com/pypa/setuptools/issues/1690) from pypa/feature/deterministic-provides-extras - [`6f962a0`](https://github.com/pypa/setuptools/commit/6f962a07f586162d05e087a90ea8f44461772070) Refresh vendored packages (ordereddict 3.1.1) - [`45b83cd`](https://github.com/pypa/setuptools/commit/45b83cd189db31a0315a4297053feab77d8618b4) Update changelog. Ref [#1690](https://github-redirect.dependabot.com/pypa/setuptools/issues/1690). - [`b3ef77b`](https://github.com/pypa/setuptools/commit/b3ef77b2085dc8d66d178a2f7d2047a9ca207309) Merge branch 'master' into feature/deterministic-provides-extras - [`895d18c`](https://github.com/pypa/setuptools/commit/895d18c17d15f443c6d8953a176aa6c4df354c7d) Update changelog. Ref [#1787](https://github-redirect.dependabot.com/pypa/setuptools/issues/1787). - Additional commits viewable in [compare view](https://github.com/pypa/setuptools/compare/v41.2.0...v41.4.0)


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #156.