Pipupgrade Versions Save

🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.

v1.5.1

4 years ago

1.5.1 (2019-06-06)

Bug Fixes

v1.5.0

5 years ago

1.5.0 (2019-05-09)

Bug Fixes

  • Add GitHub Access Token (abd61c8)
  • Add GitHub integration for pull request (94cae76)
  • Add tests to MANIFEST.in (9acdf9f)
  • Fix for Python 2 compatibile code (7f9ee89)
  • Fix github api for pull request (8cbb567)
  • Fix pip_path and accept multiple pip executables (7ca5c5c)
  • Fix semantic version parsing for unkown latest versions (298ef5b)
  • Merged with hotfix (a2a7952)
  • Merged with master (c67d90d)
  • Quieten subprocess output for git commands (0deccfc)
  • Rebuilt requirements-dev.txt (3aac477)
  • Remove _test.py from utils and use tests.util instead (8629574)
  • Run and Create a Pull Request (bc19e6e)
  • Run pre-commit before docker-build, check if not installed, add quit for confirm (b372e95)
  • Use _pip.call instead of _pip.install, pip.list (9f04be2)
  • Use data instead of params for requests.post (4d4ea13)
  • Use GitHub Access Token to authenticate for pull request (f4b625f)
  • Use latest_version from pip list --outdated (f06f71b)
  • Use sequencify for converting tuples to list (36326c4)

Features

  • Add Pipfile support (b2a399f)
  • Added Pipfile support and update pipfile using pipenv (0feb077), closes #12
  • Consider accepting multiple environments (61a9ca8), closes #23
  • Update project and automatic dependency management (0f47890)

v1.4.0

5 years ago

1.4.0 (2019-02-07)

Features

  • Use --pip-path to specify pip executable to be used (bbb4856), closes #13

v1.3.1

5 years ago

1.3.1 (2019-02-07)

Bug Fixes

  • Fix semantic version parsing for unkown latest versions (d5c1540)
  • Regenerated requirements-dev.txt, fixed setup.py warning for classifiers (f73f77b)
  • Removed Dead Code, pip >= 19.0.1 compatible (f61dec8)

v1.3.0

5 years ago

1.3.0 (2019-01-23)

Features

v1.2.0

5 years ago

1.2.0 (2019-01-15)

Bug Fixes

  • Fix setup.py encoding for 3.4 (92444d2)
  • Strip newlines from version content file (2f30fa5)
  • Use safe decode for reading long description (d43c386)
  • Use text/markdown content-type for setup.py [https://github.com/pypa/warehouse/issues/5293] (6fd9277)

Features

  • Production Ready Docker Image (50fd1bd)

v1.1.7

5 years ago

1.1.7 (2019-01-10)

Bug Fixes

  • Silence error in case revision not found (931ecd5)

v1.1.6

5 years ago

1.1.6 (2019-01-04)

Bug Fixes

  • Make setup.py Windows compatible (a02b395)
  • Make setup.py Windows compatible (2ae3fc4)
  • Use io.open instead of native open (57aebba)

v1.1.5

5 years ago

1.1.5 (2019-01-03)

Bug Fixes

  • Fix release and deploy (d1cf001)
  • Fix release and deploy to pypi (cbde028)

v1.1.4

5 years ago

1.1.4 (2019-01-03)

Bug Fixes