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 4 updates #306

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-dependencies group with 4 updates: clickhouse-connect, matplotlib, markdownify and git-changelog.

Updates clickhouse-connect from 0.7.6 to 0.7.7

Release notes

Sourced from clickhouse-connect's releases.

v0.7.7 Fix list binding of ints/floats

What's Changed

Full Changelog: ClickHouse/clickhouse-connect@v0.7.6...v0.7.7

Changelog

Sourced from clickhouse-connect's changelog.

0.7.7, 2024-04-03

Bug Fix

Improvement

  • Added a raw_stream method to the Client the returns an io.Base. Use this instead of the raw_query method with the (now removed) optional stream keyword boolean. Thanks to Martijn Thé for the PR that highlighted the somewhat messy public API.
Commits

Updates matplotlib from 3.8.3 to 3.8.4

Release notes

Sourced from matplotlib's releases.

REL: v3.8.4

This is the fourth micro release of the 3.8 series.

Highlights of the 3.8.4 release include:

  • Enable building against numpy 2.0; released wheels are built against numpy 2
  • macosx: Clean up single-shot timers correctly
  • Add a draw during show for macos backend
  • Fix color sequence data for Set2 and Set3
  • gtk: Ensure pending draws are done before GTK draw
  • Update "Created with" url in hand.svg
  • Avoid modifying user input to Axes.bar
  • fix quiver3d incorrect arrow colors
Commits
  • 8fb842c REL: v3.8.4
  • 149521e Release prep v3.8.4
  • 39e91a4 Merge branch 'v3.8.3-doc' into v3.8.x
  • e5dd407 Github stats for v3.8.4
  • dbb4e04 Merge pull request #28015 from meeseeksmachine/auto-backport-of-pr-27955-on-v...
  • e0a38c6 Merge pull request #27993 from ksunden/np_2_build
  • dea6de9 Backport PR #27955: Add a draw during show for macos backend
  • 0ec1774 Unpin numpy 2 for install, build against numpy rc for isolated builds
  • 8f1698f Merge pull request #28001 from meeseeksmachine/auto-backport-of-pr-28000-on-v...
  • 79ee5af Backport PR #28000: Fix color sequence data for Set2 and Set3
  • Additional commits viewable in compare view

Updates markdownify from 0.11.6 to 0.12.1

Release notes

Sourced from markdownify's releases.

Fix wrong version

No release notes provided.

A load of new features

Huge thanks to all the contributors!

What's Changed

New Contributors

Full Changelog: matthewwithanm/python-markdownify@0.11.6...0.12.0

Commits
  • 383847e Merge branch 'develop'
  • 74ddc40 bump to v0.12.1
  • be3a7f4 Merge branch 'develop'
  • 3b4a014 Table merge cell horizontally (#110)
  • 57d4f37 fixed tests for table caption
  • d5fb0fb make sure there are blank lines around table/figure captions (#114)
  • e4df412 Support conversion of header rows in tables without th tag (#83)
  • 804a3f8 added further readme for custom converters
  • 7d0bf46 revert workaround example in README.rst for <script> and <style> now that it ...
  • 2f9a42d Strip text before adding blockquote markers (#76)
  • Additional commits viewable in compare view

Updates git-changelog from 2.5.1 to 2.5.2

Release notes

Sourced from git-changelog's releases.

2.5.2

2.5.2 - 2024-04-04

Compare with 2.5.1

Bug Fixes

  • Fix bumping initial version (37a3b62 by Timothée Mazzucotelli). Issue-82
Changelog

Sourced from git-changelog's changelog.

2.5.2 - 2024-04-04

Compare with 2.5.1

Bug Fixes

  • Fix bumping initial version (37a3b62 by Timothée Mazzucotelli). Issue-82
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 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: [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect), [matplotlib](https://github.com/matplotlib/matplotlib), [markdownify](https://github.com/matthewwithanm/python-markdownify) and [git-changelog](https://github.com/pawamoy/git-changelog).


Updates `clickhouse-connect` from 0.7.6 to 0.7.7
- [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-connect@v0.7.6...v0.7.7)

Updates `matplotlib` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.3...v3.8.4)

Updates `markdownify` from 0.11.6 to 0.12.1
- [Release notes](https://github.com/matthewwithanm/python-markdownify/releases)
- [Commits](matthewwithanm/python-markdownify@0.11.6...0.12.1)

Updates `git-changelog` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/pawamoy/git-changelog/releases)
- [Changelog](https://github.com/pawamoy/git-changelog/blob/main/CHANGELOG.md)
- [Commits](pawamoy/git-changelog@2.5.1...2.5.2)

---
updated-dependencies:
- dependency-name: clickhouse-connect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: markdownify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: git-changelog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 8, 2024 07:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-3f29480851 branch April 15, 2024 07:54
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.

0 participants