Skip to content

Commit

Permalink
Bump python requests version dependency (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored May 13, 2020
1 parent cf42dd9 commit 62bd999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## HEAD (Unreleased)

### Improvements

- Support helm v3 `include-crds` argument. (https://github.com/pulumi/pulumi-kubernetes/pull/1102)
- Bump python requests version dependency. (https://github.com/pulumi/pulumi-kubernetes/pull/1121)

## 2.1.1 (May 8, 2020)

Expand Down
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def readme():
packages=find_packages(),
install_requires=[
'pulumi>=2.0.0,<3.0.0',
'requests>=2.21.0,<2.22.0',
'requests~=2.21.0',
'semver>=2.8.1',
'parver>=0.2.1',
],
Expand Down

0 comments on commit 62bd999

Please sign in to comment.