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 dependencies group in /.config with 5 updates #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2025

Bumps the dependencies group in /.config with 5 updates:

Package From To
pillow 11.0.0 11.1.0
gitpython 3.1.43 3.1.44
gitdb 4.0.11 4.0.12
smmap 5.0.1 5.0.2
virtualenv 20.28.0 20.28.1

Updates pillow from 11.0.0 to 11.1.0

Release notes

Sourced from pillow's releases.

11.1.0

https://pillow.readthedocs.io/en/stable/releasenotes/11.1.0.html

Documentation

Dependencies

Testing

... (truncated)

Changelog

Sourced from pillow's changelog.

11.1.0 and newer

See GitHub Releases:

Commits

Updates gitpython from 3.1.43 to 3.1.44

Release notes

Sourced from gitpython's releases.

3.1.44

What's Changed

New Contributors

... (truncated)

Commits
  • fb1b051 bump patch level to prepare new version
  • e51bf80 update GitDB submodule to latest pubslished version
  • a527224 Merge pull request #1971 from fvalette-ledger/fix-fetch-progress-bar
  • d6cdb67 See if python 3.7 still works when using an older Ubuntu version.
  • 52cceaf git,cmd: add encoding arg to popen if universal newlines is True
  • 1bb4651 git,remote: use universal new lines for fetch/pull stderr capture
  • 49ca909 Update base.py (#1965)
  • 3470fb3 Merge pull request #1961 from Andrej730/main
  • 8327b82 Fix test failing on unix
  • 4674059 Remove redundant path normalization for working_tree_dir
  • Additional commits viewable in compare view

Updates gitdb from 4.0.11 to 4.0.12

Release notes

Sourced from gitdb's releases.

4.0.12

What's Changed

New Contributors

Full Changelog: gitpython-developers/gitdb@4.0.11...4.0.12

Commits
  • 104138c bump patch level to prepare for next release
  • bcbe5df Merge pull request #111 from gitpython-developers/dependabot/github_actions/a...
  • be483fc Merge pull request #112 from gitpython-developers/dependabot/submodules/gitdb...
  • 38b5c38 Merge pull request #115 from DEKHTIARJonathan/patch-1
  • b71e273 Update gitdb/db/loose.py
  • 74a0eab Potential Race Condition Fix - OS Rename & Chmod
  • a8c894f Merge pull request #114 from edgarrmondragon/cp313
  • b38cbc4 Use older ubuntu to get Python 3.7
  • 5bc9504 Add support for Python 3.13
  • 88da5ef Merge pull request #113 from blablatdinov/use-contextlib-suppress
  • Additional commits viewable in compare view

Updates smmap from 5.0.1 to 5.0.2

Release notes

Sourced from smmap's releases.

v5.0.2

What's Changed

New Contributors

Full Changelog: gitpython-developers/smmap@v5.0.1...v5.0.2

Commits
  • f31bfa3 bump patch level prior to new release
  • 59c88c0 Merge pull request #57 from Shortfinga/master
  • f71bbd4 Use SPDX identifier
  • 04dd210 Merge pull request #56 from EliahKagan/no-mktemp
  • a315725 Replace use of mktemp
  • 7d6f97c Merge pull request #55 from gitpython-developers/dependabot/github_actions/ac...
  • 36dd418 Bump actions/setup-python from 4 to 5
  • f1ace75 Merge pull request #54 from EliahKagan/312stable
  • 44ac30a No longer treat 3.12 as experimental on CI
  • 69cd90f Run CI on all branches
  • Additional commits viewable in compare view

Updates virtualenv from 20.28.0 to 20.28.1

Release notes

Sourced from virtualenv's releases.

20.28.1

What's Changed

Full Changelog: pypa/virtualenv@20.28.0...20.28.1

Changelog

Sourced from virtualenv's changelog.

v20.28.1 (2025-01-02)

Bugfixes - 20.28.1

- Skip tcsh tests on broken tcsh versions - by :user:`gaborbernat`. (:issue:`2814`)
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 dependencies group in /.config with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pillow](https://github.com/python-pillow/Pillow) | `11.0.0` | `11.1.0` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.43` | `3.1.44` |
| [gitdb](https://github.com/gitpython-developers/gitdb) | `4.0.11` | `4.0.12` |
| [smmap](https://github.com/gitpython-developers/smmap) | `5.0.1` | `5.0.2` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.28.0` | `20.28.1` |


Updates `pillow` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.0.0...11.1.0)

Updates `gitpython` from 3.1.43 to 3.1.44
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.43...3.1.44)

Updates `gitdb` from 4.0.11 to 4.0.12
- [Release notes](https://github.com/gitpython-developers/gitdb/releases)
- [Commits](gitpython-developers/gitdb@4.0.11...4.0.12)

Updates `smmap` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/gitpython-developers/smmap/releases)
- [Commits](gitpython-developers/smmap@v5.0.1...v5.0.2)

Updates `virtualenv` from 20.28.0 to 20.28.1
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.28.0...20.28.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gitdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: smmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ssbarnea as a code owner January 5, 2025 01:43
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2025

The following labels could not be found: dependabot-deps-updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants