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 pygraphviz from 1.7 to 1.9 #752

Merged
merged 1 commit into from
Mar 15, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps pygraphviz from 1.7 to 1.9.

Release notes

Sourced from pygraphviz's releases.

PyGraphviz 1.9

  • Drop Python 3.7 support
  • Add Python 3.10 support
  • Add osage and patchwork to progs list
  • Add IPython rich display hook to AGraph class
  • Add contributor guide
  • Fixed directed nature of AGraph.copy()
  • Minor documentation and code fixes
Changelog

Sourced from pygraphviz's changelog.

Release process for pygraphviz

Introduction

Example version number

  • 1.8.dev0 # development version of 1.8 (release candidate 1)
  • 1.8rc1 # 1.8 release candidate 1
  • 1.8rc2.dev0 # development version of 1.8 release candidate 2
  • 1.8 # 1.8 release
  • 1.9.dev0 # development version of 1.9 (release candidate 1)

Process

  • Set release variables::

    export VERSION=<version number>
    export PREVIOUS=<previous version number>
    export ORG="pygraphviz"
    export REPO="pygraphviz"
    

    If this is a prerelease:

    export NOTES="doc/source/release/release_dev.rst"
    

    If this is release:

    export NOTES="doc/source/release/release_${VERSION}.rst"
    git rm doc/source/release/release_dev.rst
    
  • Autogenerate release notes::

    changelist ${ORG}/${REPO}  pygraphviz-${PREVIOUS} main --version ${VERSION}  --out ${NOTES} --format rst
    changelist ${ORG}/${REPO}  pygraphviz-${PREVIOUS} main --version ${VERSION} --out ${VERSION}.md
    
  • Update doc/source/release/index.rst

  • Edit doc/source/_static/version_switcher.json in order to add the release, move the key value pair "preferred": true to the most recent stable version, and commit.

  • Update version in pygraphviz/__init__.py.

  • Commit changes::

    git add doc/source/release/index.rst ${NOTES} git add pygraphviz/init.py doc/source/_static/version_switcher.json pre-commit run -a

... (truncated)

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 [pygraphviz](https://github.com/pygraphviz/pygraphviz) from 1.7 to 1.9.
- [Release notes](https://github.com/pygraphviz/pygraphviz/releases)
- [Changelog](https://github.com/pygraphviz/pygraphviz/blob/main/RELEASE.rst)
- [Commits](pygraphviz/pygraphviz@pygraphviz-1.7...pygraphviz-1.9)

---
updated-dependencies:
- dependency-name: pygraphviz
  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 Mar 3, 2025
@garth-wells garth-wells added this pull request to the merge queue Mar 15, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 15, 2025
@garth-wells garth-wells added this pull request to the merge queue Mar 15, 2025
Merged via the queue into main with commit 008bd94 Mar 15, 2025
13 checks passed
@garth-wells garth-wells deleted the dependabot/pip/pygraphviz-1.9 branch March 15, 2025 15:16
schnellerhase pushed a commit to schnellerhase/fenics-ffcx that referenced this pull request Mar 17, 2025
Bumps [pygraphviz](https://github.com/pygraphviz/pygraphviz) from 1.7 to 1.9.
- [Release notes](https://github.com/pygraphviz/pygraphviz/releases)
- [Changelog](https://github.com/pygraphviz/pygraphviz/blob/main/RELEASE.rst)
- [Commits](pygraphviz/pygraphviz@pygraphviz-1.7...pygraphviz-1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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