PyGitUp icon indicating copy to clipboard operation
PyGitUp copied to clipboard

A nicer `git pull`

Results 19 PyGitUp issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.6. Changelog Sourced from cryptography's changelog. 41.0.6 - 2023-11-27 * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle....

bug in dependency

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

bug in dependency

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @​EliahKagan...

bug in dependency

Pytest 8 no longer uses setup/teardown methods, see: https://docs.pytest.org/en/latest/deprecations.html#setup-teardown

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

Warning when running `git up` ``` /opt/homebrew/Cellar/pygitup/2.3.0/libexec/lib/python3.12/site-packages/PyGitUp/gitup.py:27: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using...

It would be nice to be able to sort the list of branches by committer date (available since Git v2.19). It could be a parameter or maybe pay attention to...

Fix error like 'git.exc.NoSuchPathError: C:/c/Users/parrot/git/wp43' The issue occurs after upgrading Python on MinGW64 to version 3.12.7 ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "",...

The breaking changes do not affect git-up. Link: https://github.com/termcolor/termcolor/releases/tag/3.0.0