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

Bump setuptools from 59.6.0 to 65.5.1 in /libbeat/tests/system #34389

Merged
merged 2 commits into from
Jan 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2023

Bumps setuptools from 59.6.0 to 65.5.1.

Release notes

Sourced from setuptools's releases.

v65.5.1

No release notes provided.

v65.5.0

No release notes provided.

v65.4.1

No release notes provided.

v65.4.0

No release notes provided.

v65.3.0

No release notes provided.

v65.2.0

No release notes provided.

v65.1.1

No release notes provided.

v65.1.0

No release notes provided.

v65.0.2

No release notes provided.

v65.0.1

No release notes provided.

v65.0.0

No release notes provided.

v64.0.3

No release notes provided.

v64.0.2

No release notes provided.

v64.0.1

No release notes provided.

v64.0.0

No release notes provided.

v63.4.3

No release notes provided.

v63.4.2

No release notes provided.

... (truncated)

Changelog

Sourced from setuptools's changelog.

v65.5.1

Misc ^^^^

  • #3638: Drop a test dependency on the mock package, always use :external+python:py:mod:unittest.mock -- by :user:hroncok
  • #3659: Fixed REDoS vector in package_index.

v65.5.0

Changes ^^^^^^^

  • #3624: Fixed editable install for multi-module/no-package src-layout projects.
  • #3626: Minor refactorings to support distutils using stdlib logging module.

Documentation changes ^^^^^^^^^^^^^^^^^^^^^

  • #3419: Updated the example version numbers to be compliant with PEP-440 on the "Specifying Your Project’s Version" page of the user guide.

Misc ^^^^

  • #3569: Improved information about conflicting entries in the current working directory and editable install (in documentation and as an informational warning).
  • #3576: Updated version of validate_pyproject.

v65.4.1

Misc ^^^^

v65.4.0

Changes ^^^^^^^

v65.3.0

... (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)
  • @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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [setuptools](https://github.com/pypa/setuptools) from 59.6.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v59.6.0...v65.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 25, 2023 13:32
@dependabot dependabot bot requested review from belimawr and rdner and removed request for a team January 25, 2023 13:32
@dependabot dependabot bot added dependency python Pull requests that update Python code labels Jan 25, 2023
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jan 25, 2023
@mergify
Copy link
Contributor

mergify bot commented Jan 25, 2023

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

@cmacknz cmacknz added the Team:Elastic-Agent Label for the Agent team label Jan 25, 2023
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jan 25, 2023
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jan 25, 2023

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-01-31T02:45:26.275+0000

  • Duration: 65 min 28 sec

Test stats 🧪

Test Results
Failed 0
Passed 25317
Skipped 1962
Total 27279

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@cmacknz
Copy link
Member

cmacknz commented Jan 25, 2023

platform linux -- Python 3.10.6, pytest-7.1.3, pluggy-0.13.1
[2023-01-25T14:05:46.240Z] ==================================== ERRORS ====================================
[2023-01-25T14:05:46.240Z] _________ ERROR collecting filebeat/tests/system/test_autodiscover.py __________
[2023-01-25T14:05:46.240Z] tests/system/test_autodiscover.py:2: in <module>
[2023-01-25T14:05:46.240Z]     import filebeat
[2023-01-25T14:05:46.240Z] tests/system/filebeat.py:6: in <module>
[2023-01-25T14:05:46.240Z]     from beat.beat import TestCase, REGEXP_TYPE
[2023-01-25T14:05:46.241Z] ../libbeat/tests/system/beat/beat.py:23: in <module>
[2023-01-25T14:05:46.241Z]     from .compose import ComposeMixin
[2023-01-25T14:05:46.241Z] ../libbeat/tests/system/beat/compose.py:14: in <module>
[2023-01-25T14:05:46.241Z]     from compose.cli.command import get_project
[2023-01-25T14:05:46.241Z] ../../../../../python-env/build/ve/linux/lib/python3.10/site-packages/compose/cli/command.py:5: in <module>
[2023-01-25T14:05:46.241Z]     from . import errors
[2023-01-25T14:05:46.241Z] ../../../../../python-env/build/ve/linux/lib/python3.10/site-packages/compose/cli/errors.py:13: in <module>
[2023-01-25T14:05:46.241Z]     from ..const import API_VERSION_TO_ENGINE_VERSION
[2023-01-25T14:05:46.241Z] ../../../../../python-env/build/ve/linux/lib/python3.10/site-packages/compose/const.py:27: in <module>
[2023-01-25T14:05:46.241Z]     COMPOSEFILE_V1 = ComposeVersion('1')
[2023-01-25T14:05:46.241Z] ../../../../../python-env/build/ve/linux/lib/python3.10/site-packages/setuptools/_distutils/version.py:55: in __init__
[2023-01-25T14:05:46.241Z]     warnings.warn(
[2023-01-25T14:05:46.241Z] E   DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

@cmacknz cmacknz force-pushed the dependabot/pip/libbeat/tests/system/setuptools-65.5.1 branch 3 times, most recently from 586b539 to ae638c4 Compare January 30, 2023 19:49
The compose package needs to be updated to get rid of this, and there
are no newer versions yet. The only option is to filter this warning.
@cmacknz cmacknz force-pushed the dependabot/pip/libbeat/tests/system/setuptools-65.5.1 branch from ae638c4 to a4385de Compare January 31, 2023 02:45
@cmacknz cmacknz merged commit 1046652 into main Jan 31, 2023
@cmacknz cmacknz deleted the dependabot/pip/libbeat/tests/system/setuptools-65.5.1 branch January 31, 2023 14:33
chrisberkhout pushed a commit that referenced this pull request Jun 1, 2023
* Bump setuptools from 59.6.0 to 65.5.1 in /libbeat/tests/system

Bumps [setuptools](https://github.com/pypa/setuptools) from 59.6.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v59.6.0...v65.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Filter out distutil deprecation warnings.

The compose package needs to be updated to get rid of this, and there
are no newer versions yet. The only option is to filter this warning.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Craig MacKenzie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency python Pull requests that update Python code Team:Elastic-Agent Label for the Agent team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants