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

chore(deps): Bump polyfactory from 2.15.0 to 2.16.0 in /schemas #10696

Merged
merged 1 commit into from
May 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps polyfactory from 2.15.0 to 2.16.0.

Release notes

Sourced from polyfactory's releases.

v2.16.0

Sponsors 🌟

Thanks to these incredible business sponsors:

Scalar (@​scalar), Telemetry Sports (via @​chris-telemetry), Stok (@​stok-team)

A huge 'Thank you!' to all other sponsors across Polar.sh, OpenCollective and GitHub Sponsors!

What's Changed

New Contributors

Fixes 🔧

New Features 🚀

Docs 📚

Infra 🚆

Full Changelog: litestar-org/polyfactory@v2.15.0...v2.16.0

Changelog

Sourced from polyfactory's changelog.

========= Changelog

All commits to this project will be documented in this file.

[unreleased]

1d1c7f9 <https://github.com/litestar-org/polyfactory/commit/1d1c7f9d02f9c7a8eb977dc0624bf5a045d55ddc>_ is the last commit in the changelog before unreleased changes.

Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (719495e <https://github.com/litestar-org/polyfactory/commit/719495e6dca5c6938975b6bc0456205d28e2c90d>) - Ignore non-columns types (#510) by @adhtruong <https://github.com/adhtruong> in [#510](https://github.com/litestar-org/polyfactory/issues/510) <https://github.com/litestar-org/polyfactory/pull/510>_
  • (bb04b4e <https://github.com/litestar-org/polyfactory/commit/bb04b4e81764289ba5a138c0b82faa73bb4e5257>) - Favour SA mapped type over impl type (#513) by @adhtruong <https://github.com/adhtruong> in [#513](https://github.com/litestar-org/polyfactory/issues/513) <https://github.com/litestar-org/polyfactory/pull/513>_
  • (0032b5e <https://github.com/litestar-org/polyfactory/commit/0032b5e962906239ecd4c4bd7276dc0d9e9f142d>) - Add footer to changelog generation by @JacobCoffee <https://github.com/JacobCoffee>
  • (5fd7d6c <https://github.com/litestar-org/polyfactory/commit/5fd7d6c2bedb3c602e009618137c6ab215172625>) - Resolve mypy issues (#540) by @adhtruong <https://github.com/adhtruong> in [#540](https://github.com/litestar-org/polyfactory/issues/540) <https://github.com/litestar-org/polyfactory/pull/540>_
  • (9e6edab <https://github.com/litestar-org/polyfactory/commit/9e6edabd4ee5242c54f3ddb66e539a415da86901>) - Fix json type error and pg dialect default value e… (#542) by @wangxin688 <https://github.com/wangxin688> in [#542](https://github.com/litestar-org/polyfactory/issues/542) <https://github.com/litestar-org/polyfactory/pull/542>_

Documentation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (01d1dbe <https://github.com/litestar-org/polyfactory/commit/01d1dbeb46cc722b075dba85cfd6bcb94505e65d>) - Apply organization theme (#533) by @JacobCoffee <https://github.com/JacobCoffee> in [#533](https://github.com/litestar-org/polyfactory/issues/533) <https://github.com/litestar-org/polyfactory/pull/533>_
  • (5a0a5be <https://github.com/litestar-org/polyfactory/commit/5a0a5bed4ddb679868d9365a5ffbcc6c3fed686c>) - Polyfactory landing page (#535) by @JacobCoffee <https://github.com/JacobCoffee> in [#535](https://github.com/litestar-org/polyfactory/issues/535) <https://github.com/litestar-org/polyfactory/pull/535>_
  • (2f781ee <https://github.com/litestar-org/polyfactory/commit/2f781eee7f06436661874a4e469c601bb0de6cd4>) - Add wangxin688 as a contributor for code (#544) by @allcontributors[bot] <https://github.com/allcontributors[bot]> in [#544](https://github.com/litestar-org/polyfactory/issues/544) <https://github.com/litestar-org/polyfactory/pull/544>_

Features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (1792c19 <https://github.com/litestar-org/polyfactory/commit/1792c19fc100b16b610902c19c90b2031420c57e>) - Support nested type in pg.array types and others (#530) by @wangxin688 <https://github.com/wangxin688> in [#530](https://github.com/litestar-org/polyfactory/issues/530) <https://github.com/litestar-org/polyfactory/pull/530>_
  • (013135c <https://github.com/litestar-org/polyfactory/commit/013135c17387e451d88a7b73157ad08333649112>) - Refresh object in async_session after commit to db (#541) by @wangxin688 <https://github.com/wangxin688> in [#541](https://github.com/litestar-org/polyfactory/issues/541) <https://github.com/litestar-org/polyfactory/pull/541>_
  • (e4695a7 <https://github.com/litestar-org/polyfactory/commit/e4695a7d16e1a63b7cce036ca653d839ea0104fb>) - Copy mutable args (#529) by @adhtruong <https://github.com/adhtruong> in [#529](https://github.com/litestar-org/polyfactory/issues/529) <https://github.com/litestar-org/polyfactory/pull/529>_

Miscellaneous Tasks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (fac9fba <https://github.com/litestar-org/polyfactory/commit/fac9fbad94f0a82a062bfdac11b2da19f906e32f>) - Upgrade dependencies (#517) by @adhtruong <https://github.com/adhtruong> in [#517](https://github.com/litestar-org/polyfactory/issues/517) <https://github.com/litestar-org/polyfactory/pull/517>_
  • (3da64f6 <https://github.com/litestar-org/polyfactory/commit/3da64f615056c8d2f11c6bfc55c86877a89c2414>) - Update changelog.rst (#537) by @impaktor <https://github.com/impaktor> in [#537](https://github.com/litestar-org/polyfactory/issues/537) <https://github.com/litestar-org/polyfactory/pull/537>_
  • (3e2d22c <https://github.com/litestar-org/polyfactory/commit/3e2d22c5bafc5ed984338be54c3eace3cacc720f>) - Update maintainer emails (#545) by @guacs <https://github.com/guacs> in [#545](https://github.com/litestar-org/polyfactory/issues/545) <https://github.com/litestar-org/polyfactory/pull/545>_

Ci ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (6507c6d <https://github.com/litestar-org/polyfactory/commit/6507c6d86094dbcf678083e3ce7d06a5b4dd2f60>) - Add codecov coverage, fix badges (#536) by @JacobCoffee <https://github.com/JacobCoffee> in [#536](https://github.com/litestar-org/polyfactory/issues/536) <https://github.com/litestar-org/polyfactory/pull/536>_
Commits
  • 4928f07 chore(release): prepare for v2.16.0 (#546)
  • 3e2d22c chore: update maintainer emails (#545)
  • e4695a7 feat: copy mutable args (#529)
  • 3da64f6 chore: Update changelog.rst (#537)
  • 9e6edab fix(sqla_factory): fix json type error and pg dialect default value e… (#542)
  • 2f781ee docs: add wangxin688 as a contributor for code (#544)
  • 013135c feat(sqla_factory): refresh object in async_session after commit to db (#541)
  • 1792c19 feat(sqlfactory): support nested type in pg.array types and others (#530)
  • 5fd7d6c fix: resolve mypy issues (#540)
  • 0032b5e fix(docs): add footer to changelog generation
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @jaredlockhart.


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 [polyfactory](https://github.com/litestar-org/polyfactory) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/litestar-org/polyfactory/releases)
- [Changelog](https://github.com/litestar-org/polyfactory/blob/main/docs/changelog.rst)
- [Commits](litestar-org/polyfactory@v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: polyfactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2024
Copy link
Collaborator

@jaredlockhart jaredlockhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@jaredlockhart jaredlockhart added this pull request to the merge queue May 14, 2024
Merged via the queue into main with commit 4d5ce94 May 14, 2024
20 checks passed
@jaredlockhart jaredlockhart deleted the dependabot/pip/schemas/main/polyfactory-2.16.0 branch May 14, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

None yet

1 participant