Skip to content

Commit

Permalink
fix(eng-6046): update cloudsmith-api to v2.0.16 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisimcevoy authored Nov 26, 2024
1 parent bbc88a0 commit 3acaba7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
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

0 comments on commit 3acaba7

Please sign in to comment.