Skip to content

Commit b2ba4eb

Browse files
upgrading tqdm version as per the security update
1 parent e6034af commit b2ba4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bayes_mef"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Python implementation of the Bayesian MEF method"
55
authors = ["Shantanu Kodgirwar <[email protected]>", "Michael Habeck <[email protected]>"]
66
readme = "README.md"
@@ -14,7 +14,7 @@ matplotlib = "^3.7.2"
1414
scipy = "^1.11.1"
1515
scikit-image = "^0.21.0"
1616
h5py = "^3.9.0"
17-
tqdm = "^4.65.0"
17+
tqdm = "^4.66.5"
1818
ipykernel = "^6.25.0"
1919

2020
[build-system]

0 commit comments

Comments
 (0)