diginomads / pycensus

Modern Python Package for US Census API
Apache License 2.0
1 stars 0 forks source link

:arrow_up: Bump shellingham from 1.5.0.post1 to 1.5.3 #31

Open dependabot[bot] opened 12 months ago

dependabot[bot] commented 12 months ago

Bumps shellingham from 1.5.0.post1 to 1.5.3.

Changelog

Sourced from shellingham's changelog.

1.5.3 (2023-08-17)

Bug Fixes

  • Detect proc format eagerly so it throws the error at the correct location. [#78](https://github.com/sarugaku/shellingham/issues/78) <https://github.com/sarugaku/shellingham/issues/78>_

1.5.2 (2023-08-16)

Bug Fixes

  • Fixed a regression causing ShellDetectionFailure if /proc is used for process lookup. [#72](https://github.com/sarugaku/shellingham/issues/72) <https://github.com/sarugaku/shellingham/issues/72>_

1.5.1 (2023-02-13)

Bug Fixes

  • Select the correct status file fields on BSD systems. [#68](https://github.com/sarugaku/shellingham/issues/68) <https://github.com/sarugaku/shellingham/issues/68>_
Commits
  • b8ba512 Bump to 1.5.3
  • ed3066f Merge pull request #79 from sneakers-the-rat/bugfix-detect-proc
  • 4619ac9 Raise exception eagerly in generator
  • 9ef1e31 Enable ruff and black on CI
  • bf9f580 Bump to 1.5.2
  • c2b9431 Merge pull request #75 from Moomboh/master
  • 82b6685 Use iterator to inspect parents
  • 6b34109 revert ps call to version before #7bf9e76
  • 71a3b72 improve qemu regex readability
  • 7bf9e76 refactor proc tree iter and ps parsing
  • 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 show 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)