Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump faker from 27.4.0 to 28.4.1 #1321

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Bump faker from 27.4.0 to 28.4.1 #1321

merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps faker from 27.4.0 to 28.4.1.

Release notes

Sourced from faker's releases.

Release v28.4.1

See CHANGELOG.md.

Release v28.4.0

See CHANGELOG.md.

Release v28.3.0

See CHANGELOG.md.

Release v28.2.0

See CHANGELOG.md.

Release v28.1.0

See CHANGELOG.md.

Release v28.0.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v28.4.1 - 2024-09-04

  • Fix issue where Faker does not properly convert min/max float values to Decimal. Thanks @​bdjellabaldebaran.

v28.4.0 - 2024-09-04

v28.3.0 - 2024-09-04

v28.2.0 - 2024-09-04

v28.1.0 - 2024-08-30

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

v28.0.0 - 2024-08-23

  • Fix pydecimal handling of positive keyword. Thanks @​tahzeer.
Commits

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 <dependency name> 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)

Bumps [faker](https://github.com/joke2k/faker) from 27.4.0 to 28.4.1.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v27.4.0...v28.4.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 9, 2024 06:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2024
@dependabot dependabot bot requested a review from Uxio0 September 9, 2024 06:04
@coveralls
Copy link

coveralls commented Sep 9, 2024

Pull Request Test Coverage Report for Build 10767477772

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 100 unchanged lines in 10 files lost coverage.
  • Overall coverage decreased (-1.0%) to 92.896%

Files with Coverage Reduction New Missed Lines %
safe_eth/eth/clients/ens_client.py 1 59.38%
safe_eth/safe/tests/utils.py 1 60.0%
safe_eth/eth/ethereum_client.py 1 86.16%
safe_eth/safe/safe_tx.py 1 90.97%
safe_eth/eth/account_abstraction/bundler_client.py 3 93.15%
safe_eth/eth/oracles/superfluid.py 9 55.0%
safe_eth/eth/tests/clients/test_etherscan_client.py 11 63.64%
safe_eth/eth/tests/oracles/test_superfluid.py 13 43.48%
safe_eth/eth/tests/account_abstraction/test_e2e_bundler_client.py 21 45.24%
safe_eth/eth/clients/etherscan_client.py 39 35.71%
Totals Coverage Status
Change from base Build 10631025693: -1.0%
Covered Lines: 8578
Relevant Lines: 9234

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10767477772

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 100 unchanged lines in 10 files lost coverage.
  • Overall coverage decreased (-1.0%) to 92.896%

Files with Coverage Reduction New Missed Lines %
safe_eth/eth/clients/ens_client.py 1 59.38%
safe_eth/safe/tests/utils.py 1 60.0%
safe_eth/eth/ethereum_client.py 1 86.16%
safe_eth/safe/safe_tx.py 1 90.97%
safe_eth/eth/account_abstraction/bundler_client.py 3 93.15%
safe_eth/eth/oracles/superfluid.py 9 55.0%
safe_eth/eth/tests/clients/test_etherscan_client.py 11 63.64%
safe_eth/eth/tests/oracles/test_superfluid.py 13 43.48%
safe_eth/eth/tests/account_abstraction/test_e2e_bundler_client.py 21 45.24%
safe_eth/eth/clients/etherscan_client.py 39 35.71%
Totals Coverage Status
Change from base Build 10631025693: -1.0%
Covered Lines: 8578
Relevant Lines: 9234

💛 - Coveralls

@Uxio0 Uxio0 merged commit 68938a7 into main Sep 9, 2024
7 checks passed
@Uxio0 Uxio0 deleted the dependabot/pip/faker-28.4.1 branch September 9, 2024 10:40
@github-actions github-actions bot locked and limited conversation to collaborators Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants