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 the python group in /tests with 3 updates #4749

Merged
merged 3 commits into from Dec 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps the python group in /tests with 3 updates: google-auth, pytest-html and websocket-client.

Updates google-auth from 2.23.4 to 2.24.0

Release notes

Sourced from google-auth's releases.

v2.24.0

2.24.0 (2023-11-29)

Features

Bug Fixes

  • Add missing before request to async oauth2 credentials. (#1420) (8eaa878)
  • Auto create self signed jwt cred (#1418) (6c610a5)
  • Migrate datetime.utcnow for python 3.12 (#1413) (e4d9c27)

Documentation

Changelog

Sourced from google-auth's changelog.

2.24.0 (2023-11-29)

Features

Bug Fixes

  • Add missing before request to async oauth2 credentials. (#1420) (8eaa878)
  • Auto create self signed jwt cred (#1418) (6c610a5)
  • Migrate datetime.utcnow for python 3.12 (#1413) (e4d9c27)

Documentation

Commits

Updates pytest-html from 3.2.0 to 4.1.1

Release notes

Sourced from pytest-html's releases.

4.1.1

Changes

4.1.0

Changes

v4.0.2

Changes

v4.0.1

Changes

v4.0.0

Changes

... (truncated)

Changelog

Sourced from pytest-html's changelog.

4.1.1 (2023-11-07)


* Fix original initial sort INI-setting.
  • Thanks to @sturmf <https://github.com/sturmf>_ for reporting.

4.1.0 (2023-11-04)

  • Fix typo ("ge" instead of "get") in green Reload button in report file.

  • Fix results table modification documentation.

    • Thanks to @michalkaptur <https://github.com/michalkaptur>_ for the reporting and PR.
  • Fix broken duration.

  • Revert report generation to full run.

  • Add collections errors to report.

  • Fix escaping HTML in the log.

4.0.2 (2023-09-12)


* Use absolute path to the report file.
  • Thanks to @adrien-berchet &lt;https://github.com/adrien-berchet&gt;_ for reporting and for the PR.

4.0.1 (2023-09-10)

  • Fix incorrectly labeled outcome.

    • Thanks to @lodagro <https://github.com/lodagro>_ for reporting

4.0.0 (2023-09-01)


This release is the result of more than two years of rewrites.

We've tried our best to keep this release backwards-compatible with v3.

If you find something that seems to be a regression, please consult the documentation first, before filing an issue.

Thanks to all the users who have contributed with ideas, solutions and beta-testing. You're too many to name, but you know who you are. </tr></table>

... (truncated)

Commits

Updates websocket-client from 1.6.4 to 1.7.0

Release notes

Sourced from websocket-client's releases.

v1.7.0

1.7.0

Changelog

Sourced from websocket-client's changelog.

  • 1.7.0
    • Renamed mask variable in ABNF to prevent name collision with mask() function (9b51f73)
    • Fixed old http import of HTTPStatus in _handshake.py (9b51f73)
    • Add send_text() and send_bytes() to _app.py (#953)
    • Improved typehint support (#953, 9b51f73, 8b73d00)
    • General readability improvements, made all string concatenations use f-strings (#909, 780584f, 3eabc6e)
    • Applied black formatting style to code (da7f286)
Commits
  • 85de6c7 1.7.0
  • 811aa84 fix tests for new ABNF mask_value variable name
  • 9b51f73 typehint improvements, fixing mypy errors
  • 8ac8b89 add black, apache badges
  • da7f286 apply black formatting
  • 797b9a5 fix flake8 errors, add flake8 config to setup.cfg
  • 3eabc6e finish replacing str.format() with f-strings
  • 2f51937 fix build errors from missing : in if statements
  • 780584f Apply select sourcery-ai improvements, resolves #909
  • 2092dfa Added more specific type hints. Added send_text and send_bytes methods. (#953)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner December 5, 2023 11:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 5, 2023
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eea983e) 52.14% compared to head (2678135) 52.14%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4749   +/-   ##
=======================================
  Coverage   52.14%   52.14%           
=======================================
  Files          59       59           
  Lines       17083    17083           
=======================================
  Hits         8908     8908           
  Misses       7875     7875           
  Partials      300      300           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dependabot bot and others added 2 commits December 7, 2023 14:24
Bumps the python group in /tests with 3 updates: [google-auth](https://github.com/googleapis/google-auth-library-python), [pytest-html](https://github.com/pytest-dev/pytest-html) and [websocket-client](https://github.com/websocket-client/websocket-client).


Updates `google-auth` from 2.23.4 to 2.24.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.23.4...v2.24.0)

Updates `pytest-html` from 3.2.0 to 4.1.1
- [Release notes](https://github.com/pytest-dev/pytest-html/releases)
- [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-html@v3.2.0...4.1.1)

Updates `websocket-client` from 1.6.4 to 1.7.0
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](websocket-client/websocket-client@v1.6.4...v1.7.0)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pytest-html
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: websocket-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@pdabelf5 pdabelf5 force-pushed the dependabot/pip/tests/python-a039d84efe branch from 2f963ea to 5b742a6 Compare December 7, 2023 14:25
@pdabelf5 pdabelf5 merged commit 467eb36 into main Dec 7, 2023
62 checks passed
@pdabelf5 pdabelf5 deleted the dependabot/pip/tests/python-a039d84efe branch December 7, 2023 16:24
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
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

None yet

2 participants