MeltanoLabs / tap-dbt

Singer Tap for dbt API v2 built with the Meltano SDK
https://pypi.org/p/tap-dbt
Apache License 2.0
12 stars 6 forks source link

chore(deps-dev): Bump the development-dependencies group with 2 updates #383

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the development-dependencies group with 2 updates: deptry and faker.

Updates deptry from 0.19.1 to 0.20.0

Release notes

Sourced from deptry's releases.

0.20.0

What's Changed

Breaking changes

In release 0.15.0, we announced the deprecation of the following flags:

  • --requirements-txt (and its requirements_txt setting counterpart in pyproject.toml)
  • --requirements-txt-dev (and its requirements_txt_dev setting counterpart in pyproject.toml)

Those flags have now been removed. If you relied on them, you should now use, respectively:

  • --requirements-files (and its requirements_files setting counterpart in pyproject.toml)
  • --requirements-files-dev (and its requirements_files_dev setting counterpart in pyproject.toml)

Features

  • deptry now detects uv and reads development dependencies from [uv.tool.dev-dependencies] section (#816)
  • Dynamically set max terminal width for better readability when displaying help (#817)
  • Remove deprecated --requirements-txt/--requirements-txt-dev flags (#819)

Full Changelog: https://github.com/fpgmaas/deptry/compare/0.19.1...0.20.0

Changelog

Sourced from deptry's changelog.

0.20.0 - 2024-08-27

Breaking changes

In release 0.15.0, we announced the deprecation of the following flags:

  • --requirements-txt (and its requirements_txt setting counterpart in pyproject.toml)
  • --requirements-txt-dev (and its requirements_txt_dev setting counterpart in pyproject.toml)

Those flags have now been removed. If you relied on them, you should now use, respectively:

  • --requirements-files (and its requirements_files setting counterpart in pyproject.toml)
  • --requirements-files-dev (and its requirements_files_dev setting counterpart in pyproject.toml)

Features

  • deptry now detects uv and reads development dependencies from [uv.tool.dev-dependencies] section (#816)
  • Dynamically set max terminal width for better readability when displaying help (#817)
  • Remove deprecated --requirements-txt/--requirements-txt-dev flags (#819)
Commits
  • 4fa5a91 docs(changelog): add missing parenthenses (#835)
  • e593d3d docs(changelog): add 0.20.0 release notes (#834)
  • 673086e feat: add initial support for uv (#816)
  • 4e82f7a feat(cli): set max terminal width based on terminal (#817)
  • ce87735 feat: remove deprecated --requirements-txt/--requirements-txt-dev (#819)
  • e51eb06 chore: use 0.6.2 for Ruff parser (#833)
  • e441c5b chore(deps): lock file maintenance
  • 424fd11 fix(deps): update rust crate serde_json to v1.0.127
  • 924f09b chore(deps): update dependency mkdocs-material to v9.5.33
  • cfa18da chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.6.2
  • Additional commits viewable in compare view


Updates faker from 28.0.0 to 28.1.0

Release notes

Sourced from faker's releases.

Release v28.1.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v28.1.0 - 2024-08-30

  • Fix Incorrect City Spelling in uk_UA locale. Thanks @​ch4zzy.
Commits


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

edgarrmondragon commented 2 months ago

@dependabot merge