LDO-CERT / methlab

MIT License
7 stars 0 forks source link

Bump glom from 20.7.0 to 20.8.0 in /requirements #60

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps glom from 20.7.0 to 20.8.0.

Changelog

Sourced from glom's changelog.

20.8.0

(August 11, 2020)

A few cleanups from the big release:

  • PathAccessError paths are now Path objects again (fixes #185i185)
  • Fix an intermittent infinite recursion due to a suspected bug in abc, and a bad interaction between ChainMap and weakref. (fixes #189i189)
  • Adjust face requirement version to be more strictly up-to-date (#188i188)
  • Soft launch the Pipe() spec, which is just a more explicit version of the default tuple behavior. (#191i191)

Huge thanks to all reporters and committers!

Commits
  • 2b5d1bc add CHANGELOG and bump docs for v20.8.0
  • 6fd835a bump version for v20.8.0 release
  • 3cdf4e7 Merge pull request #191 from mahmoud/pipe-spec
  • 240e309 Pipe repr test + bbrepr
  • cc8c1d4 better Pipe docs and test
  • 5e7bd35 test and export for Pipe
  • 87dd8a0 Update core.py
  • e8cd3b8 Merge pull request #190 from mahmoud/glomit-spec-instances-only
  • 622048d specifier objects must be instances not types. aligns with _is_spec, and fixe...
  • 0d6a45b make PathAccessError.path a Path() object once more, and test as much. Fixes ...
  • Additional commits viewable in compare view


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 will merge this PR once CI passes on it, as requested by @dadokkio.


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)
dadokkio commented 4 years ago

@dependabot merge