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 mattermostautodriver requirement from ~=1.3.0 to ~=2.0.0 #464

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on mattermostautodriver to permit the latest version.

Changelog

Sourced from mattermostautodriver's changelog.

2.0.0 """""

Code ''''

  • Remove non-standard "TRACE" debug level in httpx code
  • Fix logging output when passing debug=True to Driver()
  • Include API cnanges as of 2023-12-01
  • Add cloud.get_endpoint_for_installation_information
  • Add emoji.get_emojis_by_names
  • Add groups.restore_group
  • Add users.get_users_with_invalid_emails
  • Fix URL of commands.list_command_autocomplete_suggestions
  • Fix URL of files.get_file_public
  • Remove insights and opengraph endpoints
  • New endpoints filtering and ip
  • threads.set_thread_unread_by_post_id now uses POST

Documentation '''''''''''''

  • Updated README API clone instructions. API is now part of main mattermost repository.

Maintenance '''''''''''

  • Rename GitHub Actions for clarity
  • Force upgrade of pip in sphinx build GitHub Action - fixes docutils incompatibility resolution

1.3.0 """""

Release 1.2.3 and 1.2.4 should have been made under a new minor digit. This release addresses this mistake.

Code ''''

  • Minor refactor to avoid using basepath in hook calls
  • Fix missing /api/v4 in websocket handcrafted URL

Maintenance '''''''''''

  • Update GitHub Actions to resolve deprecation warnings
  • Fix GitHub Action Python 3.10 related failures
  • Add possiblity to manually release to PyPi

1.2.4

... (truncated)

Commits
  • a3093cc Release 2.0.0
  • 3e79c91 Try to upgrade pip to avoid package resolution problems
  • 940a648 Simplify gitignore
  • 320c3d0 Add note to README about updating documentation
  • 09d0a04 Add warning about versioning scheme used to README
  • 191a8d6 Update changelog to 2023-12-01 and prepare for 2.0.0
  • 614ab58 Ignore the new mattermost/ clone dir
  • d1d0460 Update API 2023-12-01
  • 02019f5 Update README instructions for API reference cloning
  • fcb0423 Temporary workaround to fix #9
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [mattermostautodriver](https://github.com/embl-bio-it/python-mattermost-autodriver) to permit the latest version.
- [Changelog](https://github.com/embl-bio-it/python-mattermost-autodriver/blob/main/CHANGELOG.rst)
- [Commits](embl-bio-it/python-mattermost-autodriver@1.3.0...2.0.0)

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

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 Dec 4, 2023
Copy link

codeclimate bot commented Dec 4, 2023

Code Climate has analyzed commit cd25c73 and detected 0 issues on this pull request.

View more on Code Climate.

@unode
Copy link
Collaborator

unode commented Dec 7, 2023

We should hold this upgrade for a major mmpy_bot release.
⚠️ Suggest waiting for #396 's fix before merging this PR. ⚠️

There are significant API breaking changes that while not used by mmpy_bot directly can break users' plugins so we should be cautious with mmpy_bot's versioning.

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.

None yet

1 participant