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 the python-dependencies group with 5 updates #584

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps the python-dependencies group with 5 updates:

Package From To
peewee 3.17.5 3.17.6
tenacity 8.4.2 8.5.0
matplotlib 3.9.0 3.9.1
datamodel-code-generator 0.25.7 0.25.8
slack-sdk 3.30.0 3.31.0

Updates peewee from 3.17.5 to 3.17.6

Release notes

Sourced from peewee's releases.

3.17.6

  • Fix bug in recursive model.delete_instance() when a table contains foreign-keys at multiple depths of the graph, #2893.
  • Fix regression in pool behavior on systems where time.time() returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem, #2901.
  • Ensure that subqueries inside CASE statements generate correct SQL.
  • Fix regression that broke server-side cursors with Postgres (introduced in 3.16.0).
  • Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the Connection instance.
  • Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults.

View commits

Changelog

Sourced from peewee's changelog.

3.17.6

  • Fix bug in recursive model.delete_instance() when a table contains foreign-keys at multiple depths of the graph, #2893.
  • Fix regression in pool behavior on systems where time.time() returns identical values for two connections. This adds a no-op comparable sentinel to the heap to prevent any recurrence of this problem, #2901.
  • Ensure that subqueries inside CASE statements generate correct SQL.
  • Fix regression that broke server-side cursors with Postgres (introduced in 3.16.0).
  • Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus constants are no longer available on the Connection instance.
  • Fix quoting issue in pwiz that could generate invalid python code for double-quoted string literals used as column defaults.

View commits

Commits
  • 0b16576 3.17.6
  • 2b2e876 Update pool as well.
  • 49ba1cc Fix change in how we access TransactionStatus enum in psycopg3.
  • 09a1f78 Switch to single quotes when generating constraints in reflection dflts.
  • 4c4b788 Ensure subqueries used as CASE targets are not aliased.
  • 415384d Disable sqlcipher logging in tests.
  • f6eb4c7 Doc for SubclassAwareMetadata.
  • f18e3a0 Better fix for #2901 using a no-op comparable in the heap.
  • 8182d2a Re-add the random jitter in case time.time() returns identical values.
  • c6f4c4d Fix ServerSide query regression introduced in 3.16.0
  • Additional commits viewable in compare view

Updates tenacity from 8.4.2 to 8.5.0

Release notes

Sourced from tenacity's releases.

8.5.0

What's Changed

Full Changelog: jd/tenacity@8.4.2...8.5.0

Commits
  • 31fe2d0 fix: Restore contents of retry attribute for wrapped functions (#484)
  • 33cd0e1 chore(deps): bump actions/checkout in the github-actions group (#483)
  • See full diff in compare view

Updates matplotlib from 3.9.0 to 3.9.1

Release notes

Sourced from matplotlib's releases.

REL: 3.9.1

This is the first bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Add GitHub artifact attestations for sdist and wheels
  • Re-add matplotlib.cm.get_cmap; note this function will still be removed at a later date
  • Allow duplicate backend entry points
  • Fix Axes autoscaling of thin bars at large locations
  • Fix Axes autoscaling with axhspan / axvspan
  • Fix Axes3D autoscaling of Line3DCollection / Poly3DCollection
  • Fix Axes3D mouse interactivity with non-default roll angle
  • Fix box aspect ratios in Axes3D with alternate vertical axis
  • Fix case handling of backends specified as module://...
  • Fix crash with TkAgg on Windows with tk.window_focus: True
  • Fix interactive update of SubFigures
  • Fix interactivity when using the IPython console
  • Fix pickling of AxesWidgets and SubFigures
  • Fix scaling on GTK3Cairo / GTK4Cairo backends
  • Fix text wrapping within SubFigures
  • Promote mpltype Sphinx role to a public extension; note this is only intended for development reasons
Commits
  • 44be14c REL: 3.9.1
  • 5325425 DOC: Create release notes for 3.9.1
  • 568a039 Merge pull request #28507 from meeseeksmachine/auto-backport-of-pr-28430-on-v...
  • 7fa9f24 Merge pull request #28506 from meeseeksmachine/auto-backport-of-pr-28451-on-v...
  • 06189c2 Backport PR #28430: Fix pickling of AxesWidgets.
  • c43313a Backport PR #28451: Fix GTK cairo backends
  • 560fdc4 Merge pull request #28499 from meeseeksmachine/auto-backport-of-pr-28498-on-v...
  • 5552302 Backport PR #28498: Don't fail if we can't query system fonts on macOS
  • f76bba4 Merge pull request #28491 from meeseeksmachine/auto-backport-of-pr-28487-on-v...
  • 8ccd2ee Merge pull request #28490 from meeseeksmachine/auto-backport-of-pr-28486-on-v...
  • Additional commits viewable in compare view

Updates datamodel-code-generator from 0.25.7 to 0.25.8

Release notes

Sourced from datamodel-code-generator's releases.

0.25.8

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.7...0.25.8

Commits

Updates slack-sdk from 3.30.0 to 3.31.0

Release notes

Sourced from slack-sdk's releases.

version 3.31.0

What's Changed


Commits
  • 5c12f7d chore(release): version 3.31.0 (#1527)
  • 41467d7 feat: add team.externalTeams.disconnect (#1526)
  • 40f7a57 feat: add new conversations.externalInvitePermissions.set API (#1517)
  • e64677b Update psutil requirement from <6,>=5 to >=6.0.0,<7 (#1522)
  • 152dba4 fix: redact bot_access_tokens from the debug logs of socket mode (#1519)
  • See full diff 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [peewee](https://github.com/coleifer/peewee) | `3.17.5` | `3.17.6` |
| [tenacity](https://github.com/jd/tenacity) | `8.4.2` | `8.5.0` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.0` | `3.9.1` |
| [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.25.7` | `0.25.8` |
| [slack-sdk](https://github.com/slackapi/python-slack-sdk) | `3.30.0` | `3.31.0` |


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

Updates `tenacity` from 8.4.2 to 8.5.0
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.4.2...8.5.0)

Updates `matplotlib` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.0...v3.9.1)

Updates `datamodel-code-generator` from 0.25.7 to 0.25.8
- [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
- [Commits](koxudaxi/datamodel-code-generator@0.25.7...0.25.8)

Updates `slack-sdk` from 3.30.0 to 3.31.0
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/python-slack-sdk/blob/main/docs-v2/changelog.html)
- [Commits](slackapi/python-slack-sdk@v3.30.0...v3.31.0)

---
updated-dependencies:
- dependency-name: peewee
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: tenacity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: datamodel-code-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 8, 2024 07:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 8, 2024
@sasa-tomic sasa-tomic enabled auto-merge (squash) July 9, 2024 13:33
@sasa-tomic sasa-tomic merged commit d5db5b2 into main Jul 9, 2024
4 checks passed
@sasa-tomic sasa-tomic deleted the dependabot/pip/python-dependencies-5c50003cdc branch July 9, 2024 13:35
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