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: update setuptools requirement from ~=62.1.0 to ~=62.2.0 #654

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2022

Updates the requirements on setuptools to permit the latest version.

Changelog

Sourced from setuptools's changelog.

v62.2.0

Changes ^^^^^^^

Misc ^^^^

  • #3282: Added CI cache for setup.cfg examples used when testing setuptools.config.

v62.1.0

Changes ^^^^^^^

Misc ^^^^

  • #3249: Simplified package_dir obtained via auto-discovery.

v62.0.0

Breaking Changes ^^^^^^^^^^^^^^^^

  • #3151: Made setup.py develop --user install to the user site packages directory even if it is disabled in the current interpreter.

Changes ^^^^^^^

  • #3153: When resolving requirements use both canonical and normalized names -- by :user:ldaniluk
  • #3167: Honor unix file mode in ZipFile when installing wheel via install_as_egg -- by :user:delijati

Misc ^^^^

  • #3088: Fixed duplicated tag with the dist-info command.
  • #3247: Fixed problem preventing readme specified as dynamic in pyproject.toml from being dynamically specified in setup.py.

v61.3.1

... (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 [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v62.1.0...v62.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 11, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #654 (697d46c) into develop (165f518) will increase coverage by 3.27%.
The diff coverage is 97.15%.

@@             Coverage Diff             @@
##           develop     #654      +/-   ##
===========================================
+ Coverage    93.52%   96.79%   +3.27%     
===========================================
  Files           15       22       +7     
  Lines          633     1218     +585     
===========================================
+ Hits           592     1179     +587     
+ Misses          41       39       -2     
Impacted Files Coverage Δ
connaisseur/__main__.py 0.00% <0.00%> (ø)
connaisseur/kube_api.py 87.50% <66.66%> (ø)
...naisseur/validators/notaryv2/notaryv2_validator.py 80.00% <80.00%> (ø)
connaisseur/flask_application.py 92.63% <92.63%> (ø)
connaisseur/validators/static/static_validator.py 93.75% <93.75%> (ø)
connaisseur/util.py 95.45% <95.45%> (-4.55%) ⬇️
connaisseur/logging_wrapper.py 96.15% <96.15%> (ø)
connaisseur/config.py 97.29% <97.29%> (ø)
connaisseur/alert.py 97.97% <97.97%> (ø)
...naisseur/validators/notaryv1/notaryv1_validator.py 98.31% <98.31%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7c58f1...697d46c. Read the comment docs.

Copy link
Collaborator

@xopham xopham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit c8dd7bf into develop May 13, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/setuptools-approx-eq-62.2.0 branch May 13, 2022 10:58
@xopham xopham mentioned this pull request May 13, 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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants