Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 3 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down