diff --git a/CHANGELOG.md b/CHANGELOG.md index acd3cba4..b52bd839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + + - Update cloudsmith-api to v2.0.16 ([#181](https://github.com/cloudsmith-io/cloudsmith-cli/pull/181)) + + ## [1.4.0] - 2024-11-04 ### Added diff --git a/requirements.txt b/requirements.txt index 115dab05..9c9d8409 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.9 # by the following command: # # pip-compile --output-file=requirements.txt --pre requirements.in setup.py @@ -34,7 +34,7 @@ click-didyoumean==0.3.1 # via cloudsmith-cli (setup.py) click-spinner==0.1.10 # via cloudsmith-cli (setup.py) -cloudsmith-api==2.0.13 +cloudsmith-api==2.0.16 # via cloudsmith-cli (setup.py) configparser==7.1.0 # via click-configfile @@ -60,8 +60,6 @@ idna==3.8 # via requests importlib-metadata==8.5.0 # via keyring -importlib-resources==6.4.5 - # via keyring iniconfig==2.0.0 # via pytest isort==5.12.0 @@ -151,9 +149,7 @@ wheel==0.41.1 wrapt==1.15.0 # via astroid zipp==3.20.2 - # via - # importlib-metadata - # importlib-resources + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/setup.py b/setup.py index 57dcab10..1189df06 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def get_long_description(): "click-configfile>=0.2.3", "click-didyoumean>=0.0.3", "click-spinner>=0.1.7", - "cloudsmith-api>=2.0.12,<3.0", # Compatible upto (but excluding) 3.0+ + "cloudsmith-api>=2.0.16,<3.0", # Compatible upto (but excluding) 3.0+ "keyring>=25.4.1", "requests>=2.18.4", "requests_toolbelt>=0.8.0",