Skip to content

Commit

Permalink
bump six version
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Feb 2, 2021
1 parent 7d1f742 commit dbfc49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/core/azure-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
install_requires=[
'requests>=2.18.4',
'six>=1.6',
'six>=1.11.0',
],
extras_require={
":python_version<'3.0'": ['azure-nspkg'],
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ certifi>=2017.4.17
aiohttp>=3.0
aiodns>=2.0
python-dateutil>=2.8.0
six>=1.6
six>=1.11.0
isodate>=0.6.0
avro<2.0.0,>=1.10.0
#override azure azure-keyvault~=1.0
Expand Down

0 comments on commit dbfc49e

Please sign in to comment.