thegraphnetwork / epigraphhub_py

Epigraphhub Python package
GNU General Public License v3.0
2 stars 9 forks source link

:arrow_up: Bump fiona from 1.8.20 to 1.8.21 #100

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps fiona from 1.8.20 to 1.8.21.

Release notes

Sourced from fiona's releases.

Fiona 1.8.21

Changes:

  • Driver mode support tests have been made more general and less susceptible to driver quirks involving feature fields and coordinate values (#1060).
  • OSError is raised on attempts to open a dataset in a Python file object in "a" mode (see #1027).
  • Upgrade attrs, cython, etc to open up Python 3.10 support (#1049).

Bug fixes:

  • Allow FieldSkipLogFilter to handle exception messages as well as strings (reported in #1035).
  • Clean up VSI files left by MemoryFileBase, resolving #1041.
  • Hard-coded "utf-8" collection encoding added in #423 has been removed (#1057).
Changelog

Sourced from fiona's changelog.

1.8.21 (2022-02-07)

Changes:

  • Driver mode support tests have been made more general and less susceptible to driver quirks involving feature fields and coordinate values (#1060).
  • OSError is raised on attempts to open a dataset in a Python file object in "a" mode (see #1027).
  • Upgrade attrs, cython, etc to open up Python 3.10 support (#1049).

Bug fixes:

  • Allow FieldSkipLogFilter to handle exception messages as well as strings (reported in #1035).
  • Clean up VSI files left by MemoryFileBase, resolving #1041.
  • Hard-coded "utf-8" collection encoding added in #423 has been removed (#1057).
Commits
  • 8954176 Merge branch 'maint-1.8' of github.com:Toblerity/Fiona into maint-1.8
  • 00f7c13 Finalize version and set date in change log
  • 6b7474f Make tests less specific about feature equality (#1060)
  • 51c80a4 Allow FieldSkipLogFilter to handle exception records
  • 3a3828a Use proper fixture
  • 55d039e Raise OSError on attempt to append to dataset stored in a file
  • 9057cb3 Clean up files left by MemoryFileBase (#1058)
  • 9925896 Remove hard-coded BytesCollection encoding (#1057)
  • c4ec419 Pass arguments when reading file-like dataset. Fixes #781. (#782)
  • 199e7a9 Update change log and dev version
  • 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 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)
xmnlab commented 2 years ago

@dependabot rebase