dbosk / canvaslms

Command-line interface to Canvas LMS
https://pypi.org/project/canvaslms/
MIT License
3 stars 1 forks source link

Bump canvasapi from 2.2.0 to 3.2.0 #93

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 1 year ago

Bumps canvasapi from 2.2.0 to 3.2.0.

Release notes

Sourced from canvasapi's releases.

3.2.0 - 2023-05-25

New Endpoint Coverage

General

  • Added support for pagination with metadata when headers are missing (Thanks, @​bennettscience)
  • Added support for Python 3.11

Bugfixes

  • Fixed an issue where Course.create_discussion_topic wouldn't accept attachment files.

3.1.0 - 2023-04-21

New Endpoint Coverage

  • Account Calendars (Thanks, @​dmols)
    • List available account calendars
    • Get a single account calendar
    • Update a calendar's visibility
    • Update many calendars' visibility
    • List all account calendars
  • Enrollments (Thanks, @​svanderwulp)
    • Accept Course Invitation
    • Reject Course Invitation
  • File (Thanks, @​bennettscience)
    • Update File
  • JWTs (Thanks @​dmols)
    • Create JWTs
    • Refresh JWTs
  • Moderation Grading (Moderation Set)
    • List students selected for moderation
    • Select students for moderation
  • Query Course Events (Thanks, @​dmols)
    • Query by course
    • Query by account
  • Rubrics (Thanks, @​bennettscience)
    • Create, Update, and Delete Rubric Assessments
    • Create a Rubric Association
  • Users

General

  • Updated Codecov action to v3

Bugfixes

... (truncated)

Changelog

Sourced from canvasapi's changelog.

[3.2.0] - 2023-05-25

New Endpoint Coverage

General

  • Added support for pagination with metadata when headers are missing (Thanks, @​bennettscience)
  • Added support for Python 3.11

Bugfixes

  • Fixed an issue where Course.create_discussion_topic wouldn't accept attachment files.

[3.1.0] - 2023-04-21

New Endpoint Coverage

  • Account Calendars (Thanks, @​dmols)
    • List available account calendars
    • Get a single account calendar
    • Update a calendar's visibility
    • Update many calendars' visibility
    • List all account calendars
  • Enrollments (Thanks, @​svanderwulp)
    • Accept Course Invitation
    • Reject Course Invitation
  • File (Thanks, @​bennettscience)
    • Update File
  • JWTs (Thanks @​dmols)
    • Create JWTs
    • Refresh JWTs
  • Moderation Grading (Moderation Set)
    • List students selected for moderation
    • Select students for moderation
  • Query Course Events (Thanks, @​dmols)
    • Query by course
    • Query by account
  • Rubrics (Thanks, @​bennettscience)
    • Create, Update, and Delete Rubric Assessments
    • Create a Rubric Association
  • Users

General

  • Updated Codecov action to v3

... (truncated)

Commits


Dependabot compatibility score

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 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.

dbosk commented 1 year ago

Can't do this without rewriting some code that changed from 2.x.x to 3.x.x.

dbosk commented 1 year ago

@dependabot rebase

dbosk commented 6 months ago

@dependabot rebase

dependabot[bot] commented 6 months ago

Looks like canvasapi is up-to-date now, so this is no longer needed.