Skip to content
Unfurl Cloud
  • Dashboard
  • Blueprints
  • Cloud
Projects Groups Topics Snippets
  • Help
  • Register
  • Sign in
  • unfurl unfurl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

build(deps): bump gitpython from 3.1.30 to 3.1.34 in /unfurl/templates/python3.10

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Adam requested to merge dependabot/pip/unfurl/templates/python3.10/gitpython-3.1.34 into main Sep 06, 2023
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot[bot]

Bumps gitpython from 3.1.30 to 3.1.34.

Release notes

Sourced from gitpython's releases.

3.1.34 - fix resource leaking

What's Changed

  • util: close lockfile after opening successfully by @​skshetry in gitpython-developers/GitPython#1639

New Contributors

  • @​skshetry made their first contribution in gitpython-developers/GitPython#1639

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.33...3.1.34

v3.1.33 - with security fix

What's Changed

  • WIP Quick doc by @​LeoDaCoda in gitpython-developers/GitPython#1608
  • Partial clean up wrt mypy and black by @​bodograumann in gitpython-developers/GitPython#1617
  • Disable merge_includes in config writers by @​bodograumann in gitpython-developers/GitPython#1618
  • feat: full typing for "progress" parameter in Repo class by @​madebylydia in gitpython-developers/GitPython#1634
  • Fix CVE-2023-40590 by @​EliahKagan in gitpython-developers/GitPython#1636
  • #1566 Creating a lock now uses python built-in "open()" method to work arou… by @​HageMaster3108 in gitpython-developers/GitPython#1619

New Contributors

  • @​LeoDaCoda made their first contribution in gitpython-developers/GitPython#1608
  • @​bodograumann made their first contribution in gitpython-developers/GitPython#1617
  • @​EliahKagan made their first contribution in gitpython-developers/GitPython#1636
  • @​HageMaster3108 made their first contribution in gitpython-developers/GitPython#1619

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.33

v3.1.32 - with another security update

What's Changed

  • Bump cygwin/cygwin-install-action from 3 to 4 by @​dependabot in gitpython-developers/GitPython#1572
  • Fix up the commit trailers functionality by @​itsluketwist in gitpython-developers/GitPython#1576
  • Name top-level exceptions as private variables by @​Hawk777 in gitpython-developers/GitPython#1590
  • fix pypi long description by @​eUgEntOptIc44 in gitpython-developers/GitPython#1603
  • Don't rely on del by @​r-darwish in gitpython-developers/GitPython#1606
  • Block insecure non-multi options in clone/clone_from by @​Beuc in gitpython-developers/GitPython#1609

New Contributors

  • @​Hawk777 made their first contribution in gitpython-developers/GitPython#1590
  • @​eUgEntOptIc44 made their first contribution in gitpython-developers/GitPython#1603
  • @​r-darwish made their first contribution in gitpython-developers/GitPython#1606
  • @​Beuc made their first contribution in gitpython-developers/GitPython#1609

Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32

3.1.31

What's Changed

  • Fix Sphinx rendering errors by @​stephan-cr in gitpython-developers/GitPython#1524
  • tests: Use command -v instead of third-party which program by @​mgorny in gitpython-developers/GitPython#1525
  • fix/add allow_unsafe_* params in docstrings + fix typo by @​obfusk in gitpython-developers/GitPython#1530
  • use tempfile.TemporaryDirectory & fix clone_from_unsafe_protocol tests by @​obfusk in gitpython-developers/GitPython#1531
  • Fix some resource leaks by open file handles by @​marlamb in gitpython-developers/GitPython#1532

... (truncated)

Commits
  • 2a2ae77 prepare patch release
  • 4714740 Merge pull request #1639 from skshetry/close-lockfile
  • 3e829eb util: close lockfile after opening successfully
  • f882cd8 update instructions for how to create a release
  • 993f045 prepare for next release
  • a1c472b Merge pull request #1619 from HageMaster3108/bugfix/use-python-builtin-open-m...
  • 70924c4 Skip now permanently failing test with note on how to fix it
  • 8b75434 Merge pull request #1636 from EliahKagan/cve-2023-40590
  • 7611cd9 Don't check form of version number
  • 94e0fb0 Add a unit test for CVE-2023-40590
  • Additional commits viewable in compare view

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) You can disable automated security fix PRs for this repo from the Security Alerts page.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/pip/unfurl/templates/python3.10/gitpython-3.1.34