Skip to content

Commit

Permalink
Updated simulator version at 0.14.14, upgraded version to 3.3.4 and r…
Browse files Browse the repository at this point in the history
…esolved dependebot alerts.
  • Loading branch information
vikas0212git authored Mar 24, 2022
1 parent 65dac66 commit 2fab5ab
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project since 0.82.0 will be documented in this file.

## [3.3.4] - 2022-03-24
- Lock simulator version at 0.14.14

## [3.3.3] - 2022-03-15
- Add support for python 3.8, 3.9
- Lock simulator version at 0.14.12
Expand Down
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ steps:
targetType: 'inline'
script: 'sed -i "/__AIkey__/c __AIkey__ = ''$(TEST_AIKEY)''" ./iotedgedev/__init__.py'

- task: AzureKeyVault@2
displayName: 'Azure Key Vault: azure-iot-edgetools-kv'
inputs:
azureSubscription: 'Azure IoT DDE team subscription (377c3343-75bb-4244-98a3-0fb84a830c4b)-IoTEdgeDev'
KeyVaultName: 'azure-iot-edgetools-kv'
SecretsFilter: '*'
RunAsPreJob: true

- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: 'SBOM Generation Task'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion iotedgedev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__author__ = 'Microsoft Corporation'
__email__ = '[email protected]'
__version__ = '3.3.3'
__version__ = '3.3.4'
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python-dotenv==0.19.0
requests==2.25.1
fstrings==0.1.0
msrestazure==0.4.34
iotedgehubdev==0.14.12
iotedgehubdev==0.14.14
applicationinsights==0.11.9
commentjson==0.9.0
azure-cli-core==2.25.0
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pycodestyle==2.7.0
autopep8==1.5.7
tox==3.24.1
coverage==4.1
Sphinx==1.4.8
Sphinx==4.4.0
cookiecutter==1.7.3
PyYAML==4.2b4
PyYAML>=5.4
pylint==2.3.0
pytest==6.2.4
setuptools==57.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.3.3
current_version = 3.3.4
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
'requests >= 2.20.0, <= 2.25.1',
'fstrings',
'azure-cli-core >= 2.25.0',
'iotedgehubdev == 0.14.12',
'iotedgehubdev == 0.14.14',
'applicationinsights == 0.11.9',
'commentjson == 0.9.0',
'pyyaml>=4.1,<=4.2b4',
'pyyaml>=5.4',
'pypiwin32==219; sys_platform == "win32" and python_version < "3.6"',
'pypiwin32==223; sys_platform == "win32" and python_version >= "3.6"',
'more-itertools < 8.1.0'
Expand All @@ -31,7 +31,7 @@

setup(
name='iotedgedev',
version='3.3.3',
version='3.3.4',
description='The Azure IoT Edge Dev Tool greatly simplifies the IoT Edge development process by automating many routine manual tasks, such as building, deploying, pushing modules and configuring the IoT Edge Runtime.',
long_description='See https://github.com/azure/iotedgedev for usage instructions.',
author='Microsoft Corporation',
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Microsoft Corporation'
__email__ = '[email protected]'
__version__ = '3.3.3'
__version__ = '3.3.4'
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.17.0" />
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.40.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.17.0" />
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.40.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0" />
Expand Down

0 comments on commit 2fab5ab

Please sign in to comment.