MeltanoLabs / tap-postgres

Singer Tap for PostgreSQL
https://hub.meltano.com/extractors/tap-postgres--meltanolabs/
Other
16 stars 16 forks source link

build(deps-dev): Bump the development-dependencies group with 5 updates #454

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 5 days ago

Bumps the development-dependencies group with 5 updates:

Package From To
faker 25.1.0 26.0.0
mypy 1.9.0 1.10.1
ruff 0.3.7 0.5.0
types-paramiko 3.4.0.20240311 3.4.0.20240423
types-jsonschema 4.21.0.20240331 4.22.0.20240610

Updates faker from 25.1.0 to 26.0.0

Release notes

Sourced from faker's releases.

Release v26.0.0

See CHANGELOG.md.

Release v25.9.2

See CHANGELOG.md.

Release v25.9.1

See CHANGELOG.md.

Release v25.9.0

See CHANGELOG.md.

Release v25.8.0

See CHANGELOG.md.

Release v25.7.0

See CHANGELOG.md.

Release v25.6.0

See CHANGELOG.md.

Release v25.5.0

See CHANGELOG.md.

Release v25.4.0

See CHANGELOG.md.

Release v25.3.0

See CHANGELOG.md.

Release v25.2.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v26.0.0 - 2024-06-26

v25.9.2 - 2024-06-25

  • Remove duplicate entry in currency provider.

v25.9.1 - 2024-06-20

  • Change pydecimal type hint for min_value, max_value to allow ints. Thanks @​parsariyahi.

v25.9.0 - 2024-06-20

  • Add support for Nigerian Yoruba names and surnames (yo_NG). Thanks @​5uru.

v25.8.0 - 2024-05-07

  • Add handshake emoji with different color variations to emoji provider list. Thanks @​tamkc.

v25.7.0 - 2024-05-07

v25.6.0 - 2024-05-06

v25.5.0 - 2024-05-04

v25.4.0 - 2024-05-03

v25.3.0 - 2024-05-28

v25.2.0 - 2024-05-13

  • Update VAT generation in nl_BE to align with correct Belgian format. Thanks @​JorisSpruyt.
Commits
  • 554d1aa Bump version: 25.9.2 → 26.0.0
  • 8d31b08 :pencil: Update CHANGELOG.md
  • 39feef7 issue a warning instead of logging when elements don’t match word count
  • fb8b8a2 Rename word_list argument to words() back to ext_word_list
  • b01507a Fix upper limit of nb_elements (#2067)
  • 97c046c Bump version: 25.9.1 → 25.9.2
  • e4949d4 :pencil: Update CHANGELOG.md
  • 667d907 Remove duplicate entry in currency provider
  • fb42357 Bump version: 25.9.0 → 25.9.1
  • 7c391c4 :pencil: Update CHANGELOG.md
  • Additional commits viewable in compare view


Updates mypy from 1.9.0 to 1.10.1

Changelog

Sourced from mypy's changelog.

Mypy 1.10.1

  • Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Alex Waygood
  • Ali Hamdan
  • Edward Paget
  • Evgeniy Slobodkin
  • Hashem
  • hesam
  • Hugo van Kemenade
  • Ihor
  • James Braza
  • Jelle Zijlstra
  • jhance
  • Jukka Lehtosalo
  • Loïc Simon
  • Marc Mueller
  • Matthieu Devlin
  • Michael R. Crusoe
  • Nikita Sobolev
  • Oskari Lehto
  • Riccardo Di Maio
  • Richard Si
  • roberfi
  • Roman Solomatin
  • Sam Xifaras
  • Shantanu
  • Spencer Brown
  • Srinivas Lade
  • Tamir Duberstein
  • youkaichao

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.9

We’ve just uploaded mypy 1.9 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Breaking Changes

Because the version of typeshed we use in mypy 1.9 doesn't support 3.7, neither does mypy 1.9. (Jared Hance, PR 16883)

... (truncated)

Commits
  • c28b525 [1.10 backport] Fix error reporting on cached run after uninstallation of thi...
  • 3faf0fc Remove +dev for version for release 1.10
  • a5998d2 Update CHANGELOG.md (#17159)
  • 62ea5b0 Various updates to changelog for 1.10 (#17158)
  • 2f0864c Update CHANGELOG.md with draft for release 1.10 (#17150)
  • e1443bb fix: incorrect returned type of access descriptors on unions of types (#16604)
  • 5161ac2 Sync typeshed (#17124)
  • e2fc1f2 Fix crash when expanding invalid Unpack in a Callable alias (#17028)
  • 3ff6e47 Docs: docstrings in checker.py, ast_helpers.py (#16908)
  • 732d98e Fix string formatting for string enums (#16555)
  • Additional commits viewable in compare view


Updates ruff from 0.3.7 to 0.5.0

Release notes

Sourced from ruff's releases.

0.5.0

Release Notes

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Follow the XDG specification to discover user-level configurations on macOS (same as on other Unix platforms)
  • Selecting ALL now excludes deprecated rules
  • The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
  • The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
  • The diagnostic ranges for some flake8-bandit rules were modified (#10667).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Changelog

Sourced from ruff's changelog.

0.5.0

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

See also, the "Remapped rules" section which may result in disabled rules.

  • Follow the XDG specification to discover user-level configurations on macOS (same as on other Unix platforms)
  • Selecting ALL now excludes deprecated rules
  • The released archives now include an extra level of nesting, which can be removed with --strip-components=1 when untarring.
  • The release artifact's file name no longer includes the version tag. This enables users to install via /latest URLs on GitHub.
  • The diagnostic ranges for some flake8-bandit rules were modified (#10667).

Deprecations

The following rules are now deprecated:

Remapped rules

The following rules have been remapped to new rule codes:

Stabilization

The following rules have been stabilized and are no longer in preview:

... (truncated)

Commits
  • 244b923 Add necessary permissions for cargo-dist Docker build (#12072)
  • a8b48fc Release v0.5.0 (#12068)
  • 04c8597 [flake8-simplify] Stabilize detection of Yoda conditions for "constant" col...
  • 4029a25 [Ruff v0.5] Stabilise 15 pylint rules (#12051)
  • 0917ce1 Update documentation to mention etcetera crate instead of dirs for user c...
  • 22cebdf Add server config to filter out syntax error diagnostics (#12059)
  • 72b6c26 Simplify LinterResult, avoid cloning ParseError (#11903)
  • 73851e7 Avoid displaying syntax error as log message (#11902)
  • e7b4969 Remove E999 as a rule, disallow any disablement methods for syntax error (#...
  • c98d8a0 [pyflakes] Stabilize detection of is comparisons to lists, etc. (F632) (#...
  • Additional commits viewable in compare view


Updates types-paramiko from 3.4.0.20240311 to 3.4.0.20240423

Commits


Updates types-jsonschema from 4.21.0.20240331 to 4.22.0.20240610

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


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