Skip to content

chore(deps): bump gam7 from 7.40.3 to 7.42.0#175

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/gam7-7.42.0
Closed

chore(deps): bump gam7 from 7.40.3 to 7.42.0#175
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/gam7-7.42.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps gam7 from 7.40.3 to 7.42.0.

Release notes

Sourced from gam7's releases.

GAM 7.42.00

  • 7.42.00

In versions prior to 7.42.00, when redirect csv <FileName> was used, GAM did not open and write <FileName> until all processing was complete; if <FileName> was not accessible, an error was generated and no results were saved. Now, <FileName> is opened initially to verify accessiblity and then written when processing is complete.

In the unlikely event that this causes issues, you can do redirect csv <FileName> delayopen to get the previous behavior.

GAM 7.41.03

  • 7.41.03

Fixed bug in the following: Added the following to <RowValueFilter> used in CSV input/output row filtering; these are synonyms for count and countrange.

[(any|all):]number<Operator><Number>|
[(any|all):]numberrange!=<Number>/<Number>|
[(any|all):]numberrange=<Number>/<Number>|

GAM 7.41.02

  • 7.41.02

Added option ownername to gam info|print courses to have GAM display the course owners full name; there is an extra API call per course to get the name.

Added option creatorname to gam print course-announcements|course-materials|course-works to have GAM display the item creators full name; there is an extra API call per course to get the name.

After creating a group, it may be sometime, e.g. 30-45 seconds, before members can successfully be added to the group even though the API reported that the group was created. The following options can be used with gam create group to verify that the group is actually ready to be updated. This will be most useful in scripts that are used to create and then populate groups.

verifycreationretries <Integer> - Verify group creation, defaults to 0, no verification performed, range 0-20
verifycreationinitialdelay <Integer> - Number of seconds to delay before first verification performed, defaults to 5, range 0-60
verifycreationretrydelay <Integer> - Number of seconds to delay between verificaton retries, defaults to 5, range 1-60

If you have a script that deletes a group and then immediately tries to create a new group with the same email address, you may run into issues. There seems to be a 30-45 second window after the deletion in which a couple of strange errors can occur on the creation: Resource not found and Duplicate. The following options can be used with gam create group to handle these errors. This will be most useful

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

Bumps [gam7](https://github.com/GAM-team/GAM) from 7.40.3 to 7.42.0.
- [Release notes](https://github.com/GAM-team/GAM/releases)
- [Commits](GAM-team/GAM@v7.40.03...v7.42.00)

---
updated-dependencies:
- dependency-name: gam7
  dependency-version: 7.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update dependencies label Apr 28, 2026
@github-actions
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

Superseded by #176.

@dependabot dependabot Bot closed this Apr 29, 2026
@dependabot dependabot Bot deleted the dependabot/pip/gam7-7.42.0 branch April 29, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants