Skip to content

Commit cff0279

Browse files
authored
Updating version to 2.1.1 (#502)
* Updating version to 2.1.1 * Adding beautifulsoup4 to conda-reqs.txt
1 parent 2df1d07 commit cff0279

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

conda/conda-reqs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ azure-mgmt-keyvault>=2.0.0
99
azure-mgmt-network>=2.7.0
1010
azure-mgmt-resource>=16.1.0
1111
azure-storage-blob>=12.5.0
12+
beautifulsoup4>=4.0.0
1213
bokeh>=1.4.0
1314
cryptography>=3.1
1415
deprecated>=1.2.4

msticpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version file."""
2-
VERSION = "2.1.0"
2+
VERSION = "2.1.1"

requirements-all.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ azure-mgmt-resource>=16.1.0
1212
azure-mgmt-resourcegraph>=8.0.0
1313
azure-mgmt-subscription>=3.0.0
1414
azure-storage-blob>=12.5.0
15+
beautifulsoup4>=4.0.0
1516
bokeh>=1.4.0
1617
cryptography>=3.1
1718
deprecated>=1.2.4

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp>=3.7.4
22
async-cache>=1.1.1
33
bandit>=1.7.0
4-
beautifulsoup4
4+
beautifulsoup4>=4.0.0
55
black>=20.8b1
66
coverage>=5.5
77
docutils<0.20.0

0 commit comments

Comments
 (0)