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 the python-dependencies group across 1 directory with 4 updates #107

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the python-dependencies group with 4 updates in the / directory: tf-keras, fastapi, peewee and websockets.

Updates tf-keras from 2.17.0 to 2.18.0

Release notes

Sourced from tf-keras's releases.

v2.18.0

What's Changed

New Contributors

Full Changelog: keras-team/tf-keras@v2.17.0...v2.18.0

Commits
  • 94def19 Update numpy version in requirements.txt to match TF's version.
  • c5f9773 Automated Code Change
  • 4f72d68 Add support for autocast keyword argument in Layer.add_weight.
  • f93f30e [numpy] Fix users of NumPy APIs that are removed in NumPy 2.0.
  • 1b08597 Merge pull request #14 from SuryanarayanaY:patch-1
  • 8eb5627 Fix object_registration_test.
  • 64108a1 Update version to 2.18 in setup.py.
  • 219e22e Manual sync of github changes.
  • 990b16f Fix code format.
  • 9ea0868 Merged commit includes the following changes:
  • Additional commits viewable in compare view

Updates fastapi from 0.115.3 to 0.115.5

Release notes

Sourced from fastapi's releases.

0.115.5

Refactors

Docs

... (truncated)

Commits
  • f057f4a 🔖 Release version 0.115.5
  • c6f021e 📝 Update release notes
  • 91a9293 ♻️ Update internal checks to support Pydantic 2.10 (#12914)
  • f716490 📝 Update release notes
  • c178106 📝 Update includes for docs/en/docs/tutorial/body.md (#12757)
  • 88cc900 📝 Update release notes
  • 20809a1 ⬆ [pre-commit.ci] pre-commit autoupdate (#12907)
  • 5a48c37 📝 Update release notes
  • 13892a3 📝 Update includes in docs/en/docs/advanced/testing-dependencies.md (#12647)
  • 9467000 📝 Update release notes
  • Additional commits viewable in compare view

Updates peewee from 3.17.7 to 3.17.8

Release notes

Sourced from peewee's releases.

3.17.8

  • Fix regression in behavior of delete_instance() when traversing nullable foreign-keys, #2952. Introduced in 3.17.6. Recommended that you update.
  • Fix bug where joins not cloned when going from join-less -> joined query, refs #2941.
Changelog

Sourced from peewee's changelog.

3.17.8

  • Fix regression in behavior of delete_instance() when traversing nullable foreign-keys, #2952. Introduced in 3.17.6. Recommended that you update.
  • Fix bug where joins not cloned when going from join-less -> joined query, refs #2941.
Commits
  • 9b038b1 3.17.8
  • 9d1b063 Fix regression in delete_instance() with nullable foreign-keys.
  • 73f0453 Additional test.
  • ed6a6e2 Add another prefetch test.
  • c36bac9 Merge pull request #2943 from timgates42/chore/typo_drop_table
  • 6430384 Very small copy and paste issue in drop_table doco
  • 8dba3bd Try one more time.
  • 665549d Try again?
  • f021769 Always copy the join dict, even if it is empty. Refs #2941
  • 155e724 Reduce prominence of cockroachdb in docs.
  • Additional commits viewable in compare view

Updates websockets from 13.1 to 14.1

Release notes

Sourced from websockets's releases.

14.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

14.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • 0403823 Release version 14.1.
  • d0015c9 Fix refactoring error in a78b5546.
  • 7438b8e Stop testing on PyPy 3.9.
  • 1f19487 Add changelog for previous commit.
  • de2e7fb Add close_code and close_reason to new implementations.
  • 9a2f39f Support max_queue=None like the legacy implementation.
  • 3034834 Support recv() after the connection is closed.
  • bdfc8cf Uniformize comments.
  • f17c11a Keep queued messages after abort.
  • 86bf0c5 Remove unnecessary branch.
  • Additional commits viewable in compare view

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 4 updates in the / directory: [tf-keras](https://github.com/keras-team/tf-keras), [fastapi](https://github.com/fastapi/fastapi), [peewee](https://github.com/coleifer/peewee) and [websockets](https://github.com/python-websockets/websockets).


Updates `tf-keras` from 2.17.0 to 2.18.0
- [Release notes](https://github.com/keras-team/tf-keras/releases)
- [Commits](keras-team/tf-keras@v2.17.0...v2.18.0)

Updates `fastapi` from 0.115.3 to 0.115.5
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.3...0.115.5)

Updates `peewee` from 3.17.7 to 3.17.8
- [Release notes](https://github.com/coleifer/peewee/releases)
- [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md)
- [Commits](coleifer/peewee@3.17.7...3.17.8)

Updates `websockets` from 13.1 to 14.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@13.1...14.1)

---
updated-dependencies:
- dependency-name: tf-keras
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: peewee
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: websockets
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
...

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 Nov 18, 2024
@nivg1992 nivg1992 merged commit 604085c into main Nov 18, 2024
3 checks passed
@nivg1992 nivg1992 deleted the dependabot/pip/python-dependencies-f1014ebc37 branch November 18, 2024 21:26
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.

1 participant