diff --git a/conda/conda-reqs.txt b/conda/conda-reqs.txt index bcb3f99a2..792a2699b 100644 --- a/conda/conda-reqs.txt +++ b/conda/conda-reqs.txt @@ -9,6 +9,7 @@ azure-mgmt-keyvault>=2.0.0 azure-mgmt-network>=2.7.0 azure-mgmt-resource>=16.1.0 azure-storage-blob>=12.5.0 +beautifulsoup4>=4.0.0 bokeh>=1.4.0 cryptography>=3.1 deprecated>=1.2.4 diff --git a/msticpy/_version.py b/msticpy/_version.py index db97cd52b..5c85e5b96 100644 --- a/msticpy/_version.py +++ b/msticpy/_version.py @@ -1,2 +1,2 @@ """Version file.""" -VERSION = "2.1.0" +VERSION = "2.1.1" diff --git a/requirements-all.txt b/requirements-all.txt index 61f5b6b7a..403376b65 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -12,6 +12,7 @@ azure-mgmt-resource>=16.1.0 azure-mgmt-resourcegraph>=8.0.0 azure-mgmt-subscription>=3.0.0 azure-storage-blob>=12.5.0 +beautifulsoup4>=4.0.0 bokeh>=1.4.0 cryptography>=3.1 deprecated>=1.2.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index ffa54a25a..8de79e5e1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ aiohttp>=3.7.4 async-cache>=1.1.1 bandit>=1.7.0 -beautifulsoup4 +beautifulsoup4>=4.0.0 black>=20.8b1 coverage>=5.5 docutils<0.20.0